]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/sab.4
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / share / man / man4 / sab.4
1 .\"     $OpenBSD: sab.4,v 1.6 2003/06/06 10:29:42 jmc Exp $
2 .\"
3 .\" Copyright (c) 2001 Jason L. Wright (jason@thought.net)
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 AUTHOR ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18 .\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
19 .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21 .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
23 .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
24 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 .\" POSSIBILITY OF SUCH DAMAGE.
26 .\"
27 .\" $FreeBSD$
28 .\"
29 .Dd October 29, 2001
30 .Dt SAB 4 sparc64
31 .Os
32 .Sh NAME
33 .Nm sab
34 .Nd Infineon SAB82532 (ESCC2) serial communications driver
35 .Sh SYNOPSIS
36 .Cd "device sab"
37 .Sh DESCRIPTION
38 The
39 .Nm
40 is a
41 .Tn Infineon
42 (formerly
43 .Tn Siemens )
44 SAB82532 (ESCC2) serial interface chip used in PCI-based UltraSPARC
45 .Tn Sun
46 workstations.
47 The ESCC2 provides two independent input/output channels per instance.
48 These chips are normally used to provide RS-423 and RS232 serial ports
49 for general purpose use.
50 .Pp
51 The
52 .Nm
53 driver supports all of the standard
54 .Xr tty 4
55 ioctl calls.
56 The status of the DTR, RTS, CTS, and DCD signals can be queried with
57 .Dv TIOCMGET
58 command, but, due to limitations in the hardware,
59 only the DTR and RTS signals can be modified with
60 .Dv TIOCMSET , TIOCMBIC ,
61 and
62 .Dv TIOCMBIS
63 .Xr ioctl 2
64 commands.
65 .Sh FILES
66 .Bl -tag -width ".Pa /dev/tty[a-b]" -compact
67 .It Pa /dev/tty[a-b]
68 Serial ports.
69 .El
70 .Sh SEE ALSO
71 .Xr ioctl 2 ,
72 .Xr intro 4 ,
73 .Xr tty 4
74 .Sh HISTORY
75 The
76 .Nm
77 driver first appeared in
78 .Fx 5.1 .
79 .Sh BUGS
80 The
81 .Nm
82 does not support
83 .Pa cua
84 minor devices.