diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-02-28 19:39:55 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-02-28 19:39:55 +0000 |
commit | 04333f91a82d1f62e49a9775f5fd1e04c64661e6 (patch) | |
tree | 34007dd31f433b3dcf916934b9048e6be4bacfb0 /sys/arch/i386/conf/GENERIC | |
parent | 86f7cd390ed8e186e4a281573a28eb1dfd376997 (diff) |
enable mpii
ok marco deraadt
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-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 3bbb07e382b..c1938810bb6 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.678 2010/01/03 18:37:24 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.679 2010/02/28 19:39:54 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -462,6 +462,8 @@ arc* at pci? # Areca RAID Controllers scsibus* at arc? mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface scsibus* at mpi? +mpii* at pci? # LSI Fusion MPT Message Passing Interface II +scsibus* at mpii? gdt* at pci? # ICP Vortex GDT RAID controllers scsibus* at gdt? twe* at pci? # 3ware Escalade RAID controllers |