Robert Crocombe wrote: > On 11/27/06, Stefan Richter <[EMAIL PROTECTED]> wrote: >> Posted writes are still enabled. phys_dma=0 disables only the physical >> response unit. ... > What I need is for write requests directed to > address 0 to be directed to the asynchronous unit so that I can treat > them as regular asynchronous write requests. ... > So long ways round, I think the phys_dma parameter is the proper thing > for me.
Yes, correct. (Leaving posted writes on has two subtle effects which may or may not be interesting to you. 1. Write transactions will be performed as unified transactions. 2. The transaction is already complete before the controller writes to main memory. There are devices out there which behave unexpectedly with unified transactions on, and some which do so if they are off.) > And I will try and do some actual thinking about what is happening. I > was hoping to offload that work to you and simply perform mechanical > changes to the source! Rats! I'm on it, but working slowly, as usual. (I thought I get something together during your holidays, but I fought with other buggy software which crippled my main PC...) -- Stefan Richter -=====-=-==- =-== ===-- http://arcgraph.de/sr/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/