| Age | Commit message (Expand) | Author |
| 2006-05-12 | make [OU]READ[124]() real inline functions instead of macros. | mrg |
| 2006-04-15 | Revert previous panic change, I'll fix it differently. | christos |
| 2006-04-14 | Coverity CID 1115: It is quite pointless to have a DIAGNOSTIC panic that | christos |
| 2006-04-14 | Coverity CID 1132: avoid NULL derefs. | christos |
| 2006-03-30 | If dying, return after doing the software part [as noted in the comment | christos |
| 2005-12-19 | Make OHCI work on Au1500 systems running in big-endian mode. | tron |
| 2005-11-14 | Make it possible to decide endianess dynamically. From port-evbmips/31912 | augustss |
| 2005-07-18 | Make sure we don't enable host controller interrupts until all | augustss |
| 2005-05-31 | cast-qual fallout | drochner |
| 2005-05-28 | Fix interrupt out transfers. | skrll |
| 2005-05-08 | Only look at USBD_FORCE_SHORT_XFER for writes. | augustss |
| 2005-05-01 | In eohci_waitintr, xfer->timeout is in ms, not hz. | augustss |
| 2005-05-01 | Fix some spelling errors. | augustss |
| 2005-05-01 | Preserve any configuration data that may have been set by SMM/BIOS over | augustss |
| 2005-05-01 | If the SMM driver had enabled ownership change interrupts, re-enable them | augustss |
| 2005-04-30 | Fix a race condition in xfer abort. Derived from a FreeBSD patch. | augustss |
| 2005-04-17 | Correct status value check for OHCI isoc transfer; | toshii |
| 2005-03-11 | Restructure interrupt handling a little: | mycroft |
| 2005-03-02 | Copyright maintenance. | mycroft |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-12-22 | Make sure to ack the interrupt even if we are ignoring it. Otherwise, we will | joff |
| 2004-12-21 | Implement an USB memory reserve. Allocate some memory per host controller | fvdl |
| 2004-10-26 | Allow strings descriptor 0 to be fetched. It's the default language index. | augustss |
| 2004-07-17 | Avoid touching the xfer after calling usb_transfer_complete(), as the | mycroft |
| 2004-07-06 | Fix an error in a printf() format. | mycroft |
| 2004-06-29 | Make one message dependent on ohcidebug, so it doesn't interfere with polled | mycroft |
| 2004-06-22 | Adjust a couple of comments to make it clear WTF is going on. | mycroft |
| 2004-06-22 | Failure to properly mask off UE_DIR_IN from the endpoint address was causing | mycroft |
| 2003-12-29 | Use the correct wValue to get hub desriptors. | toshii |
| 2003-11-23 | Try harder to avoid 0 ports woth AMD756. From OpenBSD. | augustss |
| 2003-11-23 | Fix swapped lines in cleanup in ohci_init(). From OpenBSD. | augustss |
| 2003-10-18 | Remove assigned-to but otherwise unused variables. | simonb |
| 2003-10-11 | Fix a done list handling bug which exhibits under high shared interrupt | toshii |
| 2003-09-10 | Update actlen even in the case where a TD returns an error -- this is critical | mycroft |
| 2003-05-13 | Function names printed in debug messages did not always match the | gson |
| 2003-02-22 | Use mstohz() in <sys/param.h> rather than homegrown MS_TO_TICKS(). | tsutsui |
| 2003-02-08 | change URL pointers of USB[1,2] specification | ichiro |
| 2003-01-20 | Grrr. So much for my ability to use grep(1) effectively. Pointed out | simonb |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2002-12-10 | Add a couple of le32toh which were missing in the previous. | toshii |
| 2002-12-07 | Update xfer->frlengths for input isoc transfer. Based on patches from | toshii |
| 2002-12-07 | Fix several nits. Mostly from SOMEYA Yoshihiko. | toshii |
| 2002-12-07 | Remove junk at the end of a DPRINTF. From SOMEYA Yoshihiko. | toshii |
| 2002-09-30 | Put some ifdefs around USB_USE_SOFTINTR stuff. From FreeBSD. | augustss |
| 2002-09-29 | Remove extra call to ohci_rem_ed(). From kern/18448, Takeshi Nakayama. | augustss |
| 2002-09-29 | Add some spl calls to protect critical regions. From kern/18440, | augustss |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-08-07 | Fix some braindead calls to free memory (only encountered under low memory | augustss |
| 2002-06-01 | SIMPLEQ rototill: | lukem |
| 2002-05-28 | Change DMAADDR macro slightly. | augustss |