Searched refs:atapci (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/modules/ata/ |
| H A D | Makefile | 6 SUBDIR += atapci
|
| /freebsd-12.1/sys/modules/ata/atapci/ |
| H A D | Makefile | 7 KMOD= atapci
|
| /freebsd-12.1/sys/dev/ata/ |
| H A D | ata-pci.c | 616 DRIVER_MODULE(atapci, pci, ata_pci_driver, ata_pci_devclass, NULL, NULL); 617 MODULE_VERSION(atapci, 1); 618 MODULE_DEPEND(atapci, ata, 1, 1, 1); 774 DRIVER_MODULE(ata, atapci, ata_pcichannel_driver, ata_devclass, NULL, NULL);
|
| H A D | ata-pci.h | 600 MODULE_DEPEND(dname, atapci, 1, 1, 1);
|
| /freebsd-12.1/sys/dev/ata/chipsets/ |
| H A D | ata-fsl.c | 243 MODULE_DEPEND(imx_ata, atapci, 1, 1, 1);
|
| /freebsd-12.1/sys/arm/conf/ |
| H A D | IMX53 | 63 device atapci # Only for helper functions
|
| H A D | EFIKA_MX | 72 device atapci # Only for helper functions
|
| /freebsd-12.1/sys/dev/ahci/ |
| H A D | ahci_pci.c | 732 DRIVER_MODULE(ahci, atapci, ahci_ata_driver, ahci_devclass, NULL, NULL);
|
| /freebsd-12.1/sys/conf/ |
| H A D | NOTES | 1776 # omit 'ata' and include the 'atacore', 'atapci' and 'atavia' drivers. 1783 #device atapci # PCI bus support; only generic chipset support
|
| H A D | files | 868 dev/ata/ata-pci.c optional ata pci | atapci
|