summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus
AgeCommit message (Expand)Author
2008-11-24PCI: Unexport xf86scanpciAdam Jackson
2008-11-24PCI: Simplify OS PCI function registration a bit.Adam Jackson
2008-11-24PCI: Remove config mechanism details.Adam Jackson
2008-11-24PCI: Remove non-pciaccess path for x86.Adam Jackson
2008-11-24PCI: Always build domain support.Adam Jackson
2008-11-19Use bsd_pci stub routines on Solaris too, since we use pciaccess for real workAlan Coopersmith
2008-10-26Bug#16501: autodetection of sbus graphic cardsBernhard R. Link
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson
2008-10-03Remove unused pciNumBusesAdam Jackson
2008-08-18Remove MAX_PCI_{BUSES,DOMAINS} and some associated #if 0.Adam Jackson
2008-08-18Remove (unused) pciMaxBusNum.Adam Jackson
2008-08-18Remove sparcPci.cAdam Jackson
2008-08-18Remove XF86SCANPCI_WRAPPER.Adam Jackson
2008-08-18Remove vestigial MAX_PCI_DEVICES.Adam Jackson
2008-08-18Remove PciProbeType and associated weirdness.Adam Jackson
2008-08-18Drop dead PowerPC PCI code.Adam Jackson
2008-07-17Dead code removalDaniel Stone
2008-06-24Check for __amd64__, not __x86_64__.Adam Jackson
2008-06-17Bug #15169: Make the server build again on Alpha.Ian Romanick
2008-04-30Add M32R architecture support (bug #10020)Kazuhiro Inaoka
2008-04-12Check for __x86_64__ when we check for __amd64__Matt Turner
2008-03-13Bug #14091: Fix build (and runtime) on ia64.Doug Chapman
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis
2008-02-25Fine, we don't need pciInit() anymore. Nuke, nuke, nuke...Tiago Vignatti
2008-02-25Jesus, pciInit() was called 32 times in my machine without need!Tiago Vignatti
2008-02-25Some doc clean up:Tiago Vignatti
2008-02-25Clean some garbage caused when pciaccess was merged:Tiago Vignatti
2007-12-27[SBUS]: Fix build, use getpagesize() instead of xf86getpagesize().David S. Miller
2007-12-03xf86getpagesize -> getpagesize elsewhere in os-support/Adam Jackson
2007-11-20Restore checks for __i386 where needed for Sun compilers on SolarisAlan Coopersmith
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer
2007-09-27Fix PCI rework build on Solaris (copy what BSD does)Alan Coopersmith
2007-09-26Remove unused pciAddrHostToBus functions from ix86Pci.cAlan Coopersmith
2007-08-28Replace BSD custom PCI code with a stub implementation thanks to pciaccess.Eric Anholt
2007-08-27Remove the BusAccWindows resource code which is now unused.Eric Anholt
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick
2007-08-16Add some more support for DragonFly. From Joerg SonnenbergerJeremy C. Reed
2007-07-04Bug 5000: Fix domain support for SGI AltixJonathan Lim
2007-06-28Fix another usage of MAX_PCI_DEVICES.Adam Jackson
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick
2007-05-28Read ROM in chunksDavid Nusinow
2007-05-10Disable Simba PCI bridge routing code (Bug #8020).Matthias Hopf
2007-04-25Fix a buffer overrun on machines with excessively large PCI busses.Adam Jackson
2007-04-09Look for the PCI ROM file elsewhere in sysfs.Adam Jackson
2007-03-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick
2007-02-25Fix root bus/domain selection on alphaJay Estabrook
2007-02-14Merge fix missed on previous commit.Ian Romanick
2007-01-29Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick
2007-01-26Call linuxPciOpenFile() for r/w access if applicable.Jonathan Lim
2007-01-24Move xf86ReadLegacyBIOS to the one place that uses it.Ian Romanick