mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Attach hwreset resources at the same time as clock resources.
This commit is contained in:
parent
8bd8c8f14c
commit
65d6a5a446
1 changed files with 2 additions and 1 deletions
|
|
@ -159,5 +159,6 @@ static driver_t aw_reset_driver = {
|
|||
|
||||
static devclass_t aw_reset_devclass;
|
||||
|
||||
DRIVER_MODULE(aw_reset, simplebus, aw_reset_driver, aw_reset_devclass, 0, 0);
|
||||
EARLY_DRIVER_MODULE(aw_reset, simplebus, aw_reset_driver, aw_reset_devclass,
|
||||
0, 0, BUS_PASS_BUS + BUS_PASS_ORDER_MIDDLE);
|
||||
MODULE_VERSION(aw_reset, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue