diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 12:39:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 12:39:00 +0000 |
commit | 95f5083a90a3231564f7f275a1e2c2b4ee8b9936 (patch) | |
tree | e61f1cc18e6eef90933a274efcbe3d03e1580245 /sys/dev/sbus/xbox.c | |
parent | 26c655e3cf5616d6dec0c7bdef43312aff093c90 (diff) |
These devices are DV_DULL, not DV_IFNET... not that it really matters.
Diffstat (limited to 'sys/dev/sbus/xbox.c')
-rw-r--r-- | sys/dev/sbus/xbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/xbox.c b/sys/dev/sbus/xbox.c index 4b23dd15b79..acb55703671 100644 --- a/sys/dev/sbus/xbox.c +++ b/sys/dev/sbus/xbox.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xbox.c,v 1.1 2005/03/05 01:44:52 miod Exp $ */ +/* $OpenBSD: xbox.c,v 1.2 2006/03/04 12:38:59 miod Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -57,7 +57,7 @@ struct cfattach xbox_ca = { }; struct cfdriver xbox_cd = { - NULL, "xbox", DV_IFNET + NULL, "xbox", DV_DULL }; int |