summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3074d41f9a1..7f17d41e740 100644
--- a/sys/arch/sparc64/sparc64/autoconf.c
+++ b/sys/arch/sparc64/sparc64/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.53 2006/05/30 23:24:15 jason Exp $ */
+/* $OpenBSD: autoconf.c,v 1.54 2006/05/31 01:03:20 jason Exp $ */
/* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */
/*
@@ -1387,6 +1387,7 @@ static const struct dev_compat_tab {
} dev_compat_tab[] = {
{ "espdma", BUSCLASS_NONE, "dma" },
{ "QLGC,isp", BUSCLASS_NONE, "isp" },
+ { "SUNW,qlc", BUSCLASS_NONE, "isp" },
{ "PTI,isp", BUSCLASS_NONE, "isp" },
{ "ptisp", BUSCLASS_NONE, "isp" },
{ "SUNW,isptwo", BUSCLASS_NONE, "isp" },