https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231760

--- Comment #14 from John Baldwin <j...@freebsd.org> ---
In terms of the dump, what I would want to see is if there are any _INI methods
trying to do PCI accesses, and if so I'd have probably want to see what is in
the _INI method.  It might also be a _REG method rather than an _INI method.

The other thing to do is to do a backtrace for the register read of 0xb to see
where that happens (probably from the same _REG/_INI method though) and maybe
add some debug tracing in ACPICA to see how much farther it gets before
rebooting.  There might be existing ACPICA debug tracing knobs you can turn on
that will show that already.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to