BCM1480 HT support

PCI support code for PLX 7250 PCI-X tunnel on BCM91480B BigSur board.
    
Signed-Off-By: Andy Isaacson <adi@broadcom.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Andrew Isaacson
2005-10-19 23:59:11 -07:00
committed by Ralf Baechle
parent dc41f94f77
commit 8a1417de9e
6 changed files with 253 additions and 17 deletions

View File

@ -40,6 +40,11 @@ struct pci_controller {
unsigned int need_domain_info;
int iommu;
/* Optional access methods for reading/writing the bus number
of the PCI controller */
int (*get_busno)(void);
void (*set_busno)(int busno);
};
/*