summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Bus.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-03Typo fix.Adam Jackson1-1/+1
2008-10-03Remove the old implementation of RemoveOverlapsAdam Jackson1-70/+0
2008-10-03Internalise some resource list API.Adam Jackson1-4/+4
2008-10-03Unexport xf86EnterServerStateAdam Jackson1-1/+1
2008-10-03Unexport (and unimplement) xf86SetAccessFuncs.Adam Jackson1-18/+0
2008-10-03RAC: NO_SEPARATE_*_FROM_* are useless.Adam Jackson1-16/+2
2008-10-03RAC: AccessEnable() and AccessDisable() are mandatory.Adam Jackson1-53/+46
2008-04-30Add M32R architecture support (bug #10020)Kazuhiro Inaoka1-2/+2
2007-12-20entity sharing: make !shareable entity non-fatal.Dave Airlie1-2/+4
2007-11-15Simplify system resource range setup.Adam Jackson1-20/+3
2007-08-27Remove the BusAccWindows resource code which is now unused.Eric Anholt1-8/+0
2007-08-27Remove unused xf8GetBlock and xf86GetSparse entry points.Eric Anholt1-207/+0
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+1
2007-06-18Compile fixes for Linux ARM platforms.Lennart Buytenhek1-1/+1
2007-03-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-21/+10
2007-03-25Static cleanup for xf86 ddx.Adam Jackson1-20/+9
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-1/+1
2007-01-17Replace PciBusId with 'struct pci_device *'Ian Romanick1-12/+7
2007-01-17Convert xf86FindPrimaryDevice to use a static buffer and snprintf.Ian Romanick1-8/+7
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick1-4/+4
2006-12-04Check for __sparc as well as __sparc__ for compatibility with Sun ccAlan Coopersmith1-4/+4
2006-08-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+1
2006-08-12xfree86: don't do legacy IO on ARM or S/390 (Debian #362641)Bastian Blank1-1/+1
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-58/+1
2006-07-21Yet more dead code.Adam Jackson1-17/+0
2006-07-21static markup, more dead code.Adam Jackson1-41/+1
2006-06-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick1-26/+6
2006-06-20Fix a compiler warning about varibles being used without being set.Ian Romanick1-11/+17
2006-06-18Don't bother building RAC as a module, that's just absurd.Adam Jackson1-26/+6
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick1-28/+27
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-51/+51
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-2/+2
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
2005-01-28Modifying X.Org Xserver DDX to allow to run X with ordinary userEgbert Eich1-1/+1
2005-01-26Rewrite of RemoveOverlaps() to make the code more readable. It wasEgbert Eich1-0/+86
2004-07-06ifdef'ed some IA32-only assembler statements. Presently these chipsets areEgbert Eich1-1/+1
2004-07-06Separated Intel drivers from default DriDrivers to avoid building them onEgbert Eich1-1/+1
2004-02-23Import most of XFree86 4.4RC3. This import excludes files which have thexf86-4_3_99_903_specialKaleb Keithley1-3/+3
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-7/+29
2003-11-14Initial revisionKaleb Keithley1-0/+3205