Age | Commit message (Expand) | Author |
2012-08-17 | Fix typos in DPRINTF() so error messages refer to correct *hci. | Kenneth R Westerback |
2012-08-07 | Make all *_device_*_start() functions (e.g. ohci_device_intr_start()) | Kenneth R Westerback |
2012-07-07 | When aborting a transfer set the halted bit to the QH's qTD and remove | Martin Pieuchot |
2012-06-23 | There's no need to check for the last qTD of a list because they are | Martin Pieuchot |
2012-06-23 | Fix a bad copy/paste; when starting an isochronous transfer set the | Martin Pieuchot |
2012-05-13 | Remove unused and confusing 'head' argument. | Martin Pieuchot |
2012-05-12 | Remove unused xfer pointer from the qTD structure. | Martin Pieuchot |
2012-05-12 | Because qTD lists are NULL terminated, there is no need for an extra | Martin Pieuchot |
2011-07-10 | Read the HCSPARAMS register from the correct location, and add | Eric Faurot |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-06-23 | ansify a few files. ok deraadt dlg krw matthew | Ted Unangst |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Jacob Meuser |
2010-12-06 | * if we got an undercoverable error, set the dying flag | Jacob Meuser |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-09-29 | Add DMA sync operations. Fixes problems on macppc with gcc4 because | Mark Kettenis |
2010-09-23 | returning here can cause the usb task thread to go to sleep forever, | Jacob Meuser |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-30 | Change powerhooks into activate functions, and provide stub powerhook | Theo de Raadt |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2009-11-26 | Call the existing power functions with our activate function for | Theo de Raadt |
2009-11-24 | fix hardware polling interval calculation. uaudio on my Logitech webcam | Jacob Meuser |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-09-05 | Make sure ehci_open() invokes ehci_device_setintr() at splusb; found with | Miod Vallat |
2009-07-24 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-06-02 | ehci_alloc_sqtd_chain() was doing signed math on len, thus the great code | Theo de Raadt |
2009-04-20 | unbreak EHCI_DEBUG - usbd_dump_pipe() is only defined if USB_DEBUG is | Reyk Floeter |
2009-02-14 | remove dead assignments and newly created unused variables. | Charles Longeau |
2008-11-29 | Fix high-speed isoc USB transfers; 64bit capable USB host controllers | Marcus Glocker |
2008-11-21 | if interrupt register is all 1s, we know we are dead; ok dlg | Theo de Raadt |
2008-10-30 | From Jeremy Morse via NetBSD: | Marcus Glocker |
2008-10-07 | In ehci_free_itd() replace LIST_INSERT_AFTER(LIST_FIRST(..), ..) with | Marcus Glocker |
2008-10-06 | Don't force multi transaction endpoints (>1024 bytes) down to single | Marcus Glocker |
2008-09-15 | I forgot to sync the NetBSD Copyright 2004-2008 update. Fix it. | Marcus Glocker |
2008-09-15 | Sync ehci-isoc part a bit up with NetBSD: | Marcus Glocker |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-09-08 | expand switch cases so they're not so ugly and easier to read. | Brad Smith |
2008-08-18 | use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL | Kevin Lo |
2008-08-16 | Spacing. | Marcus Glocker |
2008-08-16 | Sync ehci isochronous part with NetBSD: | Marcus Glocker |
2008-08-09 | Add isochronous xfer support for ehci(4). From NetBSD. | Marcus Glocker |
2008-06-29 | add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem. | Yojiro Uo |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-09 | Don't play games with the PCD interrupt. It delays the detection of | Mark Kettenis |
2008-06-02 | fix DEBUG flag. without EHCI_DEBUG, ehcidebug is not defined. | Yojiro Uo |
2008-05-25 | Don't define EHCI_DEBUG when USB_DEBUG is defined. This to be consistent | Marc Balmer |
2008-05-15 | Avoid clearing the port enable bit when bringing the port out of reset. | Mark Kettenis |
2008-04-16 | Use the timeout(9) API the right way: Don't initialize the timeout | Michael Knudsen |
2007-06-15 | Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTS | Marc Balmer |