Re: [PATCH] remove gratuitous reads from pasemi pci config space methods

2007-08-11 Thread Olof Johansson
On Thu, Aug 09, 2007 at 04:37:27PM -0500, Nathan Lynch wrote: > The pasemi pci configuration space write method reads the written > location immediately after the write is performed, presumably in order > to flush the write. However, configuration space writes are not > allowed to be posted, makin

[PATCH] remove gratuitous reads from pasemi pci config space methods

2007-08-09 Thread Nathan Lynch
The pasemi pci configuration space write method reads the written location immediately after the write is performed, presumably in order to flush the write. However, configuration space writes are not allowed to be posted, making these reads gratuitous. Furthermore, this behavior potentially caus