summaryrefslogtreecommitdiff
path: root/src/sys/io/usb/hcd/xhci.c
AgeCommit message (Expand)Author
2025-10-12kern: xhci: Allocate and init command ring / CRCRIan Moffett
2025-10-12kern: xhci: Add NULL check to xhci_init_dcbaap()Ian Moffett
2025-10-11kern: xhci: Add module creditIan Moffett
2025-10-11kern: xhci: Initialize the DCBAAP register on initIan Moffett
2025-10-11kern: pci: Initialize PCI bus mastering + MMIOIan Moffett
2025-10-11kern: usb: Extract HCSPARAMS1 register fieldsIan Moffett
2025-10-11kern: usb: Poll USBSTS.CNR after resetIan Moffett
2025-10-11kern: xhci: Implement controller hard resetIan Moffett
2025-10-11kern: io: Add initial xHCI skeletonIan Moffett