sim-card
/
qemu
Archived
10
0
Fork 0

Revert "Fix the PCI header type of APB"

This reverts commit e8d2a88755.
This commit is contained in:
Blue Swirl 2009-07-11 08:38:39 +00:00
parent ac47a60b3f
commit 110c50fd31
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ PCIBus *pci_apb_init(target_phys_addr_t special_base,
d->config[0x09] = 0x00; // programming i/f
pci_config_set_class(d->config, PCI_CLASS_BRIDGE_HOST);
d->config[0x0D] = 0x10; // latency_timer
d->config[PCI_HEADER_TYPE] = PCI_HEADER_TYPE_BRIDGE; // header_type
d->config[PCI_HEADER_TYPE] = PCI_HEADER_TYPE_NORMAL; // header_type
/* APB secondary busses */
*bus2 = pci_bridge_init(s->bus, 8, PCI_VENDOR_ID_SUN,