Commit Graph

27 Commits

Author SHA1 Message Date
augustss 5581662866 Document WSKBD_EVENT_AUTOREPEAT. 2005-05-04 10:54:51 +00:00
wiz 140a83e4cc Break line at appropriate place, and bump date for new WSKBD_USONLY option. 2004-10-04 01:08:28 +00:00
hubertf fa3cdcf564 Add & document WSKBD_USONLY: In order to strip down the space usage of wscons,
all keymaps except the US english one can be removed from the kernel
with this option, which results in a space gain of about 10kB.

XXX it would be nice if we could strip down more kernel facilities
2004-10-04 00:20:23 +00:00
jmmv 10415be889 Add 2004 to copyright date, as there have been significant changes lately. 2004-07-30 15:18:44 +00:00
jmmv 92f81ea7d3 Implement support to dynamically change wscons console and kernel colors.
Two new ioctls are added to the wsdisplay device, named WSDISPLAY_GMSGATTRS
and WSDISPLAY_SMSGATTRS, used to retrieve the actual values and set them,
respectively (the name, if you are wondering, comes from "message attributes").

A new emulop is added to the underlying display driver (only vga, for now)
which sets the new attribute for the whole screen, without having to clear
it.  This is optional, which means that this also works with other drivers
that don't have this new operation.

Five new kernel options have been added, although only documented in
i386 kernels (for now):
- WSDISPLAY_CUSTOM_OUTPUT, which enables the ioctls described above to
  change the colors dynamically from userland.  This is enabled by default
  in the GENERIC kernel (as well as others) but disabled on all INSTALL*
  kernels (as this feature is useless there).
- WS_DEFAULT_COLATTR, WS_DEFAULT_MONOATTR, WS_DEFAULT_BG and WS_DEFAULT_FG,
  which specify the default colors for the console at boot time.  These have
  the same meaning as the (already existing) WS_KERNEL_* variables.

wsconsctl is modified to add msg.default.{attrs,bg,fg} and
msg.kernel.{attrs,bg,fg} to the display part, so that colors can be changed
after boot.

Tested on NetBSD/i386 with vga (and vga in mono mode), and on NetBSD/mac68k.
No objections in tech-kern@.
2004-07-28 12:34:02 +00:00
hubertf 810f44f51e Give an idea what wscons stands for, bump date. 2004-02-26 23:03:58 +00:00
jdolecek 3c6eec6e52 /usr/include/dev/wscons/wsdisplayvar.h isn't installed anymore; reference
src/sys/dev/wscons/wsdisplayvar.h instead (anyone compiling
kernel has this readily available)
fixes PR misc/19617 by Igor Sobrado
2003-01-04 18:12:37 +00:00
uebayasi c0ce4d9d69 Add .Xrefs to wscons(9) and cousins. 2002-09-18 11:56:28 +00:00
wiz 50ae89bcee Remove superfluous quotation marks in options. Noted by Julio Merino
ing misc/17623.
2002-07-17 19:36:30 +00:00
ross f97914a629 English 2001-11-29 23:14:39 +00:00
wiz 9c2315c5c5 Fix paragraph problems, sort sections, sort Xrefs in SEE ALSO, and other
miscellaneous fixes.
2001-09-11 23:18:55 +00:00
hubertf 1aecee892f Add WSCOMPAT_USL_SYNCTIMEOUT, WS_KERNEL_MONOATTR, WS_KERNEL_COLATTR
to synopsis. Partly by Dominik Rothert <dr@astorit.com>.
2000-12-26 13:02:18 +00:00
wiz 81fb8fda76 wscons include files live in /usr/include/dev/wscons, not /usr/include/wscons 2000-10-27 10:59:48 +00:00
bjh21 16ad58a09c Clean up whitespace glitches.
Use subsections where appropriate.
2000-10-03 15:10:57 +00:00
ad 82759dbdf5 Use .{B,Bs,F,N,O}x and fix miscellaneous errors. 2000-09-21 10:43:49 +00:00
drochner f518286a27 fix typo 2000-05-02 19:02:28 +00:00
is a11e71c0f9 Clarify language. Fixes PR 9708 by Matthew R. Green. 2000-04-13 11:14:42 +00:00
augustss a1006f8ac5 Fix some typos, xrefs, etc. 1999-12-06 14:52:08 +00:00
augustss 3d3f77c49e Add the wsmux pseudo device. 1999-07-29 18:20:02 +00:00
augustss 456ec1a005 Make the copyrights conform to the standard. 1999-04-13 20:25:28 +00:00
drochner 1c56d6a237 document some more options 1999-03-29 19:54:23 +00:00
drochner 806de9566f descibe the termnal emulation options, explain the meaning of the
compatibility options
1999-03-27 21:12:05 +00:00
drochner fba9742963 add some manpages for wscons framework and devices 1999-03-22 19:15:01 +00:00
augustss fa65d59422 Add more xrefs. 1999-02-03 21:27:02 +00:00
drochner 27521ad6ea add xrefs to wsconscfg(8) and wsconsctl(1) 1999-02-03 19:49:31 +00:00
drochner aa1401cde7 update for busmouse support and psm->pms renaming 1999-01-30 18:01:24 +00:00
augustss 34736fe9df Add wscons(4) man page and xref it from USB driver pages. 1998-07-26 17:50:12 +00:00