Re: [PATCH] Rework DSDT generation in bhyve

2014-01-02 Thread John Baldwin
On Saturday, December 28, 2013 10:14:01 pm Neel Natu wrote: > Hi John, > > On Fri, Dec 27, 2013 at 9:05 AM, John Baldwin wrote: > > While hacking on the power button support, I also started rototilling the > > DSDT > > generation code a bit. My initial goal was to enumerate the LPC serial > >

Re: [PATCH] Rework DSDT generation in bhyve

2013-12-28 Thread Neel Natu
Hi John, On Fri, Dec 27, 2013 at 9:05 AM, John Baldwin wrote: > While hacking on the power button support, I also started rototilling the DSDT > generation code a bit. My initial goal was to enumerate the LPC serial ports > (COM1 and COM2) properly via ACPI. I ended up doing the following: > >

Re: [PATCH] Rework DSDT generation in bhyve

2013-12-27 Thread John Baldwin
On 12/27/13 8:49 PM, Neel Natu wrote: > Hi John, > > On Fri, Dec 27, 2013 at 9:05 AM, John Baldwin wrote: >> While hacking on the power button support, I also started rototilling the >> DSDT >> generation code a bit. My initial goal was to enumerate the LPC serial ports >> (COM1 and COM2) prope

Re: [PATCH] Rework DSDT generation in bhyve

2013-12-27 Thread Neel Natu
Hi John, On Fri, Dec 27, 2013 at 9:05 AM, John Baldwin wrote: > While hacking on the power button support, I also started rototilling the DSDT > generation code a bit. My initial goal was to enumerate the LPC serial ports > (COM1 and COM2) properly via ACPI. I ended up doing the following: > >

[PATCH] Rework DSDT generation in bhyve

2013-12-27 Thread John Baldwin
While hacking on the power button support, I also started rototilling the DSDT generation code a bit. My initial goal was to enumerate the LPC serial ports (COM1 and COM2) properly via ACPI. I ended up doing the following: - Moved the info for the top-level PCI bus into the PCI emulation code an