summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus/linuxPci.c
AgeCommit message (Expand)Author
2008-11-24PCI: Simplify OS PCI function registration a bit.Adam Jackson
2008-11-24PCI: Remove config mechanism details.Adam Jackson
2008-11-24PCI: Always build domain support.Adam Jackson
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 PciProbeType and associated weirdness.Adam Jackson
2007-08-27Remove the BusAccWindows resource code which is now unused.Eric Anholt
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
2007-01-22Eliminate pciControlBridge, pciGetBridgeBuses, and pciGetBridgeResources.Ian Romanick
2007-01-22Convert xf86GetPciHostConfigFromTag to get_parent_bridge.Ian Romanick
2007-01-15Fix accidental commit (bug) in linuxOpenLegacy.Ian Romanick
2007-01-15Fix domain insanity.Ian Romanick
2007-01-12Fix typos in conditionally compiled code.Ian Romanick
2007-01-12Eliminate unused pciAddrHostToBus infrastructure.Ian Romanick
2007-01-12Missed file from previous commit.Ian Romanick
2007-01-11Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.Ian Romanick
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick
2006-11-16Bug 9041: Check the return code in xf86MapDomainMemory().Bjorn Helgaas
2006-11-03Do not map full 0-1MB legacy rangeBjorn Helgaas
2006-11-03Fixing mach64 driver bailing out on ia64Egbert Eich
2006-11-03Add domain support to linuxPciOpenFile().Matthias Hopf
2006-11-03Fixing domain support for ia64Matthias Hopf
2006-11-03Added missing domain stripping in already domain aware code.Matthias Hopf
2006-10-24Fix from HEAD accidentally reverted during merge.Ian Romanick
2006-10-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick
2006-10-10Fixing probably long-standing bug in domain support.Matthias Hopf
2006-09-20Really fix sparc on 64-bit kernel/32-bit userland.Donnie Berkholz
2006-09-10the new PCI mapping routines are broken on sparc64 (in fact they lookJesse Barnes
2006-08-08Rename xf86ReadDomainMemory to xf86ReadLegacyVideoBIOS, since that'sIan Romanick
2006-08-02Remove the last remants of the pci{Read,Write}{Long,Word,Byte}Ian Romanick
2006-08-02Remove pciConfigPtr and all of the associated cruft.Ian Romanick
2006-07-25Gut anything having to do with the PciBusPtr (or PciBusRec) type.Ian Romanick
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick
2006-07-24Global s/xf86MapDomainIO/xf86MapLegacyIO/. Let's call a duck a duck,Ian Romanick
2006-07-24Refactor linuxGetSizesStruct to take a pci_device pointer instead of aIan Romanick
2006-07-24Modify xf86BusAccWindowsFromOS and xf86AccResFromOS to use theIan Romanick
2006-07-24The functions xf86PciBusAccWindowsFromOS and xf86BusAccWindowsFromOSIan Romanick
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson
2006-07-13Modify linuxGetSizesStruct to use pci_device instead of pciConfigPtr.Ian Romanick
2006-07-06Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick
2006-07-06Refactor linuxGetIOSize and linuxGetSizes. Eliminate the unnecessaryIan Romanick
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick
2006-06-05When we can, bound the maximum number of PCI devices to attempt to scan, byDaniel Stone
2006-06-01Bug #6583: Only open /proc/bus/pci/devices once. (Bill Nottingham)Daniel Stone
2006-04-26Bug #6751: Use the Linux PCI ROM interface on Linux properly. The oldDave Airlie
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson