summaryrefslogtreecommitdiff
path: root/hw/kdrive/pcmcia
AgeCommit message (Collapse)AuthorFilesLines
2008-05-16The great kdrive purge.Adam Jackson7-2577/+0
Most of these drivers didn't work. ati was the only one that even came close. The igs, ipaq, itsy, pcmcia, savage, sis530, trident, trio, ts300, and vxworks directories have never built since modularisation, so clearly no one can miss them.
2007-06-29Death to RCS tags.Adam Jackson7-8/+0
2006-10-23kdrive/lots of DDXes: make stubs use KdOsAddInputDrivers()Daniel Stone1-1/+2
In theory, removing LinuxPciScan should make these drivers OS-independent.
2005-12-27Remove Imakefiles.Adam Jackson1-13/+0
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson5-5/+5
2003-11-18Added infrastructure for driver specific usage messages and added vesaSeth W. Klein1-0/+6
usage message.
2003-09-11Get Xvesa buildingKeith Packard5-0/+15
2003-09-11Start autoifying everything.Anders Carlsson2-2/+2
2003-07-07Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, addKeith Packard8-9/+9
-rawcoord option to not transform mice on rotate, fix mtrr to use power-of-two size, add a few vesa options
2002-10-18Fix additions of RandR support in kmode.cKeith Packard1-12/+13
2002-10-14Add refresh rates to RandR (v1.1)Keith Packard3-376/+325
2002-10-13Custom file for rotating pcmcia screensKeith Packard1-0/+332
2001-10-12kdrive: add new auto-detecting and auto-switching mouse driverKeith Packard1-2/+2
2001-07-20Too many changes, but all in kdrive:Keith Packard1-2/+2
Add support for global screen origins (-origin option), handles both Xinerama and mouse crossings. Fix XV enable/disable sequences -- can't use card wrappers as cards have more than one screen. Change vesa/fbdev to use new depth-independent rotation shadow update Fix vesa to allow starting rotation value (again) Make vesa driver write all colormap changes in one INT10 call
2001-06-21Fix screen physical size in RandR code for kdrive fbdev and pcmcia serversKeith Packard1-1/+9
2001-06-20Add RandR support to the Kdrive pcmcia driver.Alan Hourihane2-10/+326
2001-06-05fix some warnings due to new shadow codeAlan Hourihane1-7/+7
2001-05-29Fix Xipaq build after layer/RandR additionsKeith Packard1-19/+25
2001-05-23Add PCMCIA server for HP VGA Out PC Card and the Voyager VGA Card. Use onAlan Hourihane7-0/+1964
the Compaq IPAQ. Use -listmodes to see supported modes. Hack the touchscreen driver to work as a mouse pad for the VGA screen. Fixup key bindings so xmodmap can remap IPAQ's buttons as mouse buttons.