]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-siimage-rqsize.patch
- ported from linux-2.4.25-atmdd.patch
[packages/kernel.git] / kernel-siimage-rqsize.patch
CommitLineData
7175ea94 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.102555 seconds and 4 git commands to generate.