summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86pciBus.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-24Bus: Remove ISA support.Adam Jackson1-5/+0
2008-02-25Clean some garbage caused when pciaccess was merged:Tiago Vignatti1-124/+117
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+0
2007-01-22Eliminate pciControlBridge, pciGetBridgeBuses, and pciGetBridgeResources.Ian Romanick1-70/+1
2007-01-17Replace PciBusId with 'struct pci_device *'Ian Romanick1-24/+7
2007-01-17Convert xf86IsolateDevice to a 'struct pci_slot_match'.Ian Romanick1-25/+8
2007-01-17Eliminate unused fields in pciAccRec.Ian Romanick1-3/+0
2007-01-15Fix domain insanity.Ian Romanick1-1/+1
2007-01-15Convert to new pci_device_cfg_write_u* interface.Ian Romanick1-15/+15
2007-01-12Refactor pciTagConvertRange2Host and pciConvertRange2Host.Ian Romanick1-14/+10
2007-01-12Eliminate some dead code.Ian Romanick1-15/+0
2007-01-12Eliminate xf86GetPciEntity from public interface.Ian Romanick1-21/+14
2006-11-03Fix 2 warnings.Matthias Hopf1-3/+3
2006-08-08Make xf86PciVideoInfo static since it is only used within this file.Ian Romanick1-50/+67
2006-08-02Move xf86FindPciDeviceVendor and xf86FindPciClass from xf86pciBus.c toIan Romanick1-66/+0
2006-08-02Modify xf86FindPciDeviceVendor and xf86FindPciClass to use theIan Romanick1-18/+38
2006-08-02Remove pciConfigPtr and all of the associated cruft.Ian Romanick1-4/+1
2006-07-26Pass correct pointer to xf86MapLegacyIO.Ian Romanick1-1/+1
2006-07-25Gut anything having to do with the PciBusPtr (or PciBusRec) type.Ian Romanick1-675/+27
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+0
2006-07-24Don't re-look-up pointers that are already stored in structures.Ian Romanick1-12/+3
2006-07-24Global s/xf86MapDomainIO/xf86MapLegacyIO/. Let's call a duck a duck,Ian Romanick1-3/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-7/+0
2006-06-21Move declaration of "j" inside #ifdef block where it is used toIan Romanick1-1/+3
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick1-1995/+304
2006-05-18Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang.Adam Jackson1-69/+122
2006-04-26Bug #6750: This patch detects Intel bridges that are transparent but aren'tDave Airlie1-1/+10
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-18/+18
2006-03-07Numerous amounts refactoring and comment adding (see ChangeLog for file byIan Romanick1-34/+5
2006-02-20Eliminate all the code for querying the PCI class from the PCI ID database.Ian Romanick1-66/+10
2005-07-04Bug #2216: Multiseat support. From various Debian and Ubuntu patches byAdam Jackson1-1/+8
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-04-22Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,Adam Jackson1-0/+2
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
2005-02-09Added PCI2Host bus translations for linux PPC and fixed fixed bugs inEgbert Eich1-3/+3
2005-01-26When we tested if a PCI base address was unassigned we didn't take intoEgbert Eich1-12/+33
2005-01-25Fix interpretation of 64bit PCI bases: read hi long word from the right barEgbert Eich1-110/+28
2004-11-11Cosmetic fix to make xf86pciBus.c use standard min() macro.Kristian Høgsberg1-4/+1
2004-10-12Set fbdev mode as the default mode on PPC (Olaf Hering).Egbert Eich1-26/+22
2004-08-09Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339,Kevin E Martin1-1/+1
2004-07-06Separated Intel drivers from default DriDrivers to avoid building them onEgbert Eich1-3/+7
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-2/+7
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-63/+122
2003-11-14Initial revisionKaleb Keithley1-0/+3493