Revision deb54399 hw/es1370.c

b/hw/es1370.c
1031 1031
    }
1032 1032

  
1033 1033
    c = d->dev.config;
1034
    c[0x00] = 0x74;
1035
    c[0x01] = 0x12;
1036
    c[0x02] = 0x00;
1037
    c[0x03] = 0x50;
1034
    pci_config_set_vendor_id(c, PCI_VENDOR_ID_ENSONIQ);
1035
    pci_config_set_device_id(c, PCI_DEVICE_ID_ENSONIQ_ES1370);
1038 1036
    c[0x07] = 2 << 1;
1039 1037
    c[0x0a] = 0x01;
1040 1038
    c[0x0b] = 0x04;

Also available in: Unified diff