HomeFreeBSD

MFC r360241: ig4: ensure that drivers always attach in correct order

Description

MFC r360241: ig4: ensure that drivers always attach in correct order

Use DRIVER_MODULE_ORDERED(SI_ORDER_ANY) so that ig4's ACPI attachment
happens after iicbus and acpi_iicbus drivers are registered.

Details