diff options
-rw-r--r-- | sys/conf/NOTES | 6 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 462cf56..c625246 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1320,12 +1320,6 @@ device iir device mly # -# Adaptec FSA RAID controllers, including integrated DELL controllers, -# the Dell PERC 2/QC and the HP NetRAID-4M -device aac -device aacp # SCSI Passthrough interface (optional, CAM required) - -# # Compaq Smart RAID, Mylex DAC960 and AMI MegaRAID controllers. Only # one entry is needed; the code will find and configure all supported # controllers. diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 4174ebd..e0d1acf 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -498,6 +498,12 @@ hint.stg.0.port="0x140" hint.stg.0.port="11" # +# Adaptec FSA RAID controllers, including integrated DELL controllers, +# the Dell PERC 2/QC and the HP NetRAID-4M +device aac +device aacp # SCSI Passthrough interface (optional, CAM required) + +# # Miscellaneous hardware: # # mcd: Mitsumi CD-ROM using proprietary (non-ATAPI) interface |