No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / man4.sparc64 / sab.4
blob56cd66852495113fa58e8e56c2fcbdeb9a51865f
1 .\"     $NetBSD: sab.4,v 1.2 2005/01/21 15:06:17 wiz Exp $
2 .\"
3 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
4 .\" 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 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 .\" POSSIBILITY OF SUCH DAMAGE.
26 .\"
27 .Dd October 29, 2003
28 .Dt SAB 4 sparc64
29 .Os
30 .Sh NAME
31 .Nm sab ,
32 .Nm sabtty
33 .Nd
34 .Tn Infineon
35 82532 Enhanced Serial Communication Controller (ESCC2)
36 .Sh SYNOPSIS
37 .Cd "sab*    at ebus?"
38 .Cd "sabtty* at sab? channel ?"
39 .Sh DESCRIPTION
40 The
41 .Nm
42 driver provides
43 .Tn TTY
44 support for the
45 .Tn Infineon
46 (previously
47 .Tn Siemens )
48 82532 serial communications interface found in Sun Ultra 5/10
49 workstations.
50 .Pp
51 Input and output speeds for each line may be set to any baud rate in the
52 following list: 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, 
53 4800, 9600, 19200, 38400, 57600, 76800, 115200, 153600, 230400, 307200, 
54 460800, 614400, 921600.
55 .Sh FILES
56 .Bl -tag -width XdevXttyh0X
57 .It Pa /dev/ttyh[01]
58 serial ports
59 .El
60 .Sh DIAGNOSTICS
61 .Bl -tag -width indent
62 .It sab*: ring overflow
63 The software input
64 .Qq ring
65 has overflowed.
66 This usually means input flow-control is not configured correctly
67 .Pq i.e. incorrect cable wiring .
68 .El
69 .Sh SEE ALSO
70 .Xr tty 4 ,
71 .Xr zstty 4
72 .Sh HISTORY
73 The
74 .Nm sabtty
75 driver first appeared in
76 .Ox 3.1
77 and was then ported to
78 .Nx 2.0 .
79 .Sh AUTHORS
80 .An Jason L. Wright