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:
Andrew Turner
2022-05-23 14:50:03 +01:00
parent 5cebd8305a
commit ad52fba11e
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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)