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 /sys/arch/i386/conf | |
parent | 679f4cf78cfbf28255564c11aefa46d6eba43c9c (diff) |
add mpi(4) glue. commented out for now
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
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? |