mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Add Simba device ID
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6465 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
378e2aea1b
commit
480b9f24d7
3 changed files with 11 additions and 8 deletions
|
@ -266,9 +266,11 @@ PCIBus *pci_apb_init(target_phys_addr_t special_base,
|
|||
d->config[0x0E] = 0x00; // header_type
|
||||
|
||||
/* APB secondary busses */
|
||||
*bus2 = pci_bridge_init(s->bus, 8, 0x108e5000, pci_apb_map_irq,
|
||||
*bus2 = pci_bridge_init(s->bus, 8, PCI_VENDOR_ID_SUN,
|
||||
PCI_DEVICE_ID_SUN_SIMBA, pci_apb_map_irq,
|
||||
"Advanced PCI Bus secondary bridge 1");
|
||||
*bus3 = pci_bridge_init(s->bus, 9, 0x108e5000, pci_apb_map_irq,
|
||||
*bus3 = pci_bridge_init(s->bus, 9, PCI_VENDOR_ID_SUN,
|
||||
PCI_DEVICE_ID_SUN_SIMBA, pci_apb_map_irq,
|
||||
"Advanced PCI Bus secondary bridge 2");
|
||||
return s->bus;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue