summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_busdma.c
Commit message (Expand)AuthorAgeFilesLines
* Use saner nsegments and maxsegsz parameters when creating certain DMA tags;marius2010-09-141-2/+2
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-3/+3
* Add a reminder comment to optimize bus_dmamap_sync calls.alfred2009-08-241-0/+6
* Fix USB cache sync operations for platforms with non-coherent DMA.raj2009-08-191-4/+3
* MFp4:marcel2009-07-121-1/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-3/+23
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-97/+97
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-151-5/+5
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-8/+8
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-27/+27
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-53/+53
* Unifdef __NetBSD__ here, the usb stack as a whole doesnt support NetBSD and itthompsa2009-05-261-396/+1
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-35/+36
* MFp4 //depot/projects/usb@159392thompsa2009-03-201-20/+32
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* Move the new USB stack into its new home.thompsa2009-02-231-0/+1426
OpenPOWER on IntegriCloud