aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4/patches/013-wl_hdd_pdc202xx.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-05-19 13:45:06 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-05-19 13:45:06 +0000
commit8932b397b870363406f10c1c3ec4934d2afaaa88 (patch)
tree9ec5fdf6b2283a302467130f7d4987d46ec1eb84 /target/linux/brcm-2.4/patches/013-wl_hdd_pdc202xx.patch
parentdfe741470a20d34fe482c94dae97ea99317dac4f (diff)
downloadupstream-8932b397b870363406f10c1c3ec4934d2afaaa88.tar.gz
upstream-8932b397b870363406f10c1c3ec4934d2afaaa88.tar.bz2
upstream-8932b397b870363406f10c1c3ec4934d2afaaa88.zip
refresh kernel patches
SVN-Revision: 11214
Diffstat (limited to 'target/linux/brcm-2.4/patches/013-wl_hdd_pdc202xx.patch')
-rw-r--r--target/linux/brcm-2.4/patches/013-wl_hdd_pdc202xx.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm-2.4/patches/013-wl_hdd_pdc202xx.patch b/target/linux/brcm-2.4/patches/013-wl_hdd_pdc202xx.patch
index 5e822a14fc..48b3b3b547 100644
--- a/target/linux/brcm-2.4/patches/013-wl_hdd_pdc202xx.patch
+++ b/target/linux/brcm-2.4/patches/013-wl_hdd_pdc202xx.patch
@@ -1,8 +1,8 @@
Index: linux-2.4.35.4/drivers/ide/pci/pdc202xx_old.c
===================================================================
---- linux-2.4.35.4.orig/drivers/ide/pci/pdc202xx_old.c 2007-12-15 05:19:35.922468144 +0100
-+++ linux-2.4.35.4/drivers/ide/pci/pdc202xx_old.c 2007-12-15 05:20:17.136816813 +0100
-@@ -253,23 +253,23 @@
+--- linux-2.4.35.4.orig/drivers/ide/pci/pdc202xx_old.c
++++ linux-2.4.35.4/drivers/ide/pci/pdc202xx_old.c
+@@ -253,23 +253,23 @@ static int pdc202xx_tune_chipset (ide_dr
pci_read_config_byte(dev, (drive_pci)|0x03, &DP);
if (speed < XFER_SW_DMA_0) {
@@ -30,7 +30,7 @@ Index: linux-2.4.35.4/drivers/ide/pci/pdc202xx_old.c
pci_read_config_byte(dev, (drive_pci)|0x01, &BP);
/* clear DMA modes of lower 8421 bits of C Register */
-@@ -373,6 +373,9 @@
+@@ -373,6 +373,9 @@ static int config_chipset_for_dma (ide_d
u8 ultra_66 = ((id->dma_ultra & 0x0010) ||
(id->dma_ultra & 0x0008)) ? 1 : 0;