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

Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
This commit is contained in:
Krzysztof Hałasa 2011-04-17 21:06:06 +02:00 committed by Jason Cooper
parent 9665c52b10
commit f203bc64e8
1 changed files with 1 additions and 0 deletions

View File

@ -410,6 +410,7 @@ void __init ixp4xx_pci_preinit(void)
* Enable the IO window to be way up high, at 0xfffffc00
*/
local_write_config(PCI_BASE_ADDRESS_5, 4, 0xfffffc01);
local_write_config(0x40, 4, 0x000080FF); /* No TRDY time limit */
} else {
printk("PCI: IXP4xx is target - No bus scan performed\n");
}