projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ad836
)
[PATCH] ide: set latency when resetting it821x out of firmware mode
author
Alan Cox
<
[email protected]
>
Fri, 3 Feb 2006 11:04:58 +0000
(
03:04
-0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 3 Feb 2006 16:32:12 +0000
(08:32 -0800)
Signed-off-by: Alan Cox <
[email protected]
>
Acked-by: Bartlomiej Zolnierkiewicz <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/ide/pci/it821x.c
patch
|
blob
|
history
diff --git
a/drivers/ide/pci/it821x.c
b/drivers/ide/pci/it821x.c
index 108fda83fea476bc2ab4d13e96ac3c09e847cd22..38f41b377ff6f322d1ba5a1276ba00d5024fd518 100644
(file)
--- a/
drivers/ide/pci/it821x.c
+++ b/
drivers/ide/pci/it821x.c
@@
-733,7
+733,7
@@
static void __devinit it8212_disable_raid(struct pci_dev *dev)
pci_write_config_dword(dev,0x4C, 0x02040204);
pci_write_config_byte(dev, 0x42, 0x36);
- pci_write_config_byte(dev, PCI_LATENCY_TIMER, 0);
+ pci_write_config_byte(dev, PCI_LATENCY_TIMER, 0
x20
);
}
static unsigned int __devinit init_chipset_it821x(struct pci_dev *dev, const char *name)