diff options
Diffstat (limited to 'openvz-sources/022.078-r3/5203_diff-ms-sx8-20040912.patch')
-rw-r--r-- | openvz-sources/022.078-r3/5203_diff-ms-sx8-20040912.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/openvz-sources/022.078-r3/5203_diff-ms-sx8-20040912.patch b/openvz-sources/022.078-r3/5203_diff-ms-sx8-20040912.patch new file mode 100644 index 0000000..b1d4f91 --- /dev/null +++ b/openvz-sources/022.078-r3/5203_diff-ms-sx8-20040912.patch @@ -0,0 +1,26 @@ +diff -Naru a/drivers/block/sx8.c b/drivers/block/sx8.c +--- a/drivers/block/sx8.c 2005-10-20 23:18:07 -07:00 ++++ b/drivers/block/sx8.c 2005-10-20 23:18:07 -07:00 +@@ -1414,7 +1414,7 @@ + tmp8 = readb(mmio + CARM_INITC); + if (tmp8 & 0x01) { + tmp8 &= ~0x01; +- writeb(tmp8, CARM_INITC); ++ writeb(tmp8, mmio + CARM_INITC); + readb(mmio + CARM_INITC); /* flush */ + + DPRINTK("snooze...\n"); +# This is a BitKeeper generated diff -Nru style patch. +# +# ChangeSet +# 2004/09/12 10:30:42-07:00 torvalds@evo.osdl.org +# Stricter PCI IO space type checking uncovered a bug in sx8 driver. +# +# Forgot to add in the mmio base.. +# +# drivers/block/sx8.c +# 2004/09/12 10:30:26-07:00 torvalds@evo.osdl.org +1 -1 +# Stricter PCI IO space type checking uncovered a bug in sx8 driver. +# +# Forgot to add in the mmio base.. +# |