aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_busdma.c
Commit message (Expand)AuthorAgeFilesLines
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-18/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky2016-09-141-7/+7
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* Verify that all segments in the loaded segment list are back to backHans Petter Selasky2016-03-291-11/+16
* Add helper function to check if a USB page cache buffer is properlyHans Petter Selasky2015-11-071-0/+29
* Relax the BUS_DMA_KEEP_PG_OFFSET requirement to allow optimisingHans Petter Selasky2015-11-031-2/+6
* Fix a regression issue. Contiguous single segment allocations aboveHans Petter Selasky2014-02-051-1/+1
* Fix external compiler warning about write-only assigned variable.Hans Petter Selasky2013-12-051-3/+1
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+4
* Fix regression issue after r244500 and r244503:Hans Petter Selasky2013-01-271-2/+3
* Regression issue:Hans Petter Selasky2012-12-211-5/+13
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-2/+2
* Style change.Hans Petter Selasky2011-11-121-7/+7
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Use saner nsegments and maxsegsz parameters when creating certain DMA tags;Marius Strobl2010-09-141-2/+2
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-3/+3
* Add a reminder comment to optimize bus_dmamap_sync calls.Alfred Perlstein2009-08-241-0/+6
* Fix USB cache sync operations for platforms with non-coherent DMA.Rafal Jaworowski2009-08-191-4/+3
* MFp4:Marcel Moolenaar2009-07-121-1/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-3/+23
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-97/+97
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-151-5/+5
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-8/+8
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-27/+27
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-53/+53
* Unifdef __NetBSD__ here, the usb stack as a whole doesnt support NetBSD and itAndrew Thompson2009-05-261-396/+1
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-35/+36
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-20/+32
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+1426