Add fdt to name of a fdt specific function
Rename pci_host_generic_attach to pci_host_generic_fdt_attach to be consistant with the acpi attachment. Sponsored by: The FreeBSD Foundation
This commit is contained in:
@@ -105,7 +105,7 @@ al_pcib_attach(device_t dev)
|
||||
{
|
||||
int rv;
|
||||
|
||||
rv = pci_host_generic_attach(dev);
|
||||
rv = pci_host_generic_fdt_attach(dev);
|
||||
|
||||
/* Annapurna quirk: configure vendor-specific registers */
|
||||
if (rv == 0)
|
||||
|
||||
Reference in New Issue
Block a user