From 994b7c034fc20d76651cf7f6a285526d9aff8770 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 11 Oct 2008 22:11:12 -0400 Subject: Bus: Don't pretend to care about IRQs, DMA, or PCI config space --- hw/xfree86/common/xf86str.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h index 8c211234b..3e0f8dce1 100644 --- a/hw/xfree86/common/xf86str.h +++ b/hw/xfree86/common/xf86str.h @@ -623,9 +623,6 @@ typedef struct _CurrAccRec { #define ResMem 0x0001 #define ResIo 0x0002 -#define ResIrq 0x0003 -#define ResDma 0x0004 -#define ResPciCfg 0x000e /* PCI Configuration space */ #define ResPhysMask 0x000F #define ResExclusive 0x0010 -- cgit v1.2.3