qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 11/17] pci: add another devsel macro


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH 11/17] pci: add another devsel macro
Date: Thu, 10 Dec 2009 20:11:11 +0200
User-agent: Mutt/1.5.19 (2009-01-05)

will be used by ensoniq emulation

Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 hw/pci.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/pci.h b/hw/pci.h
index 738506c..4015d45 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 */
-- 
1.6.6.rc1.43.gf55cc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]