Deleted Added
full compact
29c29
< __FBSDID("$FreeBSD: head/sys/sparc64/fhc/fhc.c 200815 2009-12-21 21:29:16Z marius $");
---
> __FBSDID("$FreeBSD: head/sys/sparc64/fhc/fhc.c 200874 2009-12-22 21:02:46Z marius $");
122c122,123
< DRIVER_MODULE(fhc, central, fhc_driver, fhc_devclass, 0, 0);
---
> EARLY_DRIVER_MODULE(fhc, central, fhc_driver, fhc_devclass, 0, 0,
> BUS_PASS_BUS);
124c125,126
< DRIVER_MODULE(fhc, nexus, fhc_driver, fhc_devclass, 0, 0);
---
> EARLY_DRIVER_MODULE(fhc, nexus, fhc_driver, fhc_devclass, 0, 0,
> BUS_PASS_BUS);