⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

find_xhci_controllers

Function find_xhci_controllers 

Source
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.