summaryrefslogtreecommitdiff
path: root/xserver/hw
AgeCommit message (Collapse)Author
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
on Ultra 5/10 machines. ok matthieu@, oga@
2008-08-30Typo (the the). From Thomas Bozdar (Thomas dot Bosdar at quest dot com).Matthieu Herrb
Thanks.
2008-08-25Since wscons(4) manages the hardware cursor for us, there's no nee toMark Kettenis
fiddle with it here. Pointed out by miod@. ok matthieu@
2008-08-24Unbreak sparc build.Mark Kettenis
2008-08-24Make -configure work for SBus/UPA devices instead of crashing.Mark Kettenis
ok matthieu@
2008-08-21Add enough OpenBSD-specific sbus support code to be able to support theMark Kettenis
sunffb driver. ok matthieu@
2008-07-31All the resources claimed by xf86StdAccResFromOS() are PC-specific. On sparc64Mark Kettenis
PCI address space is completely seperate, so we don't have to claim any resources to avoid clashes with main memory and firmware. Makes accelerated graphics work on the Tadpole SPARCLE. ok matthieu@, oga@
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
CPUs in basic VESA mode: X86EMU: handle CPUID instruction Starting X on an AMD Geode LX system such as an Alix board with VGA connector, the Xorg driver attempts to issue INT 10/0 to go to mode 3 (VGA). The emulator, running the BIOS code, would then spit out: c000:0282: A2 ILLEGAL EXTENDED X86 OPCODE! The opcode was 0F A2, or CPUID; it was not implemented in the emulator. With this patch it handles the CPUID instruction in one of two ways: 1) if ran on __i386__ or __x86_64__ then it calls the CPUID instruction directly. 2) if ran elsewhere it returns a canned 486dx4 set of values for function 1. Tested with & ok matthieu
2008-06-09Remove the special case for amd64 using MTRR. Wasn't compiled in in thePeter Hessler
first place, and didn't work anyways. ok deraadt, oga, matthieu
2008-05-24regen.Matthieu Herrb
2008-05-24implement the --disable-ioport configure option to disable the build ofMatthieu Herrb
ioport and its symlinks and use that option. Requested by kettenis@ and others.
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
removed in the 1.4 update, it prevents wsfb from working on platforms without lazy binding.
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
bounds array index.
2008-01-16Based on a suggestion and an initial patch by kettenis@, buildMatthieu Herrb
both the old i810 and the new intel drivers on i386, and let X autoconfiguration code choose the one that is used based on the chipset. Tested by landry@ and a few others.
2008-01-04regenJoel Sing
2008-01-04Add support for xserver on OpenBSD/sgi and enable build.Joel Sing
ok matthieu@
2008-01-01more gcc2 fixes; ok mathieu@Todd T. Fries
2007-12-29fix for gcc2 (declaration 1st within each scope)Todd T. Fries
ok matthieu@
2007-12-23Adapt OpenBSD/wscons kdrive drivers to changes in xserver 1.4.Matthieu Herrb
Still not working but at least building again.
2007-12-23Make that build with gcc 2.95Matthieu Herrb
2007-12-21Don't call xcalloc() in functions called by the big SIGIO handler.Matthieu Herrb
Problem initially reported by sthen@, fix tested by many.
2007-12-13Add back files that I removed before import to minimize cvs noise. ThatMatthieu Herrb
was a mistake. sorry.
2007-12-13Merge xserver 1.4.0.90. This includes fixes for some of the regressionsMatthieu Herrb
introduced by xserver 1.4, such as the keyboad caps/num-lock leds updates. Tested by many.
2007-12-10Fix logic error in the new dynamic array of pci devices that madeMatthieu Herrb
xf86scanpci() exit early if pciInit() had been called already. Fix tested by krw@.
2007-12-03regenMatthieu Herrb
2007-12-03Revert xf86EnableIO()/xf86DisableIO() on macpcc to NOP for now.Matthieu Herrb
2007-11-25Support the new AGP device. Work by oga@ and me, with some ideas fromMatthieu Herrb
dim@ long ago.
2007-11-24merge xserver 1.4, 1st passMatthieu Herrb
2007-11-24xserver 1.4Matthieu Herrb
2007-11-24xserver 1.4Matthieu Herrb
2007-11-24xserver 1.4Matthieu Herrb
2007-06-23regenMatthieu Herrb
2007-05-29More stuff, mostly copied from Xwsfb and XvesaMatthieu Herrb
2007-05-29add a TODO list in case someone wants to helpMatthieu Herrb
2007-05-27- rename some functions for consistancyMatthieu Herrb
- fill more code
2007-05-27syncMatthieu Herrb