diff options
author | ale <ale@FreeBSD.org> | 2004-01-26 16:38:33 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-01-26 16:38:33 +0000 |
commit | 6f8ce9616a6ce904600e756a8ab2336f6ea6ba80 (patch) | |
tree | d080910491852ee488b4b2023880e2da1ea751fb /sys/conf/NOTES | |
parent | b830d2117bde69ff70781bb04699e71a20960254 (diff) | |
download | FreeBSD-src-6f8ce9616a6ce904600e756a8ab2336f6ea6ba80.zip FreeBSD-src-6f8ce9616a6ce904600e756a8ab2336f6ea6ba80.tar.gz |
Add missing 'device ataraid' to support ATA software RAID.
Noticed by: Dario Freni <saturnero@gufi.org>
Approved by: blackend (mentor)
Reviewed by: sos
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 0a6875d..b7f3a90 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1367,6 +1367,7 @@ device twe # 3ware ATA RAID # PCI and PC Card ATA/ATAPI devices on modern machines. device ata device atadisk # ATA disk drives +device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives |