diff options
| author | Michael S. Tsirkin <mst@redhat.com> | 2009-12-10 19:04:02 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2009-12-23 16:35:00 +0200 |
| commit | 5d89715b00d2df74caf109127edb9ccc813a2628 (patch) | |
| tree | 00c582e94aabd8bdb32e79788c703dcd002e6f45 /hw/pci.h | |
| parent | 5845f0e5e8ca8d3c3b6c75558faa6163b7c81e3b (diff) | |
| download | focaccia-qemu-5d89715b00d2df74caf109127edb9ccc813a2628.tar.gz focaccia-qemu-5d89715b00d2df74caf109127edb9ccc813a2628.zip | |
pci: add another devsel macro
will be used by ensoniq emulation 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 39543e7016..bf9af43536 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -166,6 +166,7 @@ typedef struct PCIIORegion { #define PCI_STATUS_RESERVED2 0x040 #define PCI_STATUS_FAST_BACK 0x080 #define PCI_STATUS_DEVSEL_MEDIUM 0x200 +#define PCI_STATUS_DEVSEL_SLOW 0x400 #define PCI_STATUS_DEVSEL 0x600 #define PCI_STATUS_SIG_TARGET_ABORT 0x800 /* Set on target abort */ #define PCI_STATUS_REC_MASTER_ABORT 0x2000 /* Set on master abort */ |