diff options
| author | Scott Long <scottl@FreeBSD.org> | 2002-09-26 18:16:28 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2002-09-26 18:16:28 +0000 |
| commit | 89147260d5d49e5a45870bde7a5b450bd6665567 (patch) | |
| tree | beafbc2c3d472ed95e040c84b463d49afaab9fae | |
| parent | 48a7c35e51f11a8edc9005fc5079f2678855c708 (diff) | |
Notes
| -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 462cf56ebead..c625246867e9 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 4174ebda57d3..e0d1acff61c1 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 |
