summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer1-1/+1
2007-09-27Fix PCI rework build on Solaris (copy what BSD does)Alan Coopersmith1-0/+14
2007-09-26Remove unused pciAddrHostToBus functions from ix86Pci.cAlan Coopersmith1-3/+3
2007-08-28Replace BSD custom PCI code with a stub implementation thanks to pciaccess.Eric Anholt6-350/+94
2007-08-27Remove the BusAccWindows resource code which is now unused.Eric Anholt3-119/+0
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...pci-reworkIan Romanick3-93/+53
2007-08-16Add some more support for DragonFly. From Joerg SonnenbergerJeremy C. Reed2-2/+2
2007-07-04Bug 5000: Fix domain support for SGI AltixJonathan Lim2-93/+109
2007-06-28Fix another usage of MAX_PCI_DEVICES.Adam Jackson1-1/+1
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+1
2007-05-28Read ROM in chunksDavid Nusinow1-1/+3
2007-05-10Disable Simba PCI bridge routing code (Bug #8020).Matthias Hopf1-1/+1
2007-04-25Fix a buffer overrun on machines with excessively large PCI busses.Adam Jackson1-3/+11
2007-04-09Look for the PCI ROM file elsewhere in sysfs.Adam Jackson1-2/+2
2007-03-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-2/+3
2007-02-25Fix root bus/domain selection on alphaJay Estabrook1-2/+3
2007-02-14Merge fix missed on previous commit.Ian Romanick1-1/+1
2007-01-29Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick1-1/+2