diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 13:45:06 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 13:45:06 +0000 |
commit | 8932b397b870363406f10c1c3ec4934d2afaaa88 (patch) | |
tree | 9ec5fdf6b2283a302467130f7d4987d46ec1eb84 /target/linux/brcm-2.4/patches/013-wl_hdd_pdc202xx.patch | |
parent | dfe741470a20d34fe482c94dae97ea99317dac4f (diff) | |
download | mtk-20170518-8932b397b870363406f10c1c3ec4934d2afaaa88.zip mtk-20170518-8932b397b870363406f10c1c3ec4934d2afaaa88.tar.gz mtk-20170518-8932b397b870363406f10c1c3ec4934d2afaaa88.tar.bz2 |
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.patch | 8 |
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 5e822a1..48b3b3b 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; |