summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus
AgeCommit message (Expand)AuthorFilesLines
2014-01-12hw/xfree86: nobus.c shouldn't define a static functionKeith Packard1-1/+4
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-04-24sparcPromPathname2Node: free name when returning error, instead of leaking itAlan Coopersmith1-2/+6
2012-11-05xfree86: os-support: fix old-style function definition warningsYaakov Selkowitz1-1/+1
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith1-10/+10
2012-03-21Introduce a consistent coding styleKeith Packard6-310/+343
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-6/+6
2011-11-18xfree86: Deprecate the use of xf86PciInfo.hJeremy Huddleston1-1/+0
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti1-1/+4
2011-10-15xfree86: Work around issue where ar may be told to make an archive with no co...Jeremy Huddleston2-1/+2
2011-10-15pci: Remove xf86MapDomainMemoryAdam Jackson4-269/+0
2011-10-15pci: Deprecate the PCITAG typeAdam Jackson2-8/+1
2011-10-15linux: Remove pre-2.6 PCI interface supportAdam Jackson1-30/+2
2011-10-15linux: Use pci_device_get_parent_bridge instead of open-coding itAdam Jackson1-40/+1
2011-10-15pci: Port xf86MapLegacyIO to pciaccessAdam Jackson5-149/+10
2010-09-14xfree86: bus: assign PCI_SOURCES with the actual source filesTiago Vignatti1-2/+2
2010-09-14xfree86: bus: move macros from common PCI header to private fileTiago Vignatti1-5/+0
2010-09-14xfree86: bus: remove xfree86 and few other references from OS filesTiago Vignatti2-15/+0
2010-09-14xfree86: bus: remove useless automake variableTiago Vignatti1-2/+1
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner1-4/+2
2010-05-24xfree86: bus: remove unused headersTiago Vignatti2-3/+0
2010-05-24xfree86: bus: remove unused pci macrosTiago Vignatti1-6/+0
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-6/+6
2009-10-08Cast small-int values through intptr_t when passed as pointersJamey Sharp1-1/+1
2009-08-31xfree86: remove _more_ RAC junkTiago Vignatti1-1/+0
2009-07-28xfree86: remove pci debug macrosTiago Vignatti2-25/+0
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie1-55/+0
2009-05-14xfree86: Add two __FreeBSD_kernel__ checksJulien Cristau1-1/+2
2009-04-15Fix build on hurd-i386Samuel Thibault1-1/+1
2009-04-14Fix unused var warning from pci cleanups.Eric Anholt1-2/+0
2009-02-16Build fix, remove export of pciBusAddrToHostAddrChris Ball1-1/+0
2009-02-16PCI: Remove pciBusAddrToHostAddr and associated nonsenseAdam Jackson3-107/+0
2009-01-11xfree86: linuxPci.c needs a prototype for xf86AccResFromOSJulien Cristau1-0/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade5-29/+29
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade3-12/+12
2008-11-24PCI: Unexport xf86scanpciAdam Jackson1-1/+1
2008-11-24PCI: Simplify OS PCI function registration a bit.Adam Jackson4-43/+5
2008-11-24PCI: Remove config mechanism details.Adam Jackson3-23/+0
2008-11-24PCI: Remove non-pciaccess path for x86.Adam Jackson3-495/+0
2008-11-24PCI: Always build domain support.Adam Jackson2-12/+1
2008-11-19Use bsd_pci stub routines on Solaris too, since we use pciaccess for real workAlan Coopersmith1-1/+1
2008-10-26Bug#16501: autodetection of sbus graphic cardsBernhard R. Link1-14/+68
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson2-2/+2
2008-10-03Remove unused pciNumBusesAdam Jackson5-7/+0
2008-08-18Remove MAX_PCI_{BUSES,DOMAINS} and some associated #if 0.Adam Jackson5-190/+15
2008-08-18Remove (unused) pciMaxBusNum.Adam Jackson2-10/+1
2008-08-18Remove sparcPci.cAdam Jackson3-991/+2
2008-08-18Remove XF86SCANPCI_WRAPPER.Adam Jackson1-8/+0
2008-08-18Remove vestigial MAX_PCI_DEVICES.Adam Jackson1-2/+0
2008-08-18Remove PciProbeType and associated weirdness.Adam Jackson2-188/+123