summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus/Pci.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Introduce a consistent coding styleKeith Packard1-1/+1
2011-10-15pci: Deprecate the PCITAG typeAdam Jackson1-6/+0
2011-10-15pci: Port xf86MapLegacyIO to pciaccessAdam Jackson1-1/+1
2010-09-14xfree86: bus: remove xfree86 and few other references from OS filesTiago Vignatti1-11/+0
2010-05-24xfree86: bus: remove unused headersTiago Vignatti1-1/+0
2009-07-28xfree86: remove pci debug macrosTiago Vignatti1-7/+0
2009-02-16PCI: Remove pciBusAddrToHostAddr and associated nonsenseAdam Jackson1-17/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-3/+3
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-24PCI: Unexport xf86scanpciAdam Jackson1-1/+1
2008-11-24PCI: Simplify OS PCI function registration a bit.Adam Jackson1-3/+3
2008-10-03Remove unused pciNumBusesAdam Jackson1-1/+0
2008-08-18Remove MAX_PCI_{BUSES,DOMAINS} and some associated #if 0.Adam Jackson1-9/+6
2008-08-18Remove (unused) pciMaxBusNum.Adam Jackson1-8/+1
2008-02-25Fine, we don't need pciInit() anymore. Nuke, nuke, nuke...Tiago Vignatti1-17/+10
2008-02-25Jesus, pciInit() was called 32 times in my machine without need!Tiago Vignatti1-8/+0
2008-02-25Some doc clean up:Tiago Vignatti1-69/+0
2008-02-25Clean some garbage caused when pciaccess was merged:Tiago Vignatti1-12/+1
2007-08-28Replace BSD custom PCI code with a stub implementation thanks to pciaccess.Eric Anholt1-18/+0
2007-01-24Move xf86ReadLegacyBIOS to the one place that uses it.Ian Romanick1-41/+0
2007-01-22Elminiate ARCH_PCI_OS_INIT.Ian Romanick1-5/+0
2007-01-15Fix domain insanity.Ian Romanick1-7/+0
2007-01-12Eliminate pciHostAddrToBusAddr from interface.Ian Romanick1-15/+0
2007-01-11Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.Ian Romanick1-2/+2
2006-08-08Rename xf86ReadDomainMemory to xf86ReadLegacyVideoBIOS, since that'sIan Romanick1-22/+23
2006-08-02Remove pciConfigPtr and all of the associated cruft.Ian Romanick1-149/+7
2006-07-31Eliminate all uses of the businfo field of pciDevice / pciConfigPtr.Ian Romanick1-15/+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-5/+5
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-06-09Remove some static declarations for things that were removed inIan Romanick1-4/+0
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick1-924/+57
2006-06-05When we can, bound the maximum number of PCI devices to attempt to scan, byDaniel Stone1-1/+5
2006-05-18Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang.Adam Jackson1-1/+20
2006-04-26Bug #6751: Use the Linux PCI ROM interface on Linux properly. The oldDave Airlie1-0/+14
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-20/+20
2006-02-21Eliminate unused PCI BIOS reading functionality. The old code used severalIan Romanick1-106/+28
2005-12-29Remove PowerMAX_OS define it never worked , it'll never work again,Dave Airlie1-11/+1
2005-11-08Bug #2880, add functions for byte and word level access to pci configKristian Høgsberg1-12/+49
2005-08-26Work around ATI expansion ROM problem on IA64 caused by prototype HPDaniel Stone1-2/+18
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
2005-01-28Modifying X.Org Xserver DDX to allow to run X with ordinary userEgbert Eich1-91/+0
2004-12-14Removed #ifdef'ed out code together with the comment explaining why it wasEgbert Eich1-0/+5
2004-11-30Make Xorg the default server to install.Egbert Eich1-1/+4
2004-07-30Removed bugs on TweakMemorySize() which prevented it from working at all.Egbert Eich1-13/+16
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-mergeEric Anholt1-14/+12
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-4/+4
2004-01-29Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330Egbert Eich1-3/+5
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-53/+73