summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_mem.h
AgeCommit message (Expand)Author
2022-03-03usb: Add missing includes in usb_mem.h.riastradh
2022-02-14usbdi(9): Add some missing header include guards.riastradh
2021-12-21Change the usb_mem API to take a bus_dma_tag_t in usb_allocmem instead ofskrll
2021-01-05More converstion from usbd_status to int for function error reporting.skrll
2021-01-02Add USBMALLOC_ZERO flag for requesting zero initialized DMA memory.jmcneill
2020-04-05Switch USB to use non-coherent buffers for data transfers in theskrll
2016-04-23Merge nick-nhusbskrll
2013-01-23bus_dmamem_alloc may change the number of requested segs, so keep the number ...jmcneill
2013-01-07Allow USB memory allocation by multiple segments in scatter/gather listsprlw1
2012-02-24remove any remnants of freebsd/openbsd code.mrg
2008-06-28Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and ehci(4),bouyer
2008-05-21fix argument to usb_setup_reserve() (called from USB host adapter drivers)drochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2004-12-21Use 256k, not 256M (I thought I had fixed that, since it was discussedfvdl
2004-12-21Implement an USB memory reserve. Allocate some memory per host controllerfvdl
2003-05-03DMA, not dma nor Dma.wiz
2002-07-11Get rid of trailing white space.augustss
2002-05-28Another fix in the FreeBSD part.augustss
2002-05-28Change DMAADDR macro slightly.augustss
2002-05-19Update dma memory access API a little.augustss
2000-06-28remove include of <vm/vm.h>mrg
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-03-12Fix DMAADDR():nathanw
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-10-13Remove FreeBSD tags that got in there by accident.augustss
1999-10-13Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> soaugustss
1999-09-13Rearrange the code a little so we can decide if we are in processaugustss
1999-09-09Change the internal API to allow DMA buffers to be pre-allocated byaugustss
1999-08-22Move more of the transfer completion processing to HC independent code.augustss
1999-08-17Make some small changes to make it compile on OpenBSD.augustss
1999-01-09A minor fix for FreeBSD.augustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-07-24Add special memory allocation routines that supports allocationaugustss