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