Re: panic in AcpiOsGetTimer during boot.

2017-10-02 Thread Rick Macklem
Conrad Meyer wrote: > Are you running into the same issue reported on this svn-src thread? > https://lists.freebsd.org/pipermail/svn-src-all/2017-September/151775.html Yep, same panic(). > I believe jkim has reverted the change in a subsequent revision (r324136). I'll try a post-r324136 kernel. If

Re: panic in AcpiOsGetTimer during boot.

2017-10-01 Thread Conrad Meyer
Hey Rick, Are you running into the same issue reported on this svn-src thread? https://lists.freebsd.org/pipermail/svn-src-all/2017-September/151775.html I believe jkim has reverted the change in a subsequent revision (r324136). Best, Conrad On Sun, Oct 1, 2017 at 3:12 PM, Rick Macklem wrote:

panic in AcpiOsGetTimer during boot.

2017-10-01 Thread Rick Macklem
Hi, I get the KASSERT panic in AcpiOsGetTimer() while booting a recent (2 day old) kernel. When I delete the KASSERT(), the kernel boots and seems to work ok. (This is the AcpiOsGetTimer() in sys/dev/acpica/Osd/OsdSchedule.c. There also seems to be one of these functions under contrib.) Here is