From be52b3b2ed3238076deeb48c7dace07f8fd11811 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Fri, 25 Jan 2002 23:54:41 +0000 Subject: properly identify gem as a boot device --- sys/arch/sparc64/sparc64/autoconf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/sparc64') 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" }, -- cgit v1.2.3