diff options
author | 2006-05-27 19:10:43 +0000 | |
---|---|---|
committer | 2006-05-27 19:10:43 +0000 | |
commit | 148067280b374d7fc39b71ae86f3550b7a2ae247 (patch) | |
tree | e138f3c92b5c4b8ca0b511973d6e714ee8c94587 | |
parent | add mpi(4), an alternative (replacement) driver for lsi logic fusion mpt (diff) | |
download | wireguard-openbsd-148067280b374d7fc39b71ae86f3550b7a2ae247.tar.xz wireguard-openbsd-148067280b374d7fc39b71ae86f3550b7a2ae247.zip |
add mpi(4) glue. commented out for now
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index a03d24dabd3..00a30b4766a 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.134 2006/05/19 01:25:18 brad Exp $ +# $OpenBSD: GENERIC,v 1.135 2006/05/27 19:10:43 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -236,6 +236,8 @@ ahd* at pci? # Adaptec 79?? SCSI controllers scsibus* at ahd? mpt* at pci? # LSI Fusion-MPT SCSI/Fibre scsibus* at mpt? +#mpi* at pci? # LSI Logic Message Passing Interface +#scsibus* at mpi? #dpt* at pci? # DPT SmartCache/SmartRAID PCI #scsibus* at dpt? gdt* at pci? # ICP Vortex GDT RAID controllers diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index daf9592a028..a945e1295b2 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.496 2006/05/19 09:26:54 canacar Exp $ +# $OpenBSD: GENERIC,v 1.497 2006/05/27 19:10:43 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -326,6 +326,8 @@ ahd* at pci? # Adaptec 79?? SCSI controllers scsibus* at ahd? mpt* at pci? # LSI Fusion-MPT SCSI/Fibre scsibus* at mpt? +#mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface +#scsibus* at mpi? dpt* at pci? # DPT SmartCache/SmartRAID PCI dpt* at eisa? # DPT SmartCache/SmartRAID EISA scsibus* at dpt? diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 199a4ebd03c..35572fdb596 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.143 2006/03/04 05:35:36 brad Exp $ +# $OpenBSD: GENERIC,v 1.144 2006/05/27 19:10:43 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -76,6 +76,8 @@ isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel option ISP_COMPILE_FW=1 pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI scsibus* at pcscp? +#mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface +#scsibus* at mpi? # PCI crypto hifn* at pci? # Hifn 7751/7811/7951 |