diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-31 03:25:09 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-31 03:25:09 +0000 |
commit | 9940325c753aca4b90c16c11d2d0a7fe581e4437 (patch) | |
tree | f29385aeebe0a112b6afd4c0536c16c9afbca768 /sys/arch/macppc | |
parent | 096d22c2a59ca8fd190428607badf44481bcb88e (diff) |
enable mpi in GENERIC on amd64, i386, and macppc. jason already enabled it
on sparc64 last night. macppc gets it in RAMDISK as well.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
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? |