diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 6e8c3fc43f7..733c95e6951 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.137 2006/05/29 01:06:26 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.138 2006/05/31 03:25:08 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -242,8 +242,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? +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 1c0ed3f86a9..27a1e62e3d7 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.500 2006/05/31 01:44:27 mk Exp $ +# $OpenBSD: GENERIC,v 1.501 2006/05/31 03:25:08 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -332,8 +332,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? +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/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 5f46a888965..4ab8e9989fc 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.137 2006/04/30 20:38:57 brad Exp $g +# $OpenBSD: GENERIC,v 1.138 2006/05/31 03:25:08 dlg Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -61,6 +61,7 @@ ahc* at pci? # Adaptec 294x, aic78x0 SCSI #ami* at pci? pcscp* at pci? # AMD Am53c974 PCscsi-PCI SCSI isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel +mpi* at pci? # LSI Logic MPT-Fusion Message Passing Interface option ISP_COMPILE_FW pciide* at pci? kauaiata* at pci? # Apple ATA 100 @@ -174,6 +175,7 @@ scsibus* at ioprbs? scsibus* at iopsp? scsibus* at pcscp? scsibus* at isp? +scsibus* at mpi? scsibus* at siop? #scsibus* at fwscsi? diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index e95352444ed..67e154a2458 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.65 2006/04/30 21:53:30 brad Exp $ +# $OpenBSD: RAMDISK,v 1.66 2006/05/31 03:25:08 dlg Exp $ # # PPC GENERIC config file # @@ -58,6 +58,7 @@ ahc* at pci? # Adaptec 294x, aic78x0 SCSI #bha* at pci? # BusLogic 9xx SCSI pcscp* at pci? # AMD Am53c974 PCscsi-PCI SCSI isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel +mpi* at pci? # LSI Logic MPT-Fusion Message Passing Interface option ISP_COMPILE_FW pciide* at pci? kauaiata* at pci? # Apple ATA 100 @@ -140,6 +141,7 @@ scsibus* at ioprbs? scsibus* at iopsp? scsibus* at pcscp? scsibus* at isp? +scsibus* at mpi? mediabay* at macobio? wdc* at mediabay? |