summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Collapse)Author
2009-11-22Re-import the usbtablet driver using the correct name.Matthieu Herrb
2009-11-22Also update ChangeLog from upstreams.Matthieu Herrb
2009-11-22Update for resources/RAC API removal and bump to 0.3.0 to followMatthieu Herrb
upstreams numbering.
2009-11-22Update to xf86-video-voodoo 1.2.3Matthieu Herrb
2009-11-22Update to xf86-video-vmware 10.16.8Matthieu Herrb
2009-11-22Update to xf86-video-vesa 2.2.1Matthieu Herrb
2009-11-22Update to xf86-video-tseng 1.2.3Matthieu Herrb
2009-11-22Update to xf86-video-trident 1.3.3Matthieu Herrb
2009-11-22Update to xf86-video-tga 1.2.1Matthieu Herrb
2009-11-22Update to xf86-video-tdfx 1.4.3Matthieu Herrb
2009-11-22Remove the sunbw2 driver which has been deprecated upstreams andMatthieu Herrb
was never built on OpenBSD.
2009-11-22Update to xf86-video-sisusb 0.9.3Matthieu Herrb
2009-11-22Update to xf86-video-sis 0.10.2Matthieu Herrb
2009-11-22Update to xf86-video-siliconmotion 1.7.3Matthieu Herrb
2009-11-22Update to xf86-video-savage 2.3.1Matthieu Herrb
2009-11-22Update to xf86-video-s3virge 1.10.4Matthieu Herrb
2009-11-22Update to xf86-video-s3 0.6.3Matthieu Herrb
2009-11-22Update to xf86-video-rendition 4.2.3Matthieu Herrb
2009-11-22Update to xf86-video-r128 6.8.1Matthieu Herrb
2009-11-22Update to xf86-newport 0.2.3Matthieu Herrb
2009-11-22Update to xf86-video-neomagic 1.2.4Matthieu Herrb
2009-11-22Update to xf86-video-i740 1.3.2Matthieu Herrb
2009-11-22Update to xf86-video-dummy 0.3.2Matthieu Herrb
2009-11-22Update to xf86-video-cirrus 1.3.2Matthieu Herrb
2009-11-22Update to xf86-video-chips 1.2.2Matthieu Herrb
2009-11-22Update to xf86-video-ast 0.89.9Matthieu Herrb
2009-11-22Update xf86-video-ark to 0.7.2Matthieu Herrb
2009-11-22Update xf86-video-apm to 1.2.2Matthieu Herrb
2009-11-22Update to xf86-input-joystick 1.5.0Matthieu Herrb
2009-11-22Update xf86-input-void to version 1.3.0Matthieu Herrb
2009-11-22Update xf86-input-vmmouse to version 12.6.5Matthieu Herrb
2009-11-22update xf86-input-acecad to 1.4.0.Matthieu Herrb
2009-10-19pass the real framebuffer depth to xf86SetDepthBpp() instead of lettingMatthieu Herrb
it guess. This lets xf86-video-wsfb on TGA framebuffers on alpha whithout setting weights and fbpp explicitely.
2009-10-11update to xf86-video-geode 2.11.6. Tested on a Alix 3C3.Matthieu Herrb
2009-10-10update to xf86-video-nv 2.1.15. Tested by espie@ (not better,Matthieu Herrb
but not worse either on his hardware).
2009-10-03Update for newer Xinput ABI.Matthieu Herrb
2009-09-27Adapt to the new UDLIO_DAMAGE ioctl behaviour of udl(4).Marcus Glocker
2009-09-24wsudl(4) / udl(4) works on NetBSD as well now.Marcus Glocker
From FUKAUMI Naoki
2009-09-23If udl is to busy to process our UDLIO_DAMAGE drawing request, let wsudlMarcus Glocker
sleep for a bit before retrying, so we don't overload the kernel by busy looping. Tested and agreed matthieu@
2009-09-22XF86Config -> xorg.conf in comments.Matthieu Herrb
2009-09-22Initial Xorg driver to support DisplayLink USB display devices usingMarcus Glocker
the udl(4) device driver over wsdisplay(4). OK matthieu@, miod@
2009-09-13Same fix as in wsfb:Matthieu Herrb
Call shadowRemove() in wsfbCloseScreen(). This fixes a free memory dereference on exit. Hint by Daniel Stone. Thanks.
2009-09-13Call shadowRemove() in wsfbCloseScreen(). This fixes a freeMatthieu Herrb
memory dereference on exit. Hint by Daniel Stone. Thanks.
2009-09-10backport a bugfix from upstream:Owain Ainsworth
Fix 945GM VT switch in UMS Bug #19578. We should set private intel_crtc state according to current, as fail to do so pipe A needs active won't be taken care of. Also make sure pipe swap operation always set during VT switch. This also fixes the *other* x40 lid problem (which happens when you suspend, then you shut the lid in dont'-suspend-on-lid mode. the reasoning for the PipeA quirk I finally found: On some platforms, the firmware may read & write GPU registers on lid close, suspend/resume time or during various SMM events. If one of the graphics pipes is disabled at that time, the GPU may hang due to the programming dependencies of the various registers. So essentially, without this patch, if you have this quirk and you shut the lid, you're hosed, but y'know drivers in userland are great. So are BIOS writers. requested by deraadt@, who keeps getting this issue when he's on a plane.
2009-09-06On powerpc, only set "UseFBDev" option to true by default on Linux.Matthieu Herrb
2009-09-06MFC: enable build with recent input ABI.Matthieu Herrb
2009-08-25Remove compat directories that are not needed here. ok oga@.Matthieu Herrb
2009-08-25update do xf86-video-ati 6.12.2Matthieu Herrb
This has been in snapshots for weeks. ok oga@, todd@.
2009-08-06Pull in some code from 2.8 and current so that dri2 works correctly withOwain Ainsworth
xserver 1.6.2. When dri2 is not in use, this commit does nothing. ok matthieu@
2009-07-19Disable hardware cursor before we exit. From NetBSD.Mark Kettenis
ok oga@