diff options
Diffstat (limited to 'sys/arch/sparc/dev/xbox.c')
-rw-r--r-- | sys/arch/sparc/dev/xbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/xbox.c b/sys/arch/sparc/dev/xbox.c index 4bca30538c5..35ae3a2b313 100644 --- a/sys/arch/sparc/dev/xbox.c +++ b/sys/arch/sparc/dev/xbox.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xbox.c,v 1.3 2003/06/02 18:40:59 jason Exp $ */ +/* $OpenBSD: xbox.c,v 1.4 2006/03/04 12:38:58 miod Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -58,7 +58,7 @@ struct cfattach xbox_ca = { }; struct cfdriver xbox_cd = { - NULL, "xbox", DV_IFNET + NULL, "xbox", DV_DULL }; int |