diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-03-22 16:29:47 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-03-22 16:29:47 +0000 |
commit | 7b964dd8262d5fd6d756451a1219f9702456a014 (patch) | |
tree | 251d909b49ce29bd4ee44aaeebb96b34239cb439 /sys/arch/sparc64 | |
parent | d6528b2ca6217a1672c734772d79390b02652df9 (diff) |
dc is compatible with dc, go figure
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/autoconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index 9cde49498cc..6c1720ce865 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.21 2002/03/14 03:16:01 millert Exp $ */ +/* $OpenBSD: autoconf.c,v 1.22 2002/03/22 16:29:46 jason Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -1468,6 +1468,7 @@ static struct { { "disk", BUSCLASS_NONE, "wd" }, { "cmdk", BUSCLASS_NONE, "wd" }, { "pci108e,1101.1", BUSCLASS_NONE, "gem" }, + { "dc", BUSCLASS_NONE, "dc" }, { "network", BUSCLASS_NONE, "hme" }, { "ethernet", BUSCLASS_NONE, "dc" }, { "SUNW,fas", BUSCLASS_NONE, "esp" }, |