summaryrefslogtreecommitdiff
path: root/xserver/hw
AgeCommit message (Expand)Author
2009-02-19Add code to choose a video driver based on the wscons(4) display type. MakesMark Kettenis
2009-01-28__miscmansuffix -> __miscmansuffix__Matthieu Herrb
2009-01-28OpenBSD still uses old xkb-data, whose default rules are called 'xorg'.Matthieu Herrb
2009-01-27regenMatthieu Herrb
2009-01-27Fix linking of Xwscons for xserver 1.5.3Matthieu Herrb
2009-01-20more gcc2 breakage found by sparcTodd T. Fries
2009-01-13note to self: no cookie, a compile started is not a compile testedTodd T. Fries
2009-01-13yet another gcc2 found bad coding practice, move variable declartion to theTodd T. Fries
2009-01-12regenMatthieu Herrb
2009-01-12Update to xserver 1.5.3 + latests commits on server-1.5-branch.Matthieu Herrb
2008-12-23- move wsfb(4) to where it belongs.Matthieu Herrb
2008-12-23- i810 -> intel, noticed by mpf@ (already fixed in -current X.Org)Matthieu Herrb
2008-11-23missing action in if statement.Matthieu Herrb
2008-11-11Fix from X.Org master git for XAA screen corruption.Matthieu Herrb
2008-11-05more gcc2 fixes courtesy sparcTodd T. Fries
2008-11-04Initialise the aperture file descriptor in libpciaccess.Matthieu Herrb
2008-11-04variable declarations at the beginning of the scope; found by sparc (a gcc2 a...Todd T. Fries
2008-11-04Update to libpciaccess world.Matthieu Herrb
2008-11-02xserver 1.5.2. tested by ckuethe@, oga@, and others.Matthieu Herrb
2008-10-07PR 5005: On alpha, trust the PCI BARS from SRM. ok kettenis@, miod@.Matthieu Herrb
2008-09-20Make X stop messing with PCI BARs on sparc64. Makes ati driver work againMark Kettenis
2008-08-30Typo (the the). From Thomas Bozdar (Thomas dot Bosdar at quest dot com).Matthieu Herrb
2008-08-25Since wscons(4) manages the hardware cursor for us, there's no nee toMark Kettenis
2008-08-24Unbreak sparc build.Mark Kettenis
2008-08-24Make -configure work for SBus/UPA devices instead of crashing.Mark Kettenis
2008-08-21Add enough OpenBSD-specific sbus support code to be able to support theMark Kettenis
2008-07-31All the resources claimed by xf86StdAccResFromOS() are PC-specific. On sparc64Mark Kettenis
2008-07-30The amd driver has been renamed geode. ok deraadt@ oga@.Matthieu Herrb
2008-07-12use the openchrome driver for via chipsets.Matthieu Herrb
2008-06-15Add a man page for Xephyr, with information from the README file.Matthieu Herrb
2008-06-15Update to xserver 1.4.2. Tested by landry@, ckuethe@, jsing@ mbalmer@.Matthieu Herrb
2008-06-10Pull in a patch from X.Org-current to let X11 run on AMD Geode LXMarc Balmer
2008-06-09Remove the special case for amd64 using MTRR. Wasn't compiled in in thePeter Hessler
2008-05-24regen.Matthieu Herrb
2008-05-24implement the --disable-ioport configure option to disable the build ofMatthieu Herrb
2008-04-01If privsep support isn't compiled in, use open() to open the agp device.Matthieu Herrb
2008-03-15Regen with autoconf 2.59-p2, with AM_SANITY check zapped.Matthieu Herrb
2008-02-16Don't #define DEBUG anymoreMiod Vallat
2008-02-16Remove unused global.Miod Vallat
2008-02-13Correctly link ioperm_noop.c to the build on m68k. ok matthieu@Miod Vallat
2008-02-13Remove a unused static function which references a function which had beenMiod Vallat
2008-02-11Remove a bunch of files that get generated during a normal build.Matthieu Herrb
2008-02-11Remove empty unused files.Matthieu Herrb
2008-01-27Fix m68k builds. Similar to the fix that miod used.Matthieu Herrb
2008-01-17Fix from X.Org for CVE-2007-5760 - XFree86 Misc extension out ofMatthieu Herrb
2008-01-16Based on a suggestion and an initial patch by kettenis@, buildMatthieu Herrb
2008-01-04regenJoel Sing
2008-01-04Add support for xserver on OpenBSD/sgi and enable build.Joel Sing
2008-01-01more gcc2 fixes; ok mathieu@Todd T. Fries
2007-12-29fix for gcc2 (declaration 1st within each scope)Todd T. Fries