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