Revision 7a7e5db9 hw/pcnet.c

b/hw/pcnet.c
1997 1997
    pci_set_long(pci_conf + PCI_BASE_ADDRESS_0 + 4,
1998 1998
                 PCI_BASE_ADDRESS_SPACE_MEMORY);
1999 1999

  
2000
    pci_set_word(pci_conf + PCI_SUBSYSTEM_VENDOR_ID, 0x0);
2001
    pci_set_word(pci_conf + PCI_SUBSYSTEM_ID, 0x0);
2002

  
2000 2003
    /* TODO: value must be 0 at RST# */
2001 2004
    pci_conf[PCI_INTERRUPT_PIN] = 1; // interrupt pin 0
2002 2005
    pci_conf[PCI_MIN_GNT] = 0x06;

Also available in: Unified diff