Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-02 | xserver 1.5.2. tested by ckuethe@, oga@, and others. | Matthieu Herrb | |
2008-10-07 | PR 5005: On alpha, trust the PCI BARS from SRM. ok kettenis@, miod@. | Matthieu Herrb | |
2008-09-20 | Make X stop messing with PCI BARs on sparc64. Makes ati driver work again | Mark Kettenis | |
on Ultra 5/10 machines. ok matthieu@, oga@ | |||
2008-08-30 | Typo (the the). From Thomas Bozdar (Thomas dot Bosdar at quest dot com). | Matthieu Herrb | |
Thanks. | |||
2008-08-25 | Since wscons(4) manages the hardware cursor for us, there's no nee to | Mark Kettenis | |
fiddle with it here. Pointed out by miod@. ok matthieu@ | |||
2008-08-24 | Unbreak sparc build. | Mark Kettenis | |
2008-08-24 | Make -configure work for SBus/UPA devices instead of crashing. | Mark Kettenis | |
ok matthieu@ | |||
2008-08-21 | Add enough OpenBSD-specific sbus support code to be able to support the | Mark Kettenis | |
sunffb driver. ok matthieu@ | |||
2008-07-31 | All the resources claimed by xf86StdAccResFromOS() are PC-specific. On sparc64 | Mark 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-30 | The amd driver has been renamed geode. ok deraadt@ oga@. | Matthieu Herrb | |
2008-07-12 | use the openchrome driver for via chipsets. | Matthieu Herrb | |
2008-06-15 | Add a man page for Xephyr, with information from the README file. | Matthieu Herrb | |
2008-06-15 | Update to xserver 1.4.2. Tested by landry@, ckuethe@, jsing@ mbalmer@. | Matthieu Herrb | |
2008-06-10 | Pull in a patch from X.Org-current to let X11 run on AMD Geode LX | Marc 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-09 | Remove the special case for amd64 using MTRR. Wasn't compiled in in the | Peter Hessler | |
first place, and didn't work anyways. ok deraadt, oga, matthieu | |||
2008-05-24 | regen. | Matthieu Herrb | |
2008-05-24 | implement the --disable-ioport configure option to disable the build of | Matthieu Herrb | |
ioport and its symlinks and use that option. Requested by kettenis@ and others. | |||
2008-04-01 | If privsep support isn't compiled in, use open() to open the agp device. | Matthieu Herrb | |
2008-03-15 | Regen with autoconf 2.59-p2, with AM_SANITY check zapped. | Matthieu Herrb | |
2008-02-16 | Don't #define DEBUG anymore | Miod Vallat | |
2008-02-16 | Remove unused global. | Miod Vallat | |
2008-02-13 | Correctly link ioperm_noop.c to the build on m68k. ok matthieu@ | Miod Vallat | |
2008-02-13 | Remove a unused static function which references a function which had been | Miod Vallat | |
removed in the 1.4 update, it prevents wsfb from working on platforms without lazy binding. | |||
2008-02-11 | Remove a bunch of files that get generated during a normal build. | Matthieu Herrb | |
2008-02-11 | Remove empty unused files. | Matthieu Herrb | |
2008-01-27 | Fix m68k builds. Similar to the fix that miod used. | Matthieu Herrb | |
2008-01-17 | Fix from X.Org for CVE-2007-5760 - XFree86 Misc extension out of | Matthieu Herrb | |
bounds array index. | |||
2008-01-16 | Based on a suggestion and an initial patch by kettenis@, build | Matthieu 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-04 | regen | Joel Sing | |
2008-01-04 | Add support for xserver on OpenBSD/sgi and enable build. | Joel Sing | |
ok matthieu@ | |||
2008-01-01 | more gcc2 fixes; ok mathieu@ | Todd T. Fries | |
2007-12-29 | fix for gcc2 (declaration 1st within each scope) | Todd T. Fries | |
ok matthieu@ | |||
2007-12-23 | Adapt OpenBSD/wscons kdrive drivers to changes in xserver 1.4. | Matthieu Herrb | |
Still not working but at least building again. | |||
2007-12-23 | Make that build with gcc 2.95 | Matthieu Herrb | |
2007-12-21 | Don't call xcalloc() in functions called by the big SIGIO handler. | Matthieu Herrb | |
Problem initially reported by sthen@, fix tested by many. | |||
2007-12-13 | Add back files that I removed before import to minimize cvs noise. That | Matthieu Herrb | |
was a mistake. sorry. | |||
2007-12-13 | Merge xserver 1.4.0.90. This includes fixes for some of the regressions | Matthieu Herrb | |
introduced by xserver 1.4, such as the keyboad caps/num-lock leds updates. Tested by many. | |||
2007-12-10 | Fix logic error in the new dynamic array of pci devices that made | Matthieu Herrb | |
xf86scanpci() exit early if pciInit() had been called already. Fix tested by krw@. | |||
2007-12-03 | regen | Matthieu Herrb | |
2007-12-03 | Revert xf86EnableIO()/xf86DisableIO() on macpcc to NOP for now. | Matthieu Herrb | |
2007-11-25 | Support the new AGP device. Work by oga@ and me, with some ideas from | Matthieu Herrb | |
dim@ long ago. | |||
2007-11-24 | merge xserver 1.4, 1st pass | Matthieu Herrb | |
2007-11-24 | xserver 1.4 | Matthieu Herrb | |
2007-11-24 | xserver 1.4 | Matthieu Herrb | |
2007-11-24 | xserver 1.4 | Matthieu Herrb | |
2007-06-23 | regen | Matthieu Herrb | |
2007-05-29 | More stuff, mostly copied from Xwsfb and Xvesa | Matthieu Herrb | |
2007-05-29 | add a TODO list in case someone wants to help | Matthieu Herrb | |
2007-05-27 | - rename some functions for consistancy | Matthieu Herrb | |
- fill more code | |||
2007-05-27 | sync | Matthieu Herrb | |