summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyuw@linux.intel.com>2009-06-08 10:22:14 +0800
committerZhenyu Wang <zhenyuw@linux.intel.com>2009-06-10 10:26:03 +0800
commitfb524caa3e2f1f516717669642bb4b2244f9e7e4 (patch)
tree8b67edfe89deb7140123b429bd272c6d2fcf45f3 /src/i830.h
parent4f40b33ef4b069b18a6a18406da83a23ca6e1127 (diff)
Remove fixed MMIO size
Use pci resource size instead, which will get the correct MMIO range. New chipset uses obviously larger MMIO range. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830.h b/src/i830.h
index c0e7dcdd..a69f47ce 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -415,6 +415,7 @@ typedef struct _I830Rec {
int Chipset;
unsigned long LinearAddr;
unsigned long MMIOAddr;
+ unsigned int MMIOSize;
IOADDRESS ioBase;
EntityInfoPtr pEnt;
struct pci_device *PciInfo;