summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-11-08 20:54:05 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-11-08 20:54:05 +0000
commit41168f2d3d52df7bac3caf49452215d86590d66b (patch)
treee625c0e9b66662f80493612e10332f5363302bd3
parentb895e096e783d0e3aade56afc6dd42ae89b6b926 (diff)
Show in the dmesg as mongoose, to matche the manpage and kernel configuration
file.
-rw-r--r--sys/arch/hppa/dev/mongoose.c4
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 */