summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/sparc64/sparc64/autoconf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c
index 2c246dc019b..1dbfecb07f4 100644
--- a/sys/arch/sparc64/sparc64/autoconf.c
+++ b/sys/arch/sparc64/sparc64/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.41 2005/05/14 19:27:38 brad Exp $ */
+/* $OpenBSD: autoconf.c,v 1.42 2005/10/06 19:53:40 brad Exp $ */
/* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */
/*
@@ -1380,6 +1380,7 @@ static struct {
{ "ledma", BUSCLASS_SBUS },
{ "simba", BUSCLASS_PCI },
{ "ppb", BUSCLASS_PCI },
+ { "isp", BUSCLASS_PCI },
{ "pciide", BUSCLASS_PCI },
{ "siop", BUSCLASS_PCI },
{ "pci", BUSCLASS_PCI },
@@ -1399,6 +1400,7 @@ static struct {
{ "QLGC,isp", BUSCLASS_NONE, "isp" },
{ "PTI,isp", BUSCLASS_NONE, "isp" },
{ "ptisp", BUSCLASS_NONE, "isp" },
+ { "SUNW,isptwo", BUSCLASS_NONE, "isp" },
{ "SUNW,fdtwo", BUSCLASS_NONE, "fdc" },
{ "pci", BUSCLASS_MAINBUS, "psycho" },
{ "pci", BUSCLASS_PCI, "ppb" },