summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_mem.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* When searching for a suitable block of memory on the free list,Ian Dowse2004-08-021-1/+2
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-041-1/+9
* fix another bus_dma leak due to not having a size param for our bus_dmaJohn-Mark Gurney2003-07-291-0/+2
* Fix a 64 bit bug lost in the inline warning noise. sizeof is not alwaysPeter Wemm2003-07-221-1/+1
* override the tag. usb_block_allocmem allocates a new tag, which when weJohn-Mark Gurney2003-07-211-1/+5
* make usb bus_dma aware.John-Mark Gurney2003-07-151-0/+294