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