summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus/Pci.c
AgeCommit message (Expand)Author
2008-11-24PCI: Unexport xf86scanpciAdam Jackson
2008-11-24PCI: Simplify OS PCI function registration a bit.Adam Jackson
2008-10-03Remove unused pciNumBusesAdam Jackson
2008-08-18Remove MAX_PCI_{BUSES,DOMAINS} and some associated #if 0.Adam Jackson
2008-08-18Remove (unused) pciMaxBusNum.Adam Jackson
2008-02-25Fine, we don't need pciInit() anymore. Nuke, nuke, nuke...Tiago Vignatti
2008-02-25Jesus, pciInit() was called 32 times in my machine without need!Tiago Vignatti
2008-02-25Some doc clean up:Tiago Vignatti
2008-02-25Clean some garbage caused when pciaccess was merged:Tiago Vignatti
2007-08-28Replace BSD custom PCI code with a stub implementation thanks to pciaccess.Eric Anholt
2007-01-24Move xf86ReadLegacyBIOS to the one place that uses it.Ian Romanick
2007-01-22Elminiate ARCH_PCI_OS_INIT.Ian Romanick
2007-01-15Fix domain insanity.Ian Romanick
2007-01-12Eliminate pciHostAddrToBusAddr from interface.Ian Romanick
2007-01-11Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.Ian Romanick
2006-08-08Rename xf86ReadDomainMemory to xf86ReadLegacyVideoBIOS, since that'sIan Romanick
2006-08-02Remove pciConfigPtr and all of the associated cruft.Ian Romanick
2006-07-31Eliminate all uses of the businfo field of pciDevice / pciConfigPtr.Ian Romanick
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick
2006-07-24Global s/xf86MapDomainIO/xf86MapLegacyIO/. Let's call a duck a duck,Ian Romanick
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson
2006-06-09Remove some static declarations for things that were removed inIan Romanick
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick
2006-06-05When we can, bound the maximum number of PCI devices to attempt to scan, byDaniel Stone
2006-05-18Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang.Adam Jackson
2006-04-26Bug #6751: Use the Linux PCI ROM interface on Linux properly. The oldDave Airlie
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson
2006-02-21Eliminate unused PCI BIOS reading functionality. The old code used severalIan Romanick
2005-12-29Remove PowerMAX_OS define it never worked , it'll never work again,Dave Airlie
2005-11-08Bug #2880, add functions for byte and word level access to pci configKristian Høgsberg
2005-08-26Work around ATI expansion ROM problem on IA64 caused by prototype HPDaniel Stone
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone
2005-01-28Modifying X.Org Xserver DDX to allow to run X with ordinary userEgbert Eich
2004-12-14Removed #ifdef'ed out code together with the comment explaining why it wasEgbert Eich
2004-11-30Make Xorg the default server to install.Egbert Eich
2004-07-30Removed bugs on TweakMemorySize() which prevented it from working at all.Egbert Eich
2004-06-16DRI XFree86-4_3_99_12-merge importEric Anholt
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich
2004-01-29Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004Egbert Eich
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksKaleb Keithley
2003-11-14Initial revisionKaleb Keithley