summaryrefslogtreecommitdiff
path: root/sys/dev/usb/xhcireg.h
AgeCommit message (Expand)Author
2023-06-05- Fix clearing of EINT and other transient flags.mlelstv
2022-04-16fix various typos in comments and log messages.andvar
2022-04-06revert accidental last commit (except ukbd.c)mlelstv
2022-04-06remove debug printfmlelstv
2021-05-23xhci(4): Draft suspend/resume.riastradh
2020-06-06More __BITS. NFCI.skrll
2020-06-04Near complete conversion to __BITSskrll
2020-06-04Consistent whitespace. Register defines are <tab> indented. Bits definesskrll
2020-06-01Remove some unnecessary bit shifts by using appropriate read sizeskrll
2020-05-29Use __BITS consistently and inline with specification. NFCI.skrll
2019-06-19HCSPARAMS2.SPR is bit 26, not 24jmcneill
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-23enable code to only trigger usb processing when EINT is set, tojdolecek
2017-01-19Pull across xhci(4) improvemnts from nick-nhusbskrll
2016-09-03Fix some typos. From t-hash.skrll
2016-08-28Update XHCI_HCS2_MAXSPBUF to grab all the bits (revision 1.1) fromskrll
2016-05-06Remove magic numbers from xhci_hc_reset. From t-hash.skrll
2016-04-23Merge nick-nhusbskrll
2015-12-10Remove "empty" FreeBSD RCSIdskrll
2015-03-28More defines - from Takahiro HAYASHI and a couple of corrections from meskrll
2014-11-18kern/49391: Fixes to XHCI driver command ring and status TRBskrll
2013-09-14Add work-in-progress xhci(4) driver code. Currently (mostly) supportsjakllsch