From 6407f37373093fd56cde9e20b0b5a878b67521ca Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Sun, 3 May 2009 19:03:00 +0000 Subject: use PCI_HEADER_TYPE. use symbolic value instead of 0x0e and related value. Signed-off-by: Isaku Yamahata --- hw/apb_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/apb_pci.c') diff --git a/hw/apb_pci.c b/hw/apb_pci.c index a179acde7e..36ecb5584b 100644 --- a/hw/apb_pci.c +++ b/hw/apb_pci.c @@ -262,7 +262,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[0x0E] = 0x00; // 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, -- cgit v1.2.3-55-g7522