Revision e616a7e8 hw/grackle_pci.c

b/hw/grackle_pci.c
115 115
    d->config[0x0b] = 0x06; // class_base = PCI_bridge
116 116
    d->config[0x0e] = 0x00; // header_type
117 117

  
118
    d->config[0x18] = 0x00;  // primary_bus
119
    d->config[0x19] = 0x01;  // secondary_bus
120
    d->config[0x1a] = 0x00;  // subordinate_bus
121
    d->config[0x1c] = 0x00;
122
    d->config[0x1d] = 0x00;
123

  
124
    d->config[0x20] = 0x00; // memory_base
125
    d->config[0x21] = 0x00;
126
    d->config[0x22] = 0x01; // memory_limit
127
    d->config[0x23] = 0x00;
128

  
129
    d->config[0x24] = 0x00; // prefetchable_memory_base
130
    d->config[0x25] = 0x00;
131
    d->config[0x26] = 0x00; // prefetchable_memory_limit
132
    d->config[0x27] = 0x00;
133

  
134 118
#if 0
135 119
    /* PCI2PCI bridge same values as PearPC - check this */
136 120
    d->config[0x00] = 0x11; // vendor_id

Also available in: Unified diff