Symbol: ata_pci_ch_attach
sys/dev/ata/ata-pci.c
97
ctlr->ch_attach = ata_pci_ch_attach;
sys/dev/ata/ata-pci.h
544
int ata_pci_ch_attach(device_t dev);
sys/dev/ata/chipsets/ata-acard.c
115
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-acerlabs.c
198
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-amd.c
150
error = ata_pci_ch_attach(dev);
sys/dev/ata/chipsets/ata-ati.c
181
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-ati.c
195
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-cyrix.c
92
return (ata_pci_ch_attach(dev));
sys/dev/ata/chipsets/ata-highpoint.c
146
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-intel.c
318
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-ite.c
118
error = ata_pci_ch_attach(dev);
sys/dev/ata/chipsets/ata-jmicron.c
134
error = ata_pci_ch_attach(dev);
sys/dev/ata/chipsets/ata-marvell.c
148
error = ata_pci_ch_attach(dev);
sys/dev/ata/chipsets/ata-national.c
94
return (ata_pci_ch_attach(dev));
sys/dev/ata/chipsets/ata-netcell.c
92
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-nvidia.c
253
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-nvidia.c
274
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-promise.c
361
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-promise.c
511
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-siliconimage.c
181
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-sis.c
208
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-via.c
243
if (ata_pci_ch_attach(dev))
sys/dev/ata/chipsets/ata-via.c
406
if (ata_pci_ch_attach(dev))