summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2001-12-07 05:11:14 +0000
committerjason <jason@openbsd.org>2001-12-07 05:11:14 +0000
commit28452852be8b3c5821ecbe1e626e63cbe93a8a24 (patch)
treed5a63bcc35d8d1f43cb0901ef3ddf507a4aa7c72
parentCheck for keyfile == NULL in skey_unlock() (diff)
downloadwireguard-openbsd-28452852be8b3c5821ecbe1e626e63cbe93a8a24.tar.xz
wireguard-openbsd-28452852be8b3c5821ecbe1e626e63cbe93a8a24.zip
ethernet -> dc (Netra X1 finds its root dev correctly now)
-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" },