Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] ide: set latency when resetting it821x out of firmware mode

Signed-off-by: Alan Cox <alan@redhat.com>
Acked-by: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Alan Cox and committed by
Linus Torvalds
0c866b51 f7ad836c

+1 -1
+1 -1
drivers/ide/pci/it821x.c
··· 733 733 734 734 pci_write_config_dword(dev,0x4C, 0x02040204); 735 735 pci_write_config_byte(dev, 0x42, 0x36); 736 - pci_write_config_byte(dev, PCI_LATENCY_TIMER, 0); 736 + pci_write_config_byte(dev, PCI_LATENCY_TIMER, 0x20); 737 737 } 738 738 739 739 static unsigned int __devinit init_chipset_it821x(struct pci_dev *dev, const char *name)