summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus/xf86Pci.h
AgeCommit message (Expand)AuthorFilesLines
2009-02-16Build fix, remove export of pciBusAddrToHostAddrChris Ball1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-5/+5
2008-10-03Remove unused pciNumBusesAdam Jackson1-2/+0
2007-01-24Move xf86ReadLegacyBIOS to the one place that uses it.Ian Romanick1-1/+0
2007-01-15Fix domain insanity.Ian Romanick1-1/+1
2007-01-12Remove prototype for pciGetBaseSize.Ian Romanick1-1/+0
2007-01-12Eliminate pciHostAddrToBusAddr from interface.Ian Romanick1-1/+0
2007-01-11Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.Ian Romanick1-3/+3
2006-08-08Rename xf86ReadDomainMemory to xf86ReadLegacyVideoBIOS, since that'sIan Romanick1-2/+1
2006-08-02Remove pciConfigPtr and all of the associated cruft.Ian Romanick1-513/+1
2006-07-31Eliminate all uses of the businfo field of pciDevice / pciConfigPtr.Ian Romanick1-1/+0
2006-07-25Gut anything having to do with the PciBusPtr (or PciBusRec) type.Ian Romanick1-3/+0
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+0
2006-07-24Global s/xf86MapDomainIO/xf86MapLegacyIO/. Let's call a duck a duck,Ian Romanick1-2/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick1-18/+3
2006-05-18Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang.Adam Jackson1-0/+1
2006-02-21Eliminate unused PCI BIOS reading functionality. The old code used severalIan Romanick1-6/+1
2006-02-20Eliminate all the code for querying the PCI class from the PCI ID database.Ian Romanick1-1/+0
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone1-4/+0
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2
2005-04-11Correct the mask bits when checking for a 64bit memory base in PCI configEgbert Eich1-1/+1
2005-01-25Fix interpretation of 64bit PCI bases: read hi long word from the right barEgbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-8/+28
2003-11-14Initial revisionKaleb Keithley1-0/+787