diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2006-05-31 01:03:21 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2006-05-31 01:03:21 +0000 |
commit | 3a7e619f19cf277f8d491b67251257dea1d6f143 (patch) | |
tree | a9c760adbb09e187845601306c7c245c55fb24f4 /sys | |
parent | 469a21dbb459d19703026d7e12966825434f9191 (diff) |
match SUNW,qlc->isp (one step away from root on isp/fibre channel on US3)
Diffstat (limited to 'sys')
-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 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" }, |