On Wed, Jul 01, 2009 at 04:20:40PM -0700, Warren Turkal wrote: > Some devices have 64-bit registers. I find it pretty convenient that > setpci can dump a register and present it in big endian order. > However, setpci can't do that for a 64-bit register. My patch is an > attempt to implement that feature. OK, you're not trying to set it atomically then. Because that wouldn't work -- the kernel only knows how to do atomic 32-bit accesses to config space (and for some config methods, you can't do 64-bit accesses). It would be a fairly big effort to make a 64-bit access atomic. -- Matthew Wilcox Intel Open Source Technology Centre "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html