summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/ehci_ixp4xx.c
Commit message (Expand)AuthorAgeFilesLines
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-141-45/+3
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+1
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIHans Petter Selasky2011-04-121-7/+0
* - Correct EHCI interrupt disabling at detach.Hans Petter Selasky2011-04-031-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* ehci_init() will do reset and set the usbrev flag. Fix problem whereAndrew Thompson2009-11-081-3/+0
* Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forAndrew Thompson2009-10-151-0/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-1/+21
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-2/+2
* Remove usb_sw_transfer.[ch] which are now empty after r190735.Andrew Thompson2009-04-061-1/+0
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529Andrew Thompson2009-03-201-1/+1
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* (re)merge r186415,186416 from the old usb stack;Andrew Thompson2009-03-071-0/+1
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+348