summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_busdma.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-07net80211(4): Bring back an accidently reverted grammar correctionGordon Bergling
2022-09-05Revert "usb: Remove a double words in a source code comments"Gordon Bergling
2022-09-04usb: Remove a double words in a source code commentsGordon Bergling
2021-09-28Fix busdma resource leak on usb device detach.Ian Lepore
2021-08-14Fix a common typo in source code commentsGordon Bergling
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2016-09-14Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky
2016-04-21sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2016-03-29Verify that all segments in the loaded segment list are back to backHans Petter Selasky
2015-11-07Add helper function to check if a USB page cache buffer is properlyHans Petter Selasky
2015-11-03Relax the BUS_DMA_KEEP_PG_OFFSET requirement to allow optimisingHans Petter Selasky
2014-02-05Fix a regression issue. Contiguous single segment allocations aboveHans Petter Selasky
2013-12-05Fix external compiler warning about write-only assigned variable.Hans Petter Selasky
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2013-01-27Fix regression issue after r244500 and r244503:Hans Petter Selasky
2012-12-21Regression issue:Hans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-11-12Style change.Hans Petter Selasky
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-09-14Use saner nsegments and maxsegsz parameters when creating certain DMA tags;Marius Strobl
2009-11-26Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson
2009-08-24Add a reminder comment to optimize bus_dmamap_sync calls.Alfred Perlstein
2009-08-19Fix USB cache sync operations for platforms with non-coherent DMA.Rafal Jaworowski
2009-07-12MFp4:Marcel Moolenaar
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-06-15Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson
2009-05-30Revert the size_t part of the last commit for the moment, this blows up theAndrew 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-26Unifdef __NetBSD__ here, the usb stack as a whole doesnt support NetBSD and itAndrew Thompson
2009-05-21- rename usb2_mode to usb_mode [1]Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson
2009-03-20MFp4 //depot/projects/usb@159392Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159430Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson