summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-18Drop dead PowerPC PCI code.Adam Jackson3-88/+1
2008-07-17Dead code removalDaniel Stone8-1896/+0
2008-06-24Check for __amd64__, not __x86_64__.Adam Jackson1-1/+1
2008-06-17Bug #15169: Make the server build again on Alpha.Ian Romanick3-482/+14
2008-04-30Add M32R architecture support (bug #10020)Kazuhiro Inaoka1-0/+6
2008-04-12Check for __x86_64__ when we check for __amd64__Matt Turner1-1/+1
2008-03-13Bug #14091: Fix build (and runtime) on ia64.Doug Chapman2-14/+1
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis1-0/+2
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-12-27[SBUS]: Fix build, use getpagesize() instead of xf86getpagesize().David S. Miller1-1/+1
2007-12-03xf86getpagesize -> getpagesize elsewhere in os-support/Adam Jackson3-3/+3
2007-11-20Restore checks for __i386 where needed for Sun compilers on SolarisAlan Coopersmith1-1/+1