xref: /netbsd-src/share/man/man4/man4.vax/css.4 (revision d9158b13b5dfe46201430699a3f7a235ecf28df3)
1.\" Copyright (c) 1983, 1991 Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\"    notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\"    notice, this list of conditions and the following disclaimer in the
11.\"    documentation and/or other materials provided with the distribution.
12.\" 3. All advertising materials mentioning features or use of this software
13.\"    must display the following acknowledgement:
14.\"	This product includes software developed by the University of
15.\"	California, Berkeley and its contributors.
16.\" 4. Neither the name of the University nor the names of its contributors
17.\"    may be used to endorse or promote products derived from this software
18.\"    without specific prior written permission.
19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\"     from: @(#)css.4	6.2 (Berkeley) 3/27/91
33.\"	$Id: css.4,v 1.2 1993/08/01 07:36:35 mycroft Exp $
34.\"
35.Dd March 27, 1991
36.Dt CSS 4 vax
37.Os BSD 4.2
38.Sh NAME
39.Nm css
40.Nd
41.Tn DEC IMP-11A LH/DH IMP
42interface
43.Sh SYNOPSIS
44.Cd "pseudo-device imp device css0 \&at uba0 csr 167600 flags 10 vector cssrint cssxint"
45.Sh DESCRIPTION
46The
47.Nm css
48device provides a Local Host/Distant Host
49interface to an
50.Tn IMP .
51It is normally used when participating
52in the
53.Tn DARPA
54Internet.  The controller itself is not accessible
55to users, but instead provides the hardware support to the
56.Tn IMP
57interface described in
58.Xr imp 4 .
59The configuration entry for the
60.Xr imp
61must also include the
62.Em pseudo-device
63as shown above.
64.Sh DIAGNOSTICS
65.Bl -diag
66.It css%d: not alive.
67The initialization routine was entered even though the device
68did not autoconfigure.  This is indicates a system problem.
69.Pp
70.It css%d: can't initialize.
71Insufficient
72.Tn UNIBUS
73resources existed to initialize the device.
74This is likely to occur when the device is run on a buffered
75data path on an 11/750 and other network interfaces are also
76configured to use buffered data paths, or when it is configured
77to use buffered data paths on an 11/730 (which has none).
78.Pp
79.It css%d: imp doesn't respond, icsr=%b.
80The driver attempted to initialize the device, but the
81.Tn IMP
82failed to respond after 500 tries.  Check the cabling.
83.Pp
84.It css%d: stray output interrupt csr=%b.
85An interrupt occurred when no output had previously been started.
86.Pp
87.It css%d: output error, ocsr=%b icsr=%b.
88The device indicated a problem sending data on output.
89.Pp
90.It css%d: recv error, csr=%b.
91The device indicated a problem receiving data on input.
92.Pp
93.It css%d: bad length=%d.
94An input operation resulted in a data transfer of less than
950 or more than 1008 bytes of
96data into memory (according to the word count register).
97This should never happen as the maximum size of a
98.Pf host- Tn IMP
99message is 1008 bytes.
100.El
101.Sh HISTORY
102The
103.Nm
104interface appeared in
105.Bx 4.2 .
106