Remove stli(4). Also remove ISA support from stl(4).
[dragonfly.git] / share / man / man4 / man4.i386 / stl.4
1 .\" Copyright (c) 1996-1998 Greg Ungerer (gerg@stallion.oz.au).
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by Greg Ungerer.
15 .\" 4. Neither the name of the author nor the names of any co-contributors
16 .\"    may be used to endorse or promote products derived from this software
17 .\"    without specific prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
23 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 .\" SUCH DAMAGE.
30 .\"
31 .\" $FreeBSD: src/usr.sbin/stallion/bootcode/stl.4,v 1.8.2.5 2001/12/14 16:41:52 ru Exp $
32 .\"
33 .Dd December 1, 2012
34 .Dt STL 4 i386
35 .Os
36 .Sh NAME
37 .Nm stl
38 .Nd "driver for Stallion Technologies multiport serial controllers"
39 .Sh SYNOPSIS
40 .Cd "device stl"
41 .Sh DESCRIPTION
42 The
43 .Nm
44 driver supports the Stallion Technologies EasyIO,
45 EasyConnection 8/32 and
46 EasyConnection 8/64-PCI multiport serial boards.
47 .Sh CONFIGURATION
48 Configuration of the hardware - DIP switches, jumpers, etc - varies
49 from board to board.
50 Consult documentation supplied with the board for hardware
51 configuration details.
52 .Sh FILES
53 .Bl -tag -width "/dev/staliomem?" -compact
54 .It Pa /dev/ttyE?
55 stl standard callin devices
56 .It Pa /dev/ttyiE?
57 stl initial-state callin devices
58 .It Pa /dev/ttylE?
59 stl lock-state callin devices
60 .It Pa /dev/cuaE?
61 stl standard callout devices
62 .It Pa /dev/cuaiE?
63 stl initial-state callout devices
64 .It Pa /dev/cualE?
65 stl lock-state callout devices
66 .It Pa /dev/staliomem?
67 board control device
68 .El
69 .Pp
70 Note that the port numbers start at 0 for port 0 of board 0.
71 Each board has 64 port slots allocated for it.
72 So the second boards ports start at 64 and go through 127.
73 .Sh SEE ALSO
74 .Xr stty 1 ,
75 .Xr termios 4 ,
76 .Xr tty 4 ,
77 .Xr comcontrol 8 ,
78 .Xr stlstats 8
79 .Sh HISTORY
80 This driver was originally developed by Greg Ungerer (gerg@stallion.com).
81 .Sh BUGS
82 Device names use integer suffixes, rather than the 0-9 a-z sequence
83 that other drivers use.
84 .Pp
85 There will be many unused ttyE device names in a system with more than
86 one card.