Revision 173a543b hw/eepro100.c

b/hw/eepro100.c
433 433
    PCI_CONFIG_8(PCI_REVISION_ID, 0x08);
434 434
    /* PCI Class Code */
435 435
    PCI_CONFIG_8(0x09, 0x00);
436
    PCI_CONFIG_8(PCI_SUBCLASS_CODE, 0x00);      // ethernet network controller
437
    PCI_CONFIG_8(PCI_CLASS_CODE, 0x02); // network controller
436
    pci_config_set_class(pci_conf, PCI_CLASS_NETWORK_ETHERNET);
438 437
    /* PCI Cache Line Size */
439 438
    /* check cache line size!!! */
440 439
    //~ PCI_CONFIG_8(0x0c, 0x00);

Also available in: Unified diff