|
|
1.1 root 1: .\" Copyright (c) 1983 The Regents of the University of California.
2: .\" All rights reserved.
3: .\"
4: .\" Redistribution and use in source and binary forms are permitted provided
5: .\" that: (1) source distributions retain this entire copyright notice and
6: .\" comment, and (2) distributions including binaries display the following
7: .\" acknowledgement: ``This product includes software developed by the
8: .\" University of California, Berkeley and its contributors'' in the
9: .\" documentation or other materials provided with the distribution and in
10: .\" all advertising materials mentioning features or use of this software.
11: .\" Neither the name of the University nor the names of its contributors may
12: .\" be used to endorse or promote products derived from this software without
13: .\" specific prior written permission.
14: .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
15: .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
16: .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17: .\"
18: .\" @(#)vv.4 6.4 (Berkeley) 6/23/90
19: .\"
20: .TH VV 4 "June 23, 1990"
21: .UC 5
22: .SH NAME
23: vv \- Proteon proNET 10 Megabit ring
24: .SH SYNOPSIS
25: .B "device vv0 at uba0 csr 0161000 vector vvrint vvxint"
26: .SH DESCRIPTION
27: The
28: .I vv
29: interface provides access to a 10 Mb/s Proteon proNET ring network.
30: .PP
31: The network address of the interface must be specified with an
32: an SIOCSIFADDR ioctl before data can be transmitted or received.
33: It is only permissible to change the network address while the
34: interface is marked "down".
35: .PP
36: The host's hardware address is discovered by putting the interface in
37: digital loopback mode (not joining the ring) and sending a broadcast
38: packet from which the hardware address is extracted.
39: .PP
40: Transmit timeouts are detected through use of a watchdog routine.
41: Lost input interrupts are checked for when packets are sent out.
42: .PP
43: If the installation is running CTL boards which use the old broadcast
44: address of 0 instead of the new address of 0xff, the define OLD_BROADCAST
45: should be specified in the driver.
46: .PP
47: The driver can use ``trailer'' encapsulation to minimize copying
48: data on input and output.
49: This may be disabled, on a per-interface basis,
50: by setting the IFF_NOTRAILERS flag with an SIOCSIFFLAGS ioctl.
51: .SH DIAGNOSTICS
52: .PP
53: \fBvv%d: host %d\fP. The software announces the host
54: address discovered during autoconfiguration.
55: .PP
56: \fBvv%d: can't initialize\fP. The software was unable to
57: discover the address of this interface, so it deemed
58: "dead" will not be enabled.
59: .PP
60: \fBvv%d: error vvocsr=%b\fP. The hardware indicated an error on
61: the previous transmission.
62: .PP
63: \fBvv%d: output timeout\fP. The token timer has fired and the
64: token will be recreated.
65: .PP
66: \fBvv%d: error vvicsr=%b\fP. The hardware indicated an error
67: in reading a packet off the ring.
68: .PP
69: \fBen%d: can't handle af%d\fP. The interface was handed
70: a message with addresses formatted in an unsuitable address
71: family; the packet was dropped.
72: .PP
73: \fBvv%d: vs_olen=%d\fP. The ring output routine has been
74: handed a message with a preposterous length. This results in
75: an immediate
76: .IR "panic: vs_olen" .
77: .SH SEE ALSO
78: netintro(4), inet(4)
79: .SH BUGS
80: The encapsulation of trailer packets in the 4.2BSD version of this driver
81: was incorrect (the packet type was in VAX byte order).
82: As a result, the trailer encapsulation in this version is not compatible
83: with the 4.2BSD VAX version.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.