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
2021-12-18
Fix two bugs
skrll
2021-12-07
Match variable names to register names. Same binary before and after.
skrll
2021-12-07
More usb_status_t -> int
skrll
2021-12-07
Code consistency. NFCI.
skrll
2021-12-05
ehci: Replace bogus polling during suspend by taking bus lock.
riastradh
2021-08-31
add missing newline and fix conditional for askroot/single user
mrg
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-11-30
s/ we we / we /
msaitoh
2020-09-20
Talk Like a Pirate Day was yesterday.
gson
2020-05-17
Copyright maintenance
skrll
2020-05-17
Use BUS_ADDR_{LO,HI}32. NFCI.
skrll
2020-05-15
Update ux_length in usbd_setup_isoc_xfer and use this to usb_syncmem
skrll
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-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
2020-02-12
Fix steady state of timeouts in ehci.
riastradh
2020-02-04
don't call usb_syncmem() for zero-length packets.
mrg
2019-12-31
Remove a stray '
skrll
2019-06-13
Random style in ehci, also KM_SLEEP does not fail.
maxv
2019-02-17
Fix assertion failures triggered by usbdi.c,v 1.182, when devices
rin
2018-09-18
implement a gross hack to fix "boot -a" on systems with usb keyboards on
mrg
2018-09-16
consolidate the handling of polling across HC drivers, and generic USB:
mrg
2018-09-16
interrupt has two 'r's
skrll
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-08-09
fix DIAGNOSTIC build by not copying ub_usepolling to stack before use
jakllsch
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
2017-11-17
s/PR_NOWAIT/PR_WAITOK/ in HCD allocx (allocate xfer) method
skrll
2017-10-28
Update the kernhist(9) kernel history code to address issues identified
pgoyette
2017-07-08
Remove the requirement for ehci to attach after companion devices.
jmcneill
2016-10-03
Improve diagnostic print seen in PR 51524.
dholland
2016-08-14
Change the SOFTINT level from NET to SERIAL for the USB softint handler.
skrll
2016-05-14
Only set QH CMASK for FS/LS interrupt transfers
skrll
2016-05-06
Fix a KASSERT (ub_usepolling || mutex)
skrll
2016-05-06
usb is attached with config_interrupts so we can G/C the code to support
skrll
2016-04-23
Merge nick-nhusb
skrll
2016-03-13
KNF
skrll
2015-12-11
Don't need to nest #ifdef EHCI_DEBUG
skrll
2015-10-29
eliminate USBHIST as a define/option. it was entangled with USB_DEBUG
mrg
2015-09-11
Fix up USBMODE registers in sc_vendor_init functions and not in the ehci
skrll
2015-08-24
add some _KERNEL_OPT as the finishing touch
pooka
2015-08-19
More IPL_SCHED -> IPL_USB
skrll
2015-07-11
Use correct E[O]{READ,WRITE} function.
msaitoh
[next]