diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-10 16:41:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-10 16:41:19 +0000 |
commit | 49dfecc97723001ebb585be1be6764fc94db0ba5 (patch) | |
tree | a65509a055e579dbb854e2de35a3bceb0e2698d1 /sys | |
parent | 9627dd4e1c203f5e539a4acc0f089f62896eefff (diff) |
reflect reality
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 | 67 |
1 files changed, 10 insertions, 57 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 index aaa270fa7e2..b48446e3bd7 100644 --- a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 +++ b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pcvt.4,v 1.6 1998/08/10 16:41:18 millert Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis, Brian Dunford-Shore, .\" Joerg Wunsch and Holger Veit. @@ -41,23 +42,16 @@ .\" updated for final rel 3.00 (-hm) .\" removed references to 386BSD (-hm) .\" -.Dd February 27, 1994 +.Dd Auguest 10, 1998 .Os .Dt PCVT 4 .Sh NAME .Nm pcvt .Nd PC console virtual screen system .Sh SYNOPSIS -options -.Do -.Em PCVT_FREEBSD = version -| -.Em PCVT_NETBSD = version -.Dc +.Op option Dq Em PCVT_NSCREENS = number .br -.Op options Dq Em PCVT_NSCREENS = number -.br -.Op options Dq Em PCVT_XXXX +.Op option Dq Em PCVT_XXXX .Po see .Sx Configuration @@ -69,12 +63,9 @@ device at .Em isa? port -.Dq Em IO_KBD -.Em tty +.Em 0x60 irq .Em 1 -vector -.Em pcrint .Sh DESCRIPTION .Ss Overview The @@ -175,54 +166,17 @@ Help you to make money... .Ss Configuration The .Nm pcvt -console driver is currently available for the Intel-based BSD operating -systems -.Em NetBSD/i386 Pq release 0.9 or higher, -and -.Em FreeBSD Pq release 1.0-GAMMA or higher . -In order to get the appropriate system support, one of the options -.Em PCVT_NETBSD , -or -.Em PCVT_FREEBSD -must be defined in the system's config file -.Pq see Xr config 8 . -In addition, for the -.Em FreeBSD -and -.Em NetBSD -operating systems, it is necessary to set this option to the operating -system's version number. -For -.Em FreeBSD -this version number must be expressed as a 3-digit number. -E.\& g., if you are running the 1.0 release -.Pq which is actually version 1.0.2 , -you should define - -.Em PCVT_FREEBSD = 102 - -For -.Em NetBSD -this version number must be expressed as 9 if you are running NetBSD 0.9 -and anything greater than 9 for NetBSD-current (pre 1.0). It is recommended -to use (as with FreeBSD) 100 for NetBSD 1.0 and 999 for NetBSD-current. -E.\& g., if you are running the NetBSD 1.0 release, you should define - -.Em PCVT_NETBSD = 100 - -The -.Nm pcvt driver has been designed to be highly configurable in order to satisfy everyone's needs. The preferred way for those configurations is to provide appropriate -.Em options +.Em option lines within the config file, possibly overriding the built-in default values. Therefore it is possible to compile several distinct kernels with different driver behaviour on a single machine. The following list gives a short overview of the available configuration options. Refer to the file -.Pa i386/isa/pcvt/pcvt_hdr.h +.Pa arch/i386/isa/pcvt/pcvt_hdr.h in the kernel source tree for detailed documentation. Note: the following conventions apply to all the Boolean options. @@ -261,7 +215,7 @@ If enabled, a blinking-star screensaver is used. If disabled, the screen is simply blanked .Pq which might be useful for energy-saving monitors . .br -Default: on +Default: off .It Em PCVT_CTRL_ALT_DEL If enabled, the key combination @@ -316,7 +270,7 @@ Default: off Note that there are further options available which are mainly used for debugging purposes or as a workaround for hardware problems. They are found in -.Pa i386/isa/pcvt/pcvt_hdr.h +.Pa arch/i386/isa/pcvt/pcvt_hdr.h along with their documentation. .Ss Internal Functions @@ -832,7 +786,7 @@ function calls Device nodes to access the .Nm pcvt driver -.It Pa i386/isa/pcvt/pcvt_hdr.h +.It Pa arch/i386/isa/pcvt/pcvt_hdr.h .Pq relative to the kernel source tree Documents the various compile-time options to tailor .Nm pcvt . @@ -866,7 +820,6 @@ implementation Holger Veit .Pq veit@du9ds3.uni-duisburg.de, now veit@first.gmd.de .Sh SEE ALSO -.Xr pc 4 , .Xr config 8 , .Xr intro 2 , .Xr ioctl 2 . |