diff options
author | Keith Packard <keithp@koto.keithp.com> | 2007-09-06 14:31:55 -0700 |
---|---|---|
committer | Keith Packard <keithp@koto.keithp.com> | 2007-09-06 14:38:37 -0700 |
commit | 286f5df0b62f571cbb4dbf120679d3af029b8775 (patch) | |
tree | cd373666254d56a137d282deeb15a2ccaf8da22b /src/i810.h | |
parent | 2a8592f2ebcba86b1127aa889155d58a3dc186ca (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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |