xref: /netbsd-src/share/man/man4/man4.sparc64/sab.4 (revision 404fbe5fb94ca1e054339640cabb2801ce52dd30)
1.\"	$NetBSD: sab.4,v 1.3 2008/04/30 13:10:56 martin 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
3582532 Enhanced Serial Communication Controller (ESCC2)
36.Sh SYNOPSIS
37.Cd "sab*    at ebus?"
38.Cd "sabtty* at sab? channel ?"
39.Sh DESCRIPTION
40The
41.Nm
42driver provides
43.Tn TTY
44support for the
45.Tn Infineon
46(previously
47.Tn Siemens )
4882532 serial communications interface found in Sun Ultra 5/10
49workstations.
50.Pp
51Input and output speeds for each line may be set to any baud rate in the
52following list: 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400,
534800, 9600, 19200, 38400, 57600, 76800, 115200, 153600, 230400, 307200,
54460800, 614400, 921600.
55.Sh FILES
56.Bl -tag -width XdevXttyh0X
57.It Pa /dev/ttyh[01]
58serial ports
59.El
60.Sh DIAGNOSTICS
61.Bl -tag -width indent
62.It sab*: ring overflow
63The software input
64.Qq ring
65has overflowed.
66This 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
73The
74.Nm sabtty
75driver first appeared in
76.Ox 3.1
77and was then ported to
78.Nx 2.0 .
79.Sh AUTHORS
80.An Jason L. Wright
81