summaryrefslogtreecommitdiffstats
path: root/sys/modules/ata
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-11-26 12:41:43 +0000
committermav <mav@FreeBSD.org>2009-11-26 12:41:43 +0000
commitf2f80ba207d1b5ce3703e7a99b7956d9ae1e2ca5 (patch)
tree3d851727be317366f86d8ccfb7c60beabdbd21f0 /sys/modules/ata
parent7c0d54bcfc79dce34d24170f6ae5ebb6e25b9e9f (diff)
downloadFreeBSD-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/modules/ata')
-rw-r--r--sys/modules/ata/atausb/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/modules/ata/atausb/Makefile b/sys/modules/ata/atausb/Makefile
deleted file mode 100644
index 714adfe..0000000
--- a/sys/modules/ata/atausb/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../dev/ata
-
-KMOD= atausb
-SRCS= ata-usb.c
-SRCS+= opt_bus.h opt_usb.h opt_ata.h usbdevs.h
-SRCS+= ata_if.h device_if.h bus_if.h pci_if.h usb_if.h
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud