diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-02-19 05:32:58 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-02-19 05:32:58 +0000 |
commit | dfd623fdb87604278ec5f8086acc235228f6e588 (patch) | |
tree | 28682c454fe052a6c63101e831a62b812c8f37a2 /sys/arch/sgi/conf/GENERIC-IP32 | |
parent | 11de3c42f3fb7a316bbda1ae1baa1c959d707e44 (diff) |
add qla and qle everywhere we currently have isp, commented out except for
qle in GENERIC on i386, amd64 and sparc64, where it's reasonably well tested
and likely to be useful.
requested by deraadt@ and kettenis@, ok dlg@
Diffstat (limited to 'sys/arch/sgi/conf/GENERIC-IP32')
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP32 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/GENERIC-IP32 b/sys/arch/sgi/conf/GENERIC-IP32 index e9b2b331d59..c8b870897e3 100644 --- a/sys/arch/sgi/conf/GENERIC-IP32 +++ b/sys/arch/sgi/conf/GENERIC-IP32 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP32,v 1.33 2013/11/15 19:42:20 sasano Exp $ +# $OpenBSD: GENERIC-IP32,v 1.34 2014/02/19 05:32:57 jmatthew Exp $ # # THIS KERNEL IS FOR O2 (IP32) SYSTEMS ONLY. # @@ -61,6 +61,8 @@ pci* at macepcibr? #### SCSI ahc* at pci? isp* at pci? +#qla* at pci? +#qle* at pci? mpi* at pci? siop* at pci? |