diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-31 23:24:44 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-31 23:24:44 +0000 |
commit | 99f13d0ca2e21981f0beb8fb861310ac0b6d6852 (patch) | |
tree | e018729fa570d3ae84f621919dc72471983d05f0 /sys/arch/i386/conf/RAMDISK_CD | |
parent | 14122972524e1f349a5da3b63d98f5edf53df290 (diff) |
enable mpi
ok deraadt@
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 6d224981b63..3cc23424566 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.120 2006/05/20 21:44:10 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.121 2006/05/31 23:24:43 dlg Exp $ machine i386 # architecture, used by config; REQUIRED @@ -189,6 +189,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? |