aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ata/atausb
Commit message (Collapse)AuthorAgeFilesLines
* Drop USB mass storage devices support from ata(4). It is out of the build asAlexander Motin2009-11-261-10/+0
| | | | | | | | | | | 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@ Notes: svn path=/head/; revision=199822
* Move the uaudio and ata-usb drivers into their correct locations.Andrew Thompson2009-02-231-1/+2
| | | | Notes: svn path=/head/; revision=188957
* Remove debug flag.Søren Schmidt2006-03-111-1/+0
| | | | | | | Spotted by: ru@ Notes: svn path=/head/; revision=156566
* Add atausb moduleSøren Schmidt2006-03-101-0/+10
Notes: svn path=/head/; revision=156542