summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/storage/urio.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-1/+1
* Style change.hselasky2011-11-121-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* - Export the URIO USB device ID's.hselasky2011-06-241-9/+12
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
* - FIFO's are always opened separately in read and writealfred2009-08-241-3/+0
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-37/+57
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-28/+28
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-12/+12
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-25/+25
* 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-1/+1
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-14/+14
* MFp4 //depot/projects/usb@159517thompsa2009-03-201-2/+0
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-7/+5
* Move the new USB stack into its new home.thompsa2009-02-231-0/+479
OpenPOWER on IntegriCloud