]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - share/man/man4/uslcom.4
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / share / man / man4 / uslcom.4
1 .\"     $OpenBSD: uslcom.4,v 1.6 2007/10/08 03:10:42 jcs Exp $
2 .\"
3 .\" Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
4 .\"
5 .\" Permission to use, copy, modify, and distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
8 .\"
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 .\"
17 .\" $FreeBSD$
18 .\"
19 .Dd May 31, 2007
20 .Dt USLCOM 4
21 .Os
22 .Sh NAME
23 .Nm uslcom
24 .Nd Silicon Laboratories CP2101/CP2102 based USB serial adapter
25 .Sh SYNOPSIS
26 To compile this driver into the kernel,
27 place the following lines in your
28 kernel configuration file:
29 .Bd -ragged -offset indent
30 .Cd "device uslcom"
31 .Ed
32 .Pp
33 Alternatively, to load the driver as a
34 module at boot time, place the following line in
35 .Xr loader.conf 5 :
36 .Bd -literal -offset indent
37 uslcom_load="YES"
38 .Ed
39 .Sh DESCRIPTION
40 The
41 .Nm
42 driver supports Silicon Laboratories CP2101/CP2102 based serial adapters.
43 .Sh HARDWARE
44 The following devices should work with the
45 .Nm
46 driver:
47 .Pp
48 .Bl -bullet -compact
49 .It
50 Argussoft ISP
51 .It
52 Baltech card reader
53 .It
54 Burnside Telecom Desktop Mobile
55 .It
56 chip45.com Crumb128 module
57 .It
58 Jablotron PC-60B
59 .It
60 Lipowsky Baby-JTAG
61 .It
62 Lipowsky Baby-LIN
63 .It
64 Lipowsky HARP-1
65 .It
66 Pololu USB to Serial
67 .It
68 Silicon Laboratories CP2101
69 .It
70 Silicon Laboratories CP2102
71 .It
72 Track Systems Traqmate
73 .El
74 .Sh SEE ALSO
75 .Xr tty 4 ,
76 .Xr ucom 4 ,
77 .Xr usb 4
78 .Sh HISTORY
79 The
80 .Nm
81 device driver first appeared in
82 .Ox 4.0 .
83 The first
84 .Fx
85 release to include it was
86 .Fx 7.1 .
87 .Sh AUTHORS
88 The
89 .Nm
90 driver was written by
91 .An Jonathan Gray Aq jsg@openbsd.org .
92 .Sh CAVEATS
93 Setting hardware flow control is not currently supported.
94 .Pp
95 Silicon Laboratories do not release any programming information
96 on their products.