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
/
ohci.c
Age
Commit message (
Expand
)
Author
2021-06-24
turn off ohcidebug by default. none of the other HCs do this.
mrg
2021-06-15
ohci(4): Constify a constant debug string table.
riastradh
2021-01-05
More converstion from usbd_status to int for function error reporting.
skrll
2020-12-22
usb: Omit bogus assertions about struct usbd_pipe::up_intrxfer.
riastradh
2020-12-10
Another leading space
skrll
2020-12-10
Remove leading space that crept in in the last change
skrll
2020-12-09
Restructure the abort code for TD based transfers (ctrl, bulk, intr).
skrll
2020-06-03
Convert ohcireg.h to __BITS. NFCI.
skrll
2020-05-26
Copyright maintenance
skrll
2020-05-24
Be more careful with OHCI_PAGE limitations in ohci_reset_std_chain and
skrll
2020-05-19
ohci(4): always use usb_syncmem() when reading from HCCA
jakllsch
2020-05-19
ohci_device_isoc_done(): use ux_length rather than ux_bufsize
jakllsch
2020-05-15
Use ux_length in isoc usb_syncmem. Missed in previous commit.
skrll
2020-05-15
Update ux_length in usbd_setup_isoc_xfer and use this to usb_syncmem
skrll
2020-05-13
Use ux_bufsize rather than ux_length in isoc path usb_syncmem calls.
jakllsch
2020-05-13
ohci_alloc_sed() returns a pointer, so use NULL rather than 0 on bail-out
jakllsch
2020-04-05
Switch USB to use non-coherent buffers for data transfers in the
skrll
2020-03-14
revert the 0x% -> %# change for fixed width formats pointed out by uwe.
christos
2020-03-13
PR/55068: sc.dying: Fix printf formats:
christos
2020-03-05
Use howmany. NFC.
skrll
2020-03-05
Remove XXX comment. The sync is done one the last sitd after the loop.
skrll
2020-02-21
Fix a memory leak. Spotted by nat@
skrll
2020-02-15
Fix mistakes in previous sloppy change with root intr xfers.
riastradh
2020-02-12
Fix steady state of root intr xfers.
riastradh
2020-02-12
Factor out HCI-independent xfer completion logic.
riastradh
2019-11-29
Preserve the toggleCarry bit in the Endpoint Descriptor in
gson
2019-11-29
Preserve the toggleCarry bit in the Endpoint Descriptor when handling
gson
2019-08-11
relax an assert to be mutex_owned || polling.
mrg
2019-03-22
adjust KASSERT() for sc_lock to handle polling case.
mrg
2019-02-17
Fix assertion failures triggered by usbdi.c,v 1.182, when devices
rin
2018-09-16
consolidate the handling of polling across HC drivers, and generic USB:
mrg
2018-09-16
avoid __diagused.
mrg
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-08-09
whitespace
prlw1
2018-08-09
Sprinkle __diagused
prlw1
2018-08-09
pull across abort fixes from nick-nhusb. add more abort fixes, using
mrg
2018-06-06
Remove duplicate ;
maya
2018-04-09
Stop potential misuse of vendor names and USB vendor IDs in root hub
jakllsch
2018-02-03
Fix non-DIAGNOSTIC build
skrll
2018-02-01
Fix KASSERT panic. When detaching USB host controoler, the following panic
msaitoh
2018-02-01
- Fix panic on shutdown reported by ozaki-r in PR kern/52961. Use callot_halt()
msaitoh
2017-11-17
s/PR_NOWAIT/PR_WAITOK/ in HCD allocx (allocate xfer) method
skrll
2017-10-28
Update format to report sC
skrll
2017-10-28
Update the kernhist(9) kernel history code to address issues identified
pgoyette
2017-02-04
More usb_syncmem tweaks. The main one is sync'ing the entire last TD
skrll
2017-01-31
Improve the usb_syncmem calls in ohci_reset_std_chain.
skrll
2017-01-30
Update edataphys if we truncate to the maximum TD length possible
skrll
2017-01-30
Sprinkle some const
skrll
2017-01-30
Simplify an expression using the OHCI_PAGE_OFFSET macro
skrll
2017-01-30
Oops missed a )
skrll
[next]