index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ehci.c
Age
Commit message (
Expand
)
Author
2006-08-30
fix incomplete initializers
christos
2006-05-28
Clean up bogus whitespace
blymn
2006-04-14
Coverity CID 1131: Avoid NULL pointer dereference.
christos
2006-01-17
From OpenBSD:
xtraeme
2005-11-21
Make the unused ehci_dump() function non-static.
augustss
2005-11-20
Keep a flag for each port that keeps track of if the port has been reset
augustss
2005-07-18
Make sure we don't enable host controller interrupts until all
augustss
2005-05-30
- const poisoning
christos
2005-05-05
Make sure all physical addresses are filled in the qTD even when we have
augustss
2005-05-05
Make sure to honor the USBD_FORCE_SHORT_XFER flag and generate an empty
augustss
2005-05-01
Fix typo.
wiz
2005-05-01
Update TODO comment and copyright.
augustss
2005-05-01
Only complain when opening full speed isoc devices, other types seem to
augustss
2005-05-01
Fix the error check on completion of an xfer. Just because the qTD status
augustss
2005-05-01
Timeout while polling is in ms not ticks.
augustss
2005-04-30
Fix a race condition in xfer abort. Derived from a FreeBSD patch.
augustss
2005-04-27
Get bit reversal table right this time.
augustss
2005-04-27
Interrupt polling was spread very unevenly. Use the same bit reversal
augustss
2005-04-27
With the interrupt fix in the previous commit low and full speed devices
augustss
2005-04-27
Don't null the qh_link point in the interrupt tree after it has been
augustss
2005-02-27
nuke trailing whitespace
perry
2004-12-21
Implement an USB memory reserve. Allocate some memory per host controller
fvdl
2004-12-03
Don't error out if the number of companion controllers is wrong, just
augustss
2004-10-26
Allow strings descriptor 0 to be fetched. It's the default language index.
augustss
2004-10-25
Preserve some bits in the overlay qTD.
augustss
2004-10-24
Add a comment.
augustss
2004-10-24
Follow the spec more closely when updating the overlay qTD in the QH.
augustss
2004-10-24
Only delay interrupt my 2 miucroframes instead of 8. This improves
augustss
2004-10-24
No need to generate an interrupt at the data part of a control transfer,
augustss
2004-10-24
Make sure to update the data toggle on short transfers.
augustss
2004-10-24
Don't allow open of low/full speed pipes types that will not work yet.
augustss
2004-10-23
Keep track of what high speed port (if any) a device belongs to so we can
augustss
2004-10-23
Turn the printf about needing toggle update into a DPRINTF. Things
augustss
2004-10-22
Add interrupt transfers. From OpenBSD.
augustss
2004-10-22
Insert from ifdefs for soft interrupt related stuff. From OpenBSD.
augustss
2004-10-21
A little portability stuff.
augustss
2004-10-21
Fix typo in comment: compolicated -> complicated.
xtraeme
2004-10-21
Add suspend/resume support.
augustss
2004-10-21
Use do .. while wrappers for debug print.
augustss
2004-10-21
Match function names in debug messages with real name.
augustss
2004-10-21
ANSIfy.
augustss
2004-09-17
make this compile with OHCI_DEBUG without EHCI_DEBUG.
yamt
2004-07-17
hcpriv is not actually used here. Remove references to it.
mycroft
2004-07-09
Adjust some silliness that was causing us to do extra work for "frame list
mycroft
2004-07-06
Fix a byte order error.
mycroft
2004-06-30
Fix an endianness problem (EHCI_NULL was being double-swapped).
mycroft
2004-06-29
Make one message dependent on ohcidebug, so it doesn't interfere with polled
mycroft
2004-06-23
Further cleanup of toggle handling. Now that we use EHCI_QH_DTC, we don't
mycroft
2004-06-22
Fix an error in a debug printf().
mycroft
2004-06-22
Adjust a couple of comments to make it clear WTF is going on.
mycroft
[next]