aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_busdma.h
Commit message (Expand)AuthorAgeFilesLines
* Fix busdma resource leak on usb device detach.Ian Lepore2021-10-061-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add helper function to check if a USB page cache buffer is properlyHans Petter Selasky2015-11-071-0/+3
* Change type of the DMA address so that on PAE platforms we get canHans Petter Selasky2014-06-021-2/+2
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-14/+0
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-151-3/+3
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-22/+22
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-10/+10
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-26/+26
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-39/+39
* Unifdef __NetBSD__ here, the usb stack as a whole doesnt support NetBSD and itAndrew Thompson2009-05-261-22/+1
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.Andrew Thompson2009-03-201-7/+12
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-24/+24
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-11/+19
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+183