diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-25 23:54:41 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-25 23:54:41 +0000 |
commit | be52b3b2ed3238076deeb48c7dace07f8fd11811 (patch) | |
tree | 8f00369bde3a7db138c324619605fc529c0da922 /sys/arch | |
parent | 2b59eae3b8db23809a51fbe53b84ac7e3f07d330 (diff) |
properly identify gem as a boot device
Diffstat (limited to 'sys/arch')
-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 1532af74a7e..1fc9e110783 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.18 2002/01/16 20:50:17 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.19 2002/01/25 23:54:40 jason Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -1467,6 +1467,7 @@ static struct { { "ide", BUSCLASS_PCI, "pciide" }, { "disk", BUSCLASS_NONE, "wd" }, { "cmdk", BUSCLASS_NONE, "wd" }, + { "pci108e,1101.1", BUSCLASS_NONE, "gem" }, { "network", BUSCLASS_NONE, "hme" }, { "ethernet", BUSCLASS_NONE, "dc" }, { "SUNW,fas", BUSCLASS_NONE, "esp" }, |