]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/sab.4
This commit was generated by cvs2svn to compensate for changes in r125820,
[FreeBSD/FreeBSD.git] / share / man / man4 / sab.4
1 .\"     $FreeBSD$
2 .\"     $OpenBSD: sab.4,v 1.6 2003/06/06 10:29:42 jmc Exp $
3 .\"
4 .\" Copyright (c) 2001 Jason L. Wright (jason@thought.net)
5 .\" All rights reserved.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19 .\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
20 .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22 .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
24 .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
25 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 .\" POSSIBILITY OF SUCH DAMAGE.
27 .\"
28 .Dd October 29, 2001
29 .Dt SAB 4 sparc64
30 .Os
31 .Sh NAME
32 .Nm sab
33 .Nd Infineon SAB82532 (ESCC2) serial communications driver
34 .Sh SYNOPSIS
35 .Cd "device sab"
36 .Sh DESCRIPTION
37 The
38 .Nm
39 is a
40 .Tn Infineon
41 (formerly
42 .Tn Siemens )
43 SAB82532 (ESCC2) serial interface chip used in PCI-based UltraSPARC
44 .Tn Sun
45 workstations.
46 The ESCC2 provides two independent input/output channels per instance.
47 These chips are normally used to provide RS-423 and RS232 serial ports
48 for general purpose use.
49 .Pp
50 The
51 .Nm
52 driver supports all of the standard
53 .Xr tty 4
54 ioctl calls.
55 The status of the DTR, RTS, CTS, and DCD signals can be queried with
56 TIOCMGET command, but, due to limitations in the hardware,
57 only the DTR and RTS signals can be modified with TIOCMSET, TIOCMBIC,
58 and TIOCMBIS
59 .Xr ioctl 2
60 commands.
61 .Sh FILES
62 .Bl -tag -width /dev/ttyh[0-1] -compact
63 .It /dev/tty[a-b]
64 Serial ports
65 .El
66 .Sh SEE ALSO
67 .Xr ioctl 2 ,
68 .Xr intro 4 ,
69 .Xr tty 4
70 .Sh HISTORY
71 The
72 .Nm
73 driver first appeared in
74 .Fx 5.1 .
75 .Sh BUGS
76 The
77 .Nm
78 does not support cua minor devices.