summaryrefslogtreecommitdiff
path: root/src/i810.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@koto.keithp.com>2007-09-06 14:31:55 -0700
committerKeith Packard <keithp@koto.keithp.com>2007-09-06 14:38:37 -0700
commit286f5df0b62f571cbb4dbf120679d3af029b8775 (patch)
treecd373666254d56a137d282deeb15a2ccaf8da22b /src/i810.h
parent2a8592f2ebcba86b1127aa889155d58a3dc186ca (diff)
Switch to pci_device_map_range/pci_device_unmap_range APIs.
With the libpciaccess change that added these new APIs, use them for all mapping.
Diffstat (limited to 'src/i810.h')
-rw-r--r--src/i810.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i810.h b/src/i810.h
index 2031408e..8023c385 100644
--- a/src/i810.h
+++ b/src/i810.h
@@ -190,8 +190,6 @@ typedef struct _I810Rec {
IOADDRESS ioBase;
EntityInfoPtr pEnt;
#if XSERVER_LIBPCIACCESS
- int mmio_bar;
- int fb_bar;
struct pci_device *PciInfo;
#else
pciVideoPtr PciInfo;