diff options
author | sos <sos@FreeBSD.org> | 2003-08-24 09:30:13 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 2003-08-24 09:30:13 +0000 |
commit | 225ff2440130f22be96e9c3ab6797c56051ecf09 (patch) | |
tree | 7c2f92a81bfcb9bfed7466451077e85fff3ac8ba /sys/i386/conf | |
parent | 7ddb450cd6a76449129d9e26f81be4c4901317fe (diff) | |
download | FreeBSD-src-225ff2440130f22be96e9c3ab6797c56051ecf09.zip FreeBSD-src-225ff2440130f22be96e9c3ab6797c56051ecf09.tar.gz |
Add device ataraid, this is now seperate and not pulled in by atadisk.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 089d9db..28d2121 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -79,6 +79,7 @@ device fdc # ATA and ATAPI devices 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 |