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
/
xhcireg.h
Age
Commit message (
Expand
)
Author
2023-06-05
- Fix clearing of EINT and other transient flags.
mlelstv
2022-04-16
fix various typos in comments and log messages.
andvar
2022-04-06
revert accidental last commit (except ukbd.c)
mlelstv
2022-04-06
remove debug printf
mlelstv
2021-05-23
xhci(4): Draft suspend/resume.
riastradh
2020-06-06
More __BITS. NFCI.
skrll
2020-06-04
Near complete conversion to __BITS
skrll
2020-06-04
Consistent whitespace. Register defines are <tab> indented. Bits defines
skrll
2020-06-01
Remove some unnecessary bit shifts by using appropriate read size
skrll
2020-05-29
Use __BITS consistently and inline with specification. NFCI.
skrll
2019-06-19
HCSPARAMS2.SPR is bit 26, not 24
jmcneill
2018-07-18
Read xHCI 1.1's HCCPARAMS2 registar and print it with aprint_debug_dev().
msaitoh
2018-06-29
Detect USB 3.1.
msaitoh
2018-04-23
enable code to only trigger usb processing when EINT is set, to
jdolecek
2017-01-19
Pull across xhci(4) improvemnts from nick-nhusb
skrll
2016-09-03
Fix some typos. From t-hash.
skrll
2016-08-28
Update XHCI_HCS2_MAXSPBUF to grab all the bits (revision 1.1) from
skrll
2016-05-06
Remove magic numbers from xhci_hc_reset. From t-hash.
skrll
2016-04-23
Merge nick-nhusb
skrll
2015-12-10
Remove "empty" FreeBSD RCSId
skrll
2015-03-28
More defines - from Takahiro HAYASHI and a couple of corrections from me
skrll
2014-11-18
kern/49391: Fixes to XHCI driver command ring and status TRB
skrll
2013-09-14
Add work-in-progress xhci(4) driver code. Currently (mostly) supports
jakllsch