commit | c8751e4c0bd32ecb76434240a56a087fa223280c | [log] [tgz] |
---|---|---|
author | Daniel Ritz <daniel.ritz@gmx.ch> | Fri Sep 09 13:03:25 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 09 13:57:47 2005 -0700 |
tree | 7c51bd027a4e82ed374b1114890bd86f1e558367 | |
parent | c181e0e00ff778623c7fda055fd404a06d2c7845 [diff] |
[PATCH] pcmcia/yenta: avoid PCI write posting problem extend cb_writel(), exca_writeb(), exca_writel() to do a read[lb]() after the write[lb]() to avoid possible problem with PCI write posting. Seems to fix Bug #5061. Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch> Cc: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>