diff options
author | mav <mav@FreeBSD.org> | 2009-11-26 12:41:43 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2009-11-26 12:41:43 +0000 |
commit | f2f80ba207d1b5ce3703e7a99b7956d9ae1e2ca5 (patch) | |
tree | 3d851727be317366f86d8ccfb7c60beabdbd21f0 /sys/conf | |
parent | 7c0d54bcfc79dce34d24170f6ae5ebb6e25b9e9f (diff) | |
download | FreeBSD-src-f2f80ba207d1b5ce3703e7a99b7956d9ae1e2ca5.zip FreeBSD-src-f2f80ba207d1b5ce3703e7a99b7956d9ae1e2ca5.tar.gz |
Drop USB mass storage devices support from ata(4). It is out of the build as
long as I remember, and completely superseded by better maintained umass(4).
It's main idea was to optionally avoid CAM dependency for such devices, but
with move ATA to CAM, it is not actual any more.
No objections: hselasky@, thompsa@, arch@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 1d014b9..5571378 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -533,7 +533,6 @@ dev/ata/chipsets/ata-sis.c optional ata pci | atasis dev/ata/chipsets/ata-via.c optional ata pci | atavia dev/ata/ata-disk.c optional atadisk dev/ata/ata-raid.c optional ataraid -dev/ata/ata-usb.c optional atausb usb dev/ata/atapi-cd.c optional atapicd dev/ata/atapi-fd.c optional atapifd dev/ata/atapi-tape.c optional atapist |