diff options
author | 2004-11-08 20:54:04 +0000 | |
---|---|---|
committer | 2004-11-08 20:54:04 +0000 | |
commit | 005605d65885daa69b6825e14d71e9e824c62a49 (patch) | |
tree | 6cdfb6de4b320a70cedce76a4af2657393872dc5 | |
parent | Typo (diff) | |
download | wireguard-openbsd-005605d65885daa69b6825e14d71e9e824c62a49.tar.xz wireguard-openbsd-005605d65885daa69b6825e14d71e9e824c62a49.zip |
Show in the dmesg as mongoose, to matche the manpage and kernel configuration
file.
-rw-r--r-- | sys/arch/hppa/dev/mongoose.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/mongoose.c b/sys/arch/hppa/dev/mongoose.c index 31633301e05..c7ed85463b3 100644 --- a/sys/arch/hppa/dev/mongoose.c +++ b/sys/arch/hppa/dev/mongoose.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mongoose.c,v 1.16 2004/10/29 20:23:37 miod Exp $ */ +/* $OpenBSD: mongoose.c,v 1.17 2004/11/08 20:54:04 miod Exp $ */ /* * Copyright (c) 1998-2003 Michael Shalayeff @@ -55,7 +55,7 @@ struct cfattach mg_gedoens_ca = { }; struct cfdriver mongoose_cd = { - NULL, "mg", DV_DULL + NULL, "mongoose", DV_DULL }; /* TODO: DMA guts */ |