From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NInWc-0005Ew-6S for qemu-devel@nongnu.org; Thu, 10 Dec 2009 13:14:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NInWX-000580-DX for qemu-devel@nongnu.org; Thu, 10 Dec 2009 13:14:01 -0500 Received: from [199.232.76.173] (port=41853 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NInWX-00057q-93 for qemu-devel@nongnu.org; Thu, 10 Dec 2009 13:13:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7293) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NInWX-0003i1-JI for qemu-devel@nongnu.org; Thu, 10 Dec 2009 13:13:58 -0500 Date: Thu, 10 Dec 2009 20:11:11 +0200 From: "Michael S. Tsirkin" Message-ID: <20091210181111.GL25707@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] [PATCH 11/17] pci: add another devsel macro List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org will be used by ensoniq emulation Signed-off-by: Michael S. Tsirkin --- 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