From 1bb594f67d833a4947b81a23b950430a5beccdfb Mon Sep 17 00:00:00 2001 From: mav Date: Wed, 2 Dec 2009 10:47:11 +0000 Subject: 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@ --- sys/modules/ata/atausb/Makefile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 sys/modules/ata/atausb/Makefile (limited to 'sys/modules') 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 -- cgit v1.1