mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
axp209 needs aw_nmi so attach a bit earlier
Reviewed by: andrew Differential Revision: https://reviews.freebsd.org/D7081
This commit is contained in:
parent
be79f382c8
commit
852047d66a
1 changed files with 1 additions and 1 deletions
|
|
@ -401,4 +401,4 @@ static driver_t aw_nmi_driver = {
|
|||
static devclass_t aw_nmi_devclass;
|
||||
|
||||
EARLY_DRIVER_MODULE(aw_nmi, simplebus, aw_nmi_driver,
|
||||
aw_nmi_devclass, 0, 0, BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LAST);
|
||||
aw_nmi_devclass, 0, 0, BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue