Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143542236
D7082.id54425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
915 B
Referenced Files
None
Subscribers
None
D7082.id54425.diff
View Options
Index: head/sys/arm/allwinner/axp209.c
===================================================================
--- head/sys/arm/allwinner/axp209.c
+++ head/sys/arm/allwinner/axp209.c
@@ -707,10 +707,10 @@
extern driver_t ofw_gpiobus_driver, gpioc_driver;
EARLY_DRIVER_MODULE(axp209, iicbus, axp209_driver, axp209_devclass,
- 0, 0, BUS_PASS_RESOURCE + BUS_PASS_ORDER_MIDDLE);
+ 0, 0, BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE);
EARLY_DRIVER_MODULE(ofw_gpiobus, axp209_pmu, ofw_gpiobus_driver,
- ofwgpiobus_devclass, 0, 0, BUS_PASS_RESOURCE + BUS_PASS_ORDER_MIDDLE);
-EARLY_DRIVER_MODULE(gpioc, axp209_pmu, gpioc_driver, gpioc_devclass,
- 0, 0, BUS_PASS_RESOURCE + BUS_PASS_ORDER_MIDDLE);
+ ofwgpiobus_devclass, 0, 0, BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE);
+DRIVER_MODULE(gpioc, axp209_pmu, gpioc_driver, gpioc_devclass,
+ 0, 0);
MODULE_VERSION(axp209, 1);
MODULE_DEPEND(axp209, iicbus, 1, 1, 1);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 9:20 PM (10 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28188988
Default Alt Text
D7082.id54425.diff (915 B)
Attached To
Mode
D7082: Allwinner axp209 attach later
Attached
Detach File
Event Timeline
Log In to Comment