diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2006-05-18 22:25:10 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2006-05-18 22:25:10 +0000 |
commit | 480e55a602787f7199bb5121fca2766875624fb9 (patch) | |
tree | 75bfe5e02be9343585dc5c53700380235a30c109 /sys | |
parent | 3ba031339978adf970c28b9ea35ec30c80f0838f (diff) |
Just finished testing mfi on amd64 so add it here too.
Diffstat (limited to 'sys')
-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 b7904ea3991..86383d0d21f 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.132 2006/05/18 03:42:09 brad Exp $ +# $OpenBSD: GENERIC,v 1.133 2006/05/18 22:25:09 marco Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -246,6 +246,8 @@ scsibus* at twe? #scsibus* at aac? ami* at pci? # AMI MegaRAID controllers scsibus* at ami? +mfi* at pci? # LSI MegaRAID SAS controllers +scsibus* at mfi? #cac* at pci? # Compaq Smart ARRAY [234]* RAID controllers #scsibus* at cac? ciss* at pci? # Compaq Smart ARRAY [56]* RAID controllers |