pub fn find_xhci_controllers() -> Vec<XhciPciDevice>Expand description
Scan the PCI bus for xHCI controllers and return their BAR0 addresses.
This uses the existing PCI device list from crate::drivers::pci.
pub fn find_xhci_controllers() -> Vec<XhciPciDevice>Scan the PCI bus for xHCI controllers and return their BAR0 addresses.
This uses the existing PCI device list from crate::drivers::pci.