summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus/linuxPci.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie1-55/+0
2009-04-14Fix unused var warning from pci cleanups.Eric Anholt1-2/+0
2009-02-16PCI: Remove pciBusAddrToHostAddr and associated nonsenseAdam Jackson1-77/+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 Andrade1-2/+2
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-24PCI: Simplify OS PCI function registration a bit.Adam Jackson1-10/+1
2008-11-24PCI: Remove config mechanism details.Adam Jackson1-1/+0
2008-11-24PCI: Always build domain support.Adam Jackson1-6/+0
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-1/+1
2008-10-03Remove unused pciNumBusesAdam Jackson1-1/+0
2008-08-18Remove MAX_PCI_{BUSES,DOMAINS} and some associated #if 0.Adam Jackson1-1/+1
2008-08-18Remove PciProbeType and associated weirdness.Adam Jackson1-9/+8
2007-08-27Remove the BusAccWindows resource code which is now unused.Eric Anholt1-43/+0
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
2007-01-26Call linuxPciOpenFile() for r/w access if applicable.Jonathan Lim1-1/+2
2007-01-24Move xf86ReadLegacyBIOS to the one place that uses it.Ian Romanick1-48/+0
2007-01-22Eliminate pciControlBridge, pciGetBridgeBuses, and pciGetBridgeResources.Ian Romanick1-4/+0
2007-01-22Convert xf86GetPciHostConfigFromTag to get_parent_bridge.Ian Romanick1-33/+51
2007-01-15Fix accidental commit (bug) in linuxOpenLegacy.Ian Romanick1-2/+2
2007-01-15Fix domain insanity.Ian Romanick1-71/+49
2007-01-12Fix typos in conditionally compiled code.Ian Romanick1-2/+2
2007-01-12Eliminate unused pciAddrHostToBus infrastructure.Ian Romanick1-21/+0
2007-01-12Missed file from previous commit.Ian Romanick1-7/+2
2007-01-11Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.Ian Romanick1-3/+1
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick1-17/+21
2006-11-16Bug 9041: Check the return code in xf86MapDomainMemory().Bjorn Helgaas1-10/+10
2006-11-03Do not map full 0-1MB legacy rangeBjorn Helgaas1-13/+7
2006-11-03Fixing mach64 driver bailing out on ia64Egbert Eich1-3/+1
2006-11-03Add domain support to linuxPciOpenFile().Matthias Hopf1-22/+68
2006-11-03Fixing domain support for ia64Matthias Hopf1-0/+103
2006-11-03Added missing domain stripping in already domain aware code.Matthias Hopf1-2/+2
2006-10-24Fix from HEAD accidentally reverted during merge.Ian Romanick1-1/+1
2006-10-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-0/+6
2006-10-10Fixing probably long-standing bug in domain support.Matthias Hopf1-1/+1
2006-09-20Really fix sparc on 64-bit kernel/32-bit userland.Donnie Berkholz1-1/+1
2006-09-10the new PCI mapping routines are broken on sparc64 (in fact they lookJesse Barnes1-0/+6
2006-08-08Rename xf86ReadDomainMemory to xf86ReadLegacyVideoBIOS, since that'sIan Romanick1-82/+48
2006-08-02Remove the last remants of the pci{Read,Write}{Long,Word,Byte}Ian Romanick1-112/+3
2006-08-02Remove pciConfigPtr and all of the associated cruft.Ian Romanick1-81/+83
2006-07-25Gut anything having to do with the PciBusPtr (or PciBusRec) type.Ian Romanick1-3/+3
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+0
2006-07-24Global s/xf86MapDomainIO/xf86MapLegacyIO/. Let's call a duck a duck,Ian Romanick1-11/+12
2006-07-24Refactor linuxGetSizesStruct to take a pci_device pointer instead of aIan Romanick1-36/+25
2006-07-24Modify xf86BusAccWindowsFromOS and xf86AccResFromOS to use theIan Romanick1-59/+66
2006-07-24The functions xf86PciBusAccWindowsFromOS and xf86BusAccWindowsFromOSIan Romanick1-29/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-13Modify linuxGetSizesStruct to use pci_device instead of pciConfigPtr.Ian Romanick1-10/+14
2006-07-06Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-36/+23