summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-12-02 10:47:11 +0000
committermav <mav@FreeBSD.org>2009-12-02 10:47:11 +0000
commit1bb594f67d833a4947b81a23b950430a5beccdfb (patch)
tree932ae1d27513d3b602a56aa2e8e4c3e93f5337b7 /sys/modules
parentb45f3ce62c69194409ce2590a0c6ea540da94f6c (diff)
downloadFreeBSD-src-1bb594f67d833a4947b81a23b950430a5beccdfb.zip
FreeBSD-src-1bb594f67d833a4947b81a23b950430a5beccdfb.tar.gz
MFC r199822:
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')
-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