summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86pciBus.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith1-1/+1
2011-11-23Remove xf86FormatPciBusNumber from API, inline the one place its usedAlan Coopersmith1-11/+6
2011-11-23matchDriverFromFiles: use one snprintf instead of strncpy/cat seriesAlan Coopersmith1-3/+2
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-4/+2
2011-11-18xfree86: Deprecate the use of xf86PciInfo.hJeremy Huddleston1-0/+1
2011-10-29xfree86: add nouveau as the first automatic driver for NVIDIA hardwareAnssi Hannula1-1/+9
2011-10-15configure: change PCI function checking by a meaningful version of the libraryTiago Vignatti1-2/+0
2011-10-15pci: Port xf86MapLegacyIO to pciaccessAdam Jackson1-5/+12
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith1-2/+2
2010-11-30Move xchomp inside #ifdef __linux__Alan Coopersmith1-1/+1
2010-09-14xfree86: delete useless "Primary device is not PCI" messageTiago Vignatti1-7/+2
2010-09-14xfree86: configure: move buses references to their own locationTiago Vignatti1-0/+35
2010-09-14xfree86: use xf86PciIsolateDevice to get PCI config informationTiago Vignatti1-0/+5
2010-07-01xfree86: pci: remove superfluous vendor and card name loggingTiago Vignatti1-12/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-02xfree86: Unbreak autoconfig following 0abf065e38c4Chris Wilson1-1/+7
2010-05-24xfree86: move all pci code from auto configurator into a meaningful locationTiago Vignatti1-0/+252
2010-05-24xfree86: remove all kind of bus and PCI dependency from the common helper fileTiago Vignatti1-0/+494
2010-05-19xfree86: remove PCI dependency from InitOutputTiago Vignatti1-0/+160
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-9/+9
2009-09-20Free libpciaccess iterator in xf86PciProbeKeith Packard1-1/+2
2009-08-05xfree86: reorganize pci codeTiago Vignatti1-19/+1
2009-08-05xfree86: remove unused functionsTiago Vignatti1-86/+0
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie1-424/+1
2009-07-28pci: add support for pci is boot vga call.Dave Airlie1-0/+6
2009-07-06Unclaim PCI slot if driver probing fails.Matthias Hopf1-0/+19
2009-06-19pci: Dump vendor/devices ids in the printed device listAdam Jackson1-6/+4
2009-02-16PCI: Remove pciBusAddrToHostAddr and associated nonsenseAdam Jackson1-31/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-9/+9
2008-11-30Correct static symbol XkmReadTOC and first pass on compile warning fixes.Paulo Cesar Pereira de Andrade1-3/+3
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-24Bus: Remove ISA support.Adam Jackson1-5/+0
2008-02-25Clean some garbage caused when pciaccess was merged:Tiago Vignatti1-124/+117
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+0
2007-01-22Eliminate pciControlBridge, pciGetBridgeBuses, and pciGetBridgeResources.Ian Romanick1-70/+1
2007-01-17Replace PciBusId with 'struct pci_device *'Ian Romanick1-24/+7
2007-01-17Convert xf86IsolateDevice to a 'struct pci_slot_match'.Ian Romanick1-25/+8
2007-01-17Eliminate unused fields in pciAccRec.Ian Romanick1-3/+0
2007-01-15Fix domain insanity.Ian Romanick1-1/+1
2007-01-15Convert to new pci_device_cfg_write_u* interface.Ian Romanick1-15/+15
2007-01-12Refactor pciTagConvertRange2Host and pciConvertRange2Host.Ian Romanick1-14/+10
2007-01-12Eliminate some dead code.Ian Romanick1-15/+0
2007-01-12Eliminate xf86GetPciEntity from public interface.Ian Romanick1-21/+14
2006-11-03Fix 2 warnings.Matthias Hopf1-3/+3
2006-08-08Make xf86PciVideoInfo static since it is only used within this file.Ian Romanick1-50/+67
2006-08-02Move xf86FindPciDeviceVendor and xf86FindPciClass from xf86pciBus.c toIan Romanick1-66/+0
2006-08-02Modify xf86FindPciDeviceVendor and xf86FindPciClass to use theIan Romanick1-18/+38
2006-08-02Remove pciConfigPtr and all of the associated cruft.Ian Romanick1-4/+1
2006-07-26Pass correct pointer to xf86MapLegacyIO.Ian Romanick1-1/+1
2006-07-25Gut anything having to do with the PciBusPtr (or PciBusRec) type.Ian Romanick1-675/+27