Revision deb54399 hw/gt64xxx.c

b/hw/gt64xxx.c
1136 1136

  
1137 1137
    /* FIXME: Malta specific hw assumptions ahead */
1138 1138

  
1139
    d->config[0x00] = 0xab; /* vendor_id */
1140
    d->config[0x01] = 0x11;
1141
    d->config[0x02] = 0x20; /* device_id */
1142
    d->config[0x03] = 0x46;
1139
    pci_config_set_vendor_id(d->config, PCI_VENDOR_ID_MARVELL);
1140
    pci_config_set_device_id(d->config, 0x4620); /* device_id */
1143 1141

  
1144 1142
    d->config[0x04] = 0x00;
1145 1143
    d->config[0x05] = 0x00;

Also available in: Unified diff