summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-12-07 05:11:15 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-12-07 05:11:15 +0000
commitc340e2449016627bc5ea9cadfc0277799f45a4cf (patch)
tree835c8f989ccb657c6fcd2ce308e790b4df463248 /sys/arch
parentdf6aeb4992b844fbd0ae02227157a7561f3f28f5 (diff)
ethernet -> dc (Netra X1 finds its root dev correctly now)
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc64/sparc64/autoconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c
index efefdc85282..812963fafb1 100644
--- a/sys/arch/sparc64/sparc64/autoconf.c
+++ b/sys/arch/sparc64/sparc64/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.16 2001/12/05 23:58:41 tdeval Exp $ */
+/* $OpenBSD: autoconf.c,v 1.17 2001/12/07 05:11:14 jason Exp $ */
/* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */
/*
@@ -1469,6 +1469,7 @@ static struct {
{ "disk", BUSCLASS_NONE, "wd" },
{ "cmdk", BUSCLASS_NONE, "wd" },
{ "network", BUSCLASS_NONE, "hme" },
+ { "ethernet", BUSCLASS_NONE, "dc" },
{ "SUNW,fas", BUSCLASS_NONE, "esp" },
{ "SUNW,hme", BUSCLASS_NONE, "hme" },
{ "glm", BUSCLASS_PCI, "siop" },