summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-1383/+0
* Set the pipe pointer before calling usbd_transfer() as its possible for thethompsa2009-01-191-1/+1
* Add a reset device command to ugen.c.n_hibma2008-11-131-0/+9
* Return USBD_NORMAL_COMPLETION instead of a hard coded 0.n_hibma2008-10-301-1/+1
* Correct cache handling for xfer requests marked URQ_REQUEST: many (if notsam2008-03-201-1/+2
* add some debug msgs for tracking xferssam2008-03-201-4/+9
* Eliminate BUS_DMA <-> cache incoherencies in USB transfers.raj2008-02-121-1/+2
* Fix two more PRs:imp2007-06-301-2/+4
* s/logprintf/printf/gimp2007-06-201-2/+2
* Expand usb_callout_initimp2007-06-181-1/+1
* First pass at removing __OtherBSD__. We can't blindly remove all ofimp2007-06-121-11/+3
* Refine the previous change to only call bus_dmamap_sync() in case ofmarius2006-11-271-12/+19
* Fix coherency issue. From submitter:imp2006-11-221-0/+7
* Don't attempt to insert the transfer in an error case where it hasiedowse2006-10-031-2/+0
* More removing compatibility macros.imp2006-09-071-10/+10
* s/Static/static/gimp2006-09-061-11/+11
* Use the limited scatter-gather capabilities of ehci, ohci and uhciiedowse2006-05-281-58/+168
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Reorder the calling of the completion callback and the transferiedowse2005-12-081-10/+14
* Merge from NetBSD.sobomax2005-03-011-1/+83
* Add a new function usbd_abort_default_pipe() that aborts any transfersiedowse2005-02-141-0/+6
* When attached to a high-speed device, report a more appropriateiedowse2005-02-131-0/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix two cases where a successful return from usbd_transfer() wouldiedowse2004-08-291-2/+2
* Diff reduction to NetBSD.le2004-07-191-5/+6
* Implement a crude but functional usbd_ratecheck() to limit the numberphk2004-03-041-5/+3
* Revise the NetBSD revision control strings.joe2003-11-091-6/+1
* MFNetBSD:joe2003-11-091-2/+2
* Use __FBSDID().obrien2003-08-241-1/+3
* seems like i386 && DIAGNOSTIC needs sys/proc.hjmg2003-07-161-0/+1
* sync w/ NetBSDjmg2003-07-151-4/+2
* Update to reflect the NetBSD patches that are already included.joe2003-07-141-0/+5
* remove \n at end of panic strings. They are added by the call to panic.jmg2003-07-041-1/+1
* WARNING: white space diffjmg2003-07-041-31/+30
* MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100)joe2002-05-261-1/+1
* Sync with NetBSD. (Non functional changes).joe2002-05-221-9/+9
* Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUTjoe2002-05-221-1/+1
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),joe2002-05-061-8/+10
* MFNetBSD:joe2002-05-021-1/+4
* MFNetBSD: ukbd.c (1.52), usbdi.c (1.54), usbdi.h (1.35)joe2002-04-071-3/+3
* MFNetBSD: usbdi.c (1.93), usbdi.h (1.59)joe2002-04-071-2/+21
* MFNetBSD:joe2002-04-071-2/+6
* Move a function to a different place in the source so that we matchjoe2002-04-071-17/+17
* MFNetBSD:joe2002-04-071-2/+2
* MFNetBSD:joe2002-04-071-2/+2
* MFNetBSD: usbdi.c (1.80), usbdi.h (1.51)joe2002-04-071-23/+2
* MFNetBSD: usbdi.c (1.63), usbdi.h (1.41)joe2002-04-071-0/+17
* MFNetBSD: ohci.c (1.109), uhci.c (1.144), uhub.c (1.56), usb.c (1.57),joe2002-04-071-2/+3
* MFNetBSD: usbdi.c (1.85), usbdi.h (1.54), usbdi_util.c (1.37)joe2002-04-071-2/+1
* MFNetBSD: usbdi.c (1.82), usbdivar.h (1.64)joe2002-04-071-1/+50
OpenPOWER on IntegriCloud