diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-11 22:11:12 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-11-24 23:40:05 -0500 |
commit | 994b7c034fc20d76651cf7f6a285526d9aff8770 (patch) | |
tree | 65af814185882e0f9985e65e3508fbf25aead658 /hw | |
parent | eb5ae45127fa9f08f0badec7e21f8c26c9c7c969 (diff) |
Bus: Don't pretend to care about IRQs, DMA, or PCI config space
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/common/xf86str.h | 3 |
1 files changed, 0 insertions, 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 |