diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-27 19:10:44 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-27 19:10:44 +0000 |
commit | b39482d224f3c0339badc314f235f66a71ca49c4 (patch) | |
tree | f97d71e4014e900a98ea4af63937d234a02b7d8d | |
parent | 679f4cf78cfbf28255564c11aefa46d6eba43c9c (diff) |
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 |