mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 04:14:43 +01:00
fix pci init for brcm-2.4 with atheros wifi cards
SVN-Revision: 8690
This commit is contained in:
parent
8505138db8
commit
75f1024d48
@ -143,6 +143,7 @@ pcibios_init(void)
|
||||
spin_unlock_irqrestore(&sbh_lock, flags);
|
||||
|
||||
set_io_port_base((unsigned long) ioremap_nocache(SB_PCI_MEM, 0x04000000));
|
||||
mdelay(300); /* workaround for atheros cards */
|
||||
|
||||
/* Scan the SB bus */
|
||||
pci_scan_bus(0, &pcibios_ops, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user