Revision cef3017c hw/eepro100.c

b/hw/eepro100.c
47 47

  
48 48
/* Common declarations for all PCI devices. */
49 49

  
50
#define PCI_DEVICE_ID           0x02    /* 16 bits */
51
#define PCI_COMMAND             0x04    /* 16 bits */
52
#define PCI_STATUS              0x06    /* 16 bits */
53

  
54
#define PCI_REVISION_ID         0x08    /* 8 bits  */
55

  
56 50
#define PCI_CONFIG_8(offset, value) \
57 51
    (pci_conf[offset] = (value))
58 52
#define PCI_CONFIG_16(offset, value) \

Also available in: Unified diff