diff options
author | Scott Long <scottl@FreeBSD.org> | 2006-03-29 09:57:22 +0000 |
---|---|---|
committer | Scott Long <scottl@FreeBSD.org> | 2006-03-29 09:57:22 +0000 |
commit | 7f631a410c50cf23934937538386df277b818cc1 (patch) | |
tree | 628e3a27a935f39f291ada85837cb7ec0266d060 /sys/amd64 | |
parent | b41709e925ccbefd0ede36c4780a3483da0e777d (diff) | |
download | src-7f631a410c50cf23934937538386df277b818cc1.tar.gz src-7f631a410c50cf23934937538386df277b818cc1.zip |
Hook the MFI driver up to the build.
Notes
Notes:
svn path=/head/; revision=157259
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index feda823e757f..6d3c9910f6f8 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -137,6 +137,7 @@ device twa # 3ware 9000 series PATA/SATA RAID device aac # Adaptec FSA RAID device aacp # SCSI passthrough for aac (requires CAM) device ida # Compaq Smart RAID +device mfi # LSI MegaRAID SAS device mlx # Mylex DAC960 family #XXX pointer/int warnings #device pst # Promise Supertrak SX6000 |