diff options
author | Zhenyu Wang <zhenyuw@linux.intel.com> | 2009-06-08 10:22:14 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | 2009-06-10 10:26:03 +0800 |
commit | fb524caa3e2f1f516717669642bb4b2244f9e7e4 (patch) | |
tree | 8b67edfe89deb7140123b429bd272c6d2fcf45f3 /src/i830.h | |
parent | 4f40b33ef4b069b18a6a18406da83a23ca6e1127 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |