Re: acpi fix needs testing

2015-07-19 Thread Bob Beck
On Mon, Jul 20, 2015 at 02:21:00AM +0200, Hrvoje Popovski wrote: > On 20.7.2015. 0:53, Bob Beck wrote: > > > > >>> > >>> I'm pretty sure that's a different problem. But thanks for pointing this > >>> out. > >>> > >>> -ml > >>> > > > > no, just update your tree please, I just committed th

Re: acpi fix needs testing

2015-07-19 Thread Hrvoje Popovski
On 20.7.2015. 0:53, Bob Beck wrote: > >>> >>> I'm pretty sure that's a different problem. But thanks for pointing this >>> out. >>> >>> -ml >>> > > no, just update your tree please, I just committed the fix > thank you, everything is working after your fix

Re: acpi fix needs testing

2015-07-19 Thread Hrvoje Popovski
On 20.7.2015. 0:06, Mark Kettenis wrote: > The acpi code that reads and writes pci config space is quite busted. > It always does byte-sized reads and writes even if the aml specifies > an access size of four bytes. This made vmware unhappy, because it > expetcs to see a magic value being written

Re: acpi fix needs testing

2015-07-19 Thread Bob Beck
> >> > > > > I'm pretty sure that's a different problem. But thanks for pointing this > > out. > > > > -ml > > no, just update your tree please, I just committed the fix

Re: acpi fix needs testing

2015-07-19 Thread Hrvoje Popovski
On 20.7.2015. 0:41, Mike Larkin wrote: > On Mon, Jul 20, 2015 at 12:38:19AM +0200, Hrvoje Popovski wrote: >> On 20.7.2015. 0:06, Mark Kettenis wrote: >>> The acpi code that reads and writes pci config space is quite busted. >>> It always does byte-sized reads and writes even if the aml specifies >>

Re: acpi fix needs testing

2015-07-19 Thread Mike Larkin
On Mon, Jul 20, 2015 at 12:38:19AM +0200, Hrvoje Popovski wrote: > On 20.7.2015. 0:06, Mark Kettenis wrote: > > The acpi code that reads and writes pci config space is quite busted. > > It always does byte-sized reads and writes even if the aml specifies > > an access size of four bytes. This made

Re: acpi fix needs testing

2015-07-19 Thread Hrvoje Popovski
On 20.7.2015. 0:06, Mark Kettenis wrote: > The acpi code that reads and writes pci config space is quite busted. > It always does byte-sized reads and writes even if the aml specifies > an access size of four bytes. This made vmware unhappy, because it > expetcs to see a magic value being written

acpi fix needs testing

2015-07-19 Thread Mark Kettenis
The acpi code that reads and writes pci config space is quite busted. It always does byte-sized reads and writes even if the aml specifies an access size of four bytes. This made vmware unhappy, because it expetcs to see a magic value being written into a 32-bit register and not the individual byt