Searched refs:ahci_driver (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ahci/ |
H A D | ahci_mv_fdt.c | 146 static driver_t ahci_driver = { variable 152 DRIVER_MODULE(ahci_mv, simplebus, ahci_driver, NULL, NULL); 153 DRIVER_MODULE(ahci_mv, ofwbus, ahci_driver, NULL, NULL);
|
H A D | ahci_pci.c | 751 static driver_t ahci_driver = { variable 757 DRIVER_MODULE(ahci, pci, ahci_driver, NULL, NULL);
|