diff options
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/dev/sbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/sbus.c b/sys/arch/sparc64/dev/sbus.c index d161c940e77..3355215d82c 100644 --- a/sys/arch/sparc64/dev/sbus.c +++ b/sys/arch/sparc64/dev/sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbus.c,v 1.4 2001/08/20 19:40:43 jason Exp $ */ +/* $OpenBSD: sbus.c,v 1.5 2001/08/22 12:09:12 art Exp $ */ /* $NetBSD: sbus.c,v 1.43 2001/07/20 00:07:13 eeh Exp $ */ /*- @@ -172,7 +172,7 @@ struct cfattach sbus_ca = { }; struct cfdriver sbus_cd = { - NULL, "sbus", DV_IFNET + NULL, "sbus", DV_DULL }; extern struct cfdriver sbus_cd; |