summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/ohci.c
Commit message (Expand)AuthorAgeFilesLines
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-221-0/+3
* Revert r198500 for now, this will break situations whenthompsa2009-10-261-0/+24
* Remove usb controller takeover code now that it is handled by the pci code.thompsa2009-10-261-24/+0
* Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forthompsa2009-10-151-0/+1
* USB CORE:alfred2009-07-301-0/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-16/+35
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-65/+65
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-41/+41
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-9/+9
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-74/+74
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-2/+2
* Revert part of r191494 which used the udev state to mark suspending, this needsthompsa2009-05-051-2/+2
* Track the usb device state as its powered on, addressed and configured. This ...thompsa2009-04-251-2/+2
* MFp4 //depot/projects/usb@160930thompsa2009-04-221-46/+52
* Remove usb_sw_transfer.[ch] which are now empty after r190735.thompsa2009-04-061-1/+0
* Provide a better commit log for r190735, forced by making a whitespace change.thompsa2009-04-061-1/+1
* MFp4 //depot/projects/usb@159946thompsa2009-04-051-8/+0
* MFp4 //depot/projects/usb@159922thompsa2009-04-051-161/+16
* The buffer start and end phys addresses should be 0x0 for an OHCI zero lengththompsa2009-03-271-2/+5
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-201-12/+44
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-6/+7
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-2/+1
* MFp4 //depot/projects/usb@157853thompsa2009-02-241-11/+2
* Move the new USB stack into its new home.thompsa2009-02-231-0/+2862
OpenPOWER on IntegriCloud