summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_mem.c
AgeCommit message (Expand)Author
2009-02-10In usb_reserve_allocm(), return an error immediately if the requesteddrochner
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
2008-04-05use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2004-12-21Implement an USB memory reserve. Allocate some memory per host controllerfvdl
2004-01-05Fix bug in error path. From OpenBSD.augustss
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2002-12-30extern references to debugging globals that really exist elsewheredsainty
2002-07-11Get rid of trailing white space.augustss
2002-05-19Update dma memory access API a little.augustss
2001-11-13add RCSIDslukem
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-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-03-27Keep free block statistics.augustss
1999-12-18Make these files compile on 64 bit archs.augustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-10-12Stylistic changes.augustss
1999-09-13Rearrange the code a little so we can decide if we are in processaugustss
1999-09-11* Move DMA buffer allocation to HC independent code.augustss
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-19make alpha compiler happymjacob
1999-08-16Change DIAGNOSTIC behaviour a little.augustss
1999-08-14Some changes from FreeBSD (no functional differences).augustss
1999-08-02Another debug message.augustss
1999-06-05Very small formatting nit.augustss
1998-12-14Initialize field to indicate fragment block.augustss
1998-12-11Move spls around.augustss
1998-12-09Insert some splusb() since memory allocation and deallocation canaugustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-07-24Add special memory allocation routines that supports allocationaugustss