summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_mem.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-297/+0
* s/logprintf/printf/gimp2007-06-201-2/+2
* Remove more __OtherBSD__ ifdefs that don't make sense, and haven't forimp2007-06-131-5/+0
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codebrueffer2007-05-121-7/+0
* s/Static/static/gimp2006-09-061-9/+9
* Use the limited scatter-gather capabilities of ehci, ohci and uhciiedowse2006-05-281-1/+1
* Don't use the ALLOCNOW flag for tags that will only be used for staticscottl2006-01-101-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* When searching for a suitable block of memory on the free list,iedowse2004-08-021-1/+2
* Make it easier to run this code on RELENG_4.joe2003-10-041-1/+9
* fix another bus_dma leak due to not having a size param for our bus_dmajmg2003-07-291-0/+2
* Fix a 64 bit bug lost in the inline warning noise. sizeof is not alwayspeter2003-07-221-1/+1
* override the tag. usb_block_allocmem allocates a new tag, which when wejmg2003-07-211-1/+5
* make usb bus_dma aware.jmg2003-07-151-0/+294
OpenPOWER on IntegriCloud