summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl
AgeCommit message (Collapse)Author
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-21options w/o args come before options which take args;Jason McIntyre
2007-05-20add a -f option to allow specifing an alternativeRobert Nagy
control device; "put it in" miod@
2007-05-08Introduce the mouse.rawmode and mouse.scale fields forRobert Nagy
touchscreen calibration via ioctls. ok miod@
2006-07-24Build wscons stuff on vax (but no for bsd.rd yet)Miod Vallat
2006-07-24Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) andMiod Vallat
Blaz Antonic's work, no acceleration yet, untested due to the lack of hardware, but enough sacrifices were made to the RAMDAC Gods.
2006-06-06oopsTheo de Raadt
2006-06-06System build pieces for armish arch.Dale Rahn
2006-05-09Administrative changes for aviion, ok deraadt@Miod Vallat
2006-04-14Minimal support for the HP98705 ``Tigershark'' TurboVRX frame bufferMiod Vallat
(using an overlay plane only for now). Bootblocks, text console and X11 are supported.
2006-04-01Do not attempt to print parameters which turned out to be dead; fixes PR#5066.Miod Vallat
2006-02-14Define a wsdisplay type for the Sun ZX/Leo frame buffer.Miod Vallat
2006-01-09Introduce a wsdisplay type for mac68k frame buffers; we might need to becomeMiod Vallat
less generic in the future, though.
2006-01-04Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouseMiod Vallat
drivers, and to wscons as the console; a few parts borrowed from OpenBSD/macppc as well. Currently only working with displays configured in 1bpp or 8bpp modes; this limitation will be worked on ASAP. Tested by claudio@ kettenis@ martin@ nick@ and I on various models. X11 changes coming soon.
2005-05-31fix a typo, touch-pannel -> touch-panelBrad Smith
From: Chris Kuethe via PR 4232
2005-04-22Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series.Miod Vallat
Claims the console keyboard if a keyboard is detected at boot time, otherwise HIL is preferred (but due to wsmux both can be used simultaneously).
2005-04-04ugh. vax has no wscons either; pt out by deraadt@Michael Shalayeff
2005-03-29simplify machine chekc now that almost everything has wsconsMichael Shalayeff
2005-01-17PXALCD type.Dale Rahn
2005-01-14Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.Miod Vallat
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression.
2005-01-14zaurus entry, ok miod@Dale Rahn
2005-01-13build on zaurus too, after further discusssion, because MANSUBDIR needsDale Rahn
updating it will be explicit MACHINE
2004-11-19repair display.focus pokus; from janjaap@ in pr#3990Michael Shalayeff
2004-08-09minor cleanupTheo de Raadt
2004-08-06add sgiPer Fogelstrom
2004-07-30mark down some punctuation, and sync usage();Jason McIntyre
2004-06-23make -w optional; ok miod@David Krause
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree.
2004-04-24Compile the basic wscons userland tools on luna88k.Miod Vallat
2004-04-24Define wscons device ids for the Luna devices.Miod Vallat
2004-03-04one missed kbd typeMichael Shalayeff
2004-03-01Define a wsdisplay type for rfx; ok deraadt@Miod Vallat
2004-02-09Add cats to MANSUBDIRS, missed when cats was added to the top of the file.Dale Rahn
ok deraadt@
2004-01-29oops missing \Theo de Raadt
2004-01-29will be needed for cats tooTheo de Raadt
2004-01-28Repair build links for pegosos, and also build for amd64Theo de Raadt
2004-01-05include path fixes for gcc3.Marc Espie
tests otto@, okay millert@
2003-11-07- document /etc/kbdtypeJason McIntyre
- sort options list and FILES - put example descriptions before examples and indent them ok mickey@
2003-10-31These should build on pegasosDale Rahn
2003-07-10add missing includesDavid Krause
ok deraadt@ millert@ tedu@
2003-06-17New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445Miod Vallat
combination, found on the Tadpole SPARCbook 3 only (later model use the Power9100 and are already supported). Untested for lack of hardware and volunteers, but carefully crafted; if it does not work out of the box, this should be a good starting point. "worth having in the tree" millert@
2003-06-03- section reorderJason McIntyre
- some mdoc fixes
2003-05-20typo;Jason McIntyre
2003-05-14The ramdac's hater club is proud to present new yet another SBus frameMiod Vallat
bufer driver, this time for the Southland Media Systems (now Quantum 3D) MGX and MGXPlus cards. Not complete, but a good start.
2003-03-28add a whole bunch of display types (will be used by the accelerated XJason Wright
stuff coming soon to a tree near you).
2003-03-12more .LiTheo de Raadt
2003-03-07don't print out the complete keyboard map when changed; ok miod@Markus Friedl
2003-02-12Define a wsmouse type for HIL mice.Miod Vallat
2003-02-11Define an HIL wscons keyboard type.Miod Vallat
2003-02-05grok sti type wsdisplayMichael Shalayeff