xref: /netbsd/share/man/man4/man4.vax/cons.4 (revision bf9ec67e)
1.\"	$NetBSD: cons.4,v 1.9 2002/02/13 08:18:06 ross Exp $
2.\"
3.\" Copyright (c) 1980, 1991, 1993
4.\"	The Regents of the University of California.  All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software
15.\"    must display the following acknowledgement:
16.\"	This product includes software developed by the University of
17.\"	California, Berkeley and its contributors.
18.\" 4. Neither the name of the University nor the names of its contributors
19.\"    may be used to endorse or promote products derived from this software
20.\"    without specific prior written permission.
21.\"
22.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\"     from: @(#)cons.4	8.1 (Berkeley) 6/5/93
35.\"
36.Dd June 5, 1993
37.Dt CONS 4 vax
38.Os
39.Sh NAME
40.Nm cons
41.Nd VAX-11 console interface
42.Sh DESCRIPTION
43The console is available to the processor through the console registers.
44It acts like a normal terminal, except that when the local functions are
45not disabled,
46.Ic \&^P
47(control-P) puts the console in local console mode (where
48the prompt is
49.Sq Li \*[Gt]\*[Gt]\*[Gt] ) .
50The operation of the console in this mode varies
51slightly per-processor.
52.Ss Tn VAX No 11/780 or 785
53On either the
54.Tn VAX
5511/780 or 785 the following commands may be used
56after placing the console in local mode with
57.Ic ^P .
58.Pp
59.Bl -tag -width continue -compact -offset 4n
60.It Ic c
61.It Ic continue
62Re-enter conversational mode
63if the processor was halted.
64.Pp
65.It Ic h
66.It Ic halt
67Halt the CPU.
68On an 11/780 or 785
69the processor is not stopped by entering local console mode.
70.Pp
71.It Ic set t p
72(set terminal program)
73Re-enter conversational mode
74if the processor is still
75running.
76.Pp
77.It Ic P
78(proceed)
79Get out of
80.Tn ODT
81mode.
82.Pp
83.It Ic \*[Lt]break\*[Gt]
84If you hit the break key on the console, then the console
85.Tn LSI Ns -11
86will go into
87.Tn ODT
88(console debugger mode).
89.El
90.Ss Tn VAX No 11/750 or 11/730
91On an 11/750
92or an 11/730
93the processor is halted whenever the console is not in conversational mode.
94.Pp
95.Bl -tag -width continue -compact -offset 4n
96.It Ic C
97Return to conversational mode.
98.Pp
99.It Ic ret
100Return from remote diagnosis mode to local console
101mode.
102.Pp
103.It Ic \&^D
104(11/750 only)
105When in console mode on an 11/750 which has a remote diagnosis module,
106a
107.Ic \&^D
108will put you in remote diagnosis mode, where the prompt will be
109.Ql RDM\*[Gt] .
110.El
111.Ss Tn VAX No 8600 or 8650
112The
113.Tn VAX
1148600 (8650) console normally works in the same way as the 11/750,
115except that there are many additional modes and commands.
116.Pp
117.Bl -tag -width continue -compact -offset 4n
118.It Ic c
119.It Ic continue
120Return to
121conversational mode.
122.Pp
123.It Ic halt
124Halt the processor if
125.Tn HEX
126debug enabled.
127.Pp
128.It Ic p
129Halt the processor if in normal mode.
130.El
131.Pp
132With the above proviso's the console works like any other
133.Ux
134terminal.
135.Sh FILES
136.Bl -tag -width /dev/console -compact
137.It Pa /dev/console
138.El
139.Sh SEE ALSO
140.Xr tty 4 ,
141.Xr reboot 8
142.Rs
143.%T "VAX Hardware Handbook"
144.Re
145.Sh HISTORY
146The
147.Nm cons
148interface
149appeared in
150.Bx 4.0 .
151