Bug 5061
Summary: | unable to remove socket power | ||
---|---|---|---|
Product: | Drivers | Reporter: | Sanjoy Mahajan (sanjoy) |
Component: | PCMCIA | Assignee: | linux-pcmcia |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | akpm, linux |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.13-rc6 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 5062 | ||
Attachments: | [PATCH] pcmcia/yenta: avoid PCI write posting problems |
Description
Sanjoy Mahajan
2005-08-13 21:45:43 UTC
Created attachment 5661 [details] [PATCH] pcmcia/yenta: avoid PCI write posting problems [PATCH] pcmcia/yenta: avoid PCI write posting problems extend cb_writel(), exca_writeb(), exca_writel() to do a read[lb]() after the write[lb]() to avoid possible problem with PCI write posting. Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch> |