projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac47a60
)
Revert "Fix the PCI header type of APB"
author
Blue Swirl
<blauwirbel@gmail.com>
Sat, 11 Jul 2009 08:38:39 +0000
(08:38 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 11 Jul 2009 08:38:39 +0000
(08:38 +0000)
This reverts commit
e8d2a88755b849bdadaf80d19e342eade3c017bc
.
hw/apb_pci.c
patch
|
blob
|
history
diff --git
a/hw/apb_pci.c
b/hw/apb_pci.c
index 5f411aa02cfc80a4322f6833d7c183351c77cfb6..9f2a44d551ee99fc433fde7e849afb94ff697063 100644
(file)
--- a/
hw/apb_pci.c
+++ b/
hw/apb_pci.c
@@
-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,