Add PCI legacy bridge device driver
PCI legacy bridge is a device connected to PCI bus and allowing to program the routes from interrupt pins to IRQ numbers. Change-Id: I129719d71f958bbf5ad8c5c9949dcea93d94b89d Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
This commit is contained in:
parent
30e10c6ee6
commit
13b3e2a127
4 changed files with 256 additions and 0 deletions
|
@ -78,6 +78,11 @@ static inline int pci_bus_scan(struct pci_dev_info *dev_info)
|
|||
#endif /* CONFIG_PCI_ENUMERATION */
|
||||
|
||||
void pci_enable_regs(struct pci_dev_info *dev_info);
|
||||
int pci_legacy_bridge_detect(struct pci_dev_info *dev_info);
|
||||
void pci_legacy_bridge_configure(struct pci_dev_info *dev_info,
|
||||
int io_block_num,
|
||||
int pci_interrupt_pin,
|
||||
int irq_number);
|
||||
|
||||
#ifdef CONFIG_PCI_DEBUG
|
||||
extern void pci_show(struct pci_dev_info *dev_info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue