diff options
author | achim <achim@FreeBSD.org> | 2013-05-24 09:22:43 +0000 |
---|---|---|
committer | achim <achim@FreeBSD.org> | 2013-05-24 09:22:43 +0000 |
commit | 10ab6671008c9ae3ac81b60ae8fde39d2aa133ad (patch) | |
tree | 8bf15f63d33c02d7e556aa6725fc410c0f737892 /sys/amd64/conf/NOTES | |
parent | 00b2cf3075ac519216e0765eb8a9b7b8f686830d (diff) | |
download | FreeBSD-src-10ab6671008c9ae3ac81b60ae8fde39d2aa133ad.zip FreeBSD-src-10ab6671008c9ae3ac81b60ae8fde39d2aa133ad.tar.gz |
Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Series 6, 7, 8 and upcoming products. Older Adaptec RAID controller families are supported by the 'aac' driver.
Approved by: scottl (mentor)
Diffstat (limited to 'sys/amd64/conf/NOTES')
-rw-r--r-- | sys/amd64/conf/NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 5689ed3..4d1f90f 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -406,6 +406,10 @@ device aac device aacp # SCSI Passthrough interface (optional, CAM required) # +# Adaptec by PMC RAID controllers, Series 6/7/8 and upcoming families +device aacraid # Container interface, CAM required + +# # Highpoint RocketRAID 27xx. device hpt27xx |