We need the GIC to be attached so attach later at BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE

Reviewed by:	andrew
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D7080
This commit is contained in:
manu 2016-07-21 13:26:39 +00:00
parent 32366b1fc6
commit d3b52c7a3a

View File

@ -743,4 +743,4 @@ static driver_t a10_gpio_driver = {
};
EARLY_DRIVER_MODULE(a10_gpio, simplebus, a10_gpio_driver, a10_gpio_devclass, 0, 0,
BUS_PASS_INTERRUPT + BUS_PASS_ORDER_MIDDLE);
BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE);