]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-siimage-rqsize.patch
- fix unresolved symbols in ipv6 netfilter
[packages/kernel.git] / kernel-siimage-rqsize.patch
1 --- linux-2.6.0-test5/drivers/ide/pci/siimage.c~        2003-09-15 17:51:45.000000000 +0200
2 +++ linux-2.6.0-test5/drivers/ide/pci/siimage.c 2003-09-15 17:51:45.000000000 +0200
3 @@ -1065,8 +1065,8 @@
4         hwif->hwif_data = 0;
5  
6         hwif->rqsize = 128;
7 -       if (is_sata(hwif))
8 -               hwif->rqsize = 15;
9 +//     if (is_sata(hwif))
10 +//             hwif->rqsize = 15;
11  
12         if (pci_get_drvdata(dev) == NULL)
13                 return;
This page took 0.065995 seconds and 3 git commands to generate.