diff options
| author | Michael S. Tsirkin <mst@redhat.com> | 2009-12-10 16:51:04 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2009-12-23 16:35:00 +0200 |
| commit | 97526229dab93249a4b7308b6554247a2bf3aa5f (patch) | |
| tree | fd03f4547c5ae153d47ce510682c475aed536b16 /hw/pci.h | |
| parent | 0b5b3547cd4bf906fa7c9d2aabf09c4df17947a0 (diff) | |
| download | focaccia-qemu-97526229dab93249a4b7308b6554247a2bf3aa5f.tar.gz focaccia-qemu-97526229dab93249a4b7308b6554247a2bf3aa5f.zip | |
pcnet: switch to symbolic names for pci registers
No functional changes. I verified that the generated binary does not change. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Juan Quintela <quintela@redhat.com> Acked-by: Glauber Costa <glommer@gmail.com>
Diffstat (limited to 'hw/pci.h')
| -rw-r--r-- | hw/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci.h b/hw/pci.h index 39da7df418..e117222f67 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -165,6 +165,7 @@ typedef struct PCIIORegion { #define PCI_STATUS_66MHZ 0x020 #define PCI_STATUS_RESERVED2 0x040 #define PCI_STATUS_FAST_BACK 0x080 +#define PCI_STATUS_DEVSEL_MEDIUM 0x200 #define PCI_STATUS_DEVSEL 0x600 #define PCI_STATUS_RESERVED_MASK_LO (PCI_STATUS_RESERVED1 | \ |