Hi, thanks for following up. > Log: > Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.
Are you sure about this? Original code is like this (interrupt ENABLED); ---- intr_restore(rf); AcpiSetFirmwareWakingVector(0); if (ret == 0 && mem_range_softc.mr_op != NULL && ---- Regarding to ACPICA source code, they said nothing about this so I think it's not big deal. Just FYI, AcpiSetFirmwareWakingVector(0) was called with interrupt enabled in Linux. Thanks _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"