aboutsummaryrefslogtreecommitdiff
path: root/sys/legacy/dev/usb
Commit message (Collapse)AuthorAgeFilesLines
* Delete the old USB stack. The new stack has settled in and has all theAndrew Thompson2009-05-2777-54531/+0
| | | | | | | drivers/functionality and then some. Notes: svn path=/head/; revision=192901
* Garbage collect legacy upgt driver now that it is available in the newRobert Watson2009-05-134-3211/+0
| | | | | | | | | USB implementation. Garbage collect legacy USB ethernet framework now that it is unused. Notes: svn path=/head/; revision=192047
* Remove kue_fw.h, missed in previous IFF_NEEDSGIANT USB driver garbageRobert Watson2009-04-171-685/+0
| | | | | | | collection. Notes: svn path=/head/; revision=191199
* Remove legacy versions of USB network interface drivers relying onRobert Watson2009-04-1723-21962/+0
| | | | | | | IFF_NEEDSGIANT, as that is no longer supported. Notes: svn path=/head/; revision=191198
* remove now-redunant cardbus attachment lines.Warner Losh2009-03-093-3/+0
| | | | Notes: svn path=/head/; revision=189576
* This copy of usbdevs is unused.Andrew Thompson2009-02-241-2527/+0
| | | | Notes: svn path=/head/; revision=189003
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-23106-0/+82919
new USB2 stack will fully replace this for 8.0. Remove kernel modules, a subsequent commit will update conf/files. Unhook usbdevs from the build. Notes: svn path=/head/; revision=188939