提交 f203bc64 编写于 作者: K Krzysztof Hałasa 提交者: Jason Cooper

IXP4xx: Remove time limit for PCI TRDY to enable use of slow devices.

Signed-off-by: NKrzysztof Hałasa <khc@pm.waw.pl>
上级 9665c52b
...@@ -410,6 +410,7 @@ void __init ixp4xx_pci_preinit(void) ...@@ -410,6 +410,7 @@ void __init ixp4xx_pci_preinit(void)
* Enable the IO window to be way up high, at 0xfffffc00 * Enable the IO window to be way up high, at 0xfffffc00
*/ */
local_write_config(PCI_BASE_ADDRESS_5, 4, 0xfffffc01); local_write_config(PCI_BASE_ADDRESS_5, 4, 0xfffffc01);
local_write_config(0x40, 4, 0x000080FF); /* No TRDY time limit */
} else { } else {
printk("PCI: IXP4xx is target - No bus scan performed\n"); printk("PCI: IXP4xx is target - No bus scan performed\n");
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册