Searched refs:ahci_driver (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ahci/
H A Dahci_mv_fdt.c148 static driver_t ahci_driver = { variable
154 DRIVER_MODULE(ahci_mv, simplebus, ahci_driver, ahci_devclass, NULL, NULL);
155 DRIVER_MODULE(ahci_mv, ofwbus, ahci_driver, ahci_devclass, NULL, NULL);
H A Dahci_pci.c747 static driver_t ahci_driver = { variable
752 DRIVER_MODULE(ahci, pci, ahci_driver, ahci_devclass, NULL, NULL);

Completed in 55 milliseconds