Re: bhyve: unhandled inl 0x402

2016-04-29 Thread Craig Rodrigues
On Fri, Apr 29, 2016 at 12:06 PM, Peter Grehan wrote: > Hi Craig, > > I am seeing this errors in in the latest bhyve code in CURRENT: >> >> acpi0: on motherboard >> Unhandled inl 0x0402 at 0x8039c2bd >> > > Hmmm, that's a 4-byte read from the ACPI PM1 control register, which is > advert

Re: bhyve: unhandled inl 0x402

2016-04-29 Thread Peter Grehan
acpi0: on motherboard Unhandled inl 0x0402 at 0x8039c2bd Hmmm, that's a 4-byte read from the ACPI PM1 control register, which is advertized as being size 2 in the FADT table :( The recent acpica import might be doing this. Isn't 0x402 used also as the qemu default debug port? The

Re: bhyve: unhandled inl 0x402

2016-04-29 Thread Marcin Cieslak
On Fri, 29 Apr 2016, Peter Grehan wrote: > Hi Craig, > > > I am seeing this errors in in the latest bhyve code in CURRENT: > > > > acpi0: on motherboard > > Unhandled inl 0x0402 at 0x8039c2bd > > Hmmm, that's a 4-byte read from the ACPI PM1 control register, which is > advertized as b

Re: bhyve: unhandled inl 0x402

2016-04-29 Thread Peter Grehan
Hi Craig, I am seeing this errors in in the latest bhyve code in CURRENT: acpi0: on motherboard Unhandled inl 0x0402 at 0x8039c2bd Hmmm, that's a 4-byte read from the ACPI PM1 control register, which is advertized as being size 2 in the FADT table :( The recent acpica import might

bhyve: unhandled inl 0x402

2016-04-29 Thread Craig Rodrigues
Hi, I am seeing this errors in in the latest bhyve code in CURRENT: acpi0: on motherboard Unhandled inl 0x0402 at 0x8039c2bd This is from: https://jenkins.freebsd.org/job/FreeBSD_HEAD/219/console -- Craig ___ freebsd-virtualization@freebsd.org