summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/usb_controller.c
AgeCommit message (Expand)Author
2009-05-30Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson
2009-05-29Fix function arguments were previously they matched the typedef by accident.Andrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson
2009-05-21Use enums for speed and rev data types.Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160706Andrew Thompson
2009-04-10Revert r190676,190677Andrew Thompson
2009-04-06Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159922Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159909Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159866Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159700Andrew Thompson
2009-04-03Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledAndrew Thompson
2009-03-20MFp4 //depot/projects/usb@159392Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159430Andrew Thompson
2009-03-11Fix a possible NULL pointer access at controller attach.Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson