162c36019SDag-Erling Smørgrav.\"- 2*6e18fca1SUlrich Spörlein.\" Copyright (c) 2004 Dag-Erling Coïdan Smørgrav 362c36019SDag-Erling Smørgrav.\" All rights reserved. 462c36019SDag-Erling Smørgrav.\" 562c36019SDag-Erling Smørgrav.\" Redistribution and use in source and binary forms, with or without 662c36019SDag-Erling Smørgrav.\" modification, are permitted provided that the following conditions 762c36019SDag-Erling Smørgrav.\" are met: 862c36019SDag-Erling Smørgrav.\" 1. Redistributions of source code must retain the above copyright 962c36019SDag-Erling Smørgrav.\" notice, this list of conditions and the following disclaimer. 1062c36019SDag-Erling Smørgrav.\" 2. Redistributions in binary form must reproduce the above copyright 1162c36019SDag-Erling Smørgrav.\" notice, this list of conditions and the following disclaimer in the 1262c36019SDag-Erling Smørgrav.\" documentation and/or other materials provided with the distribution. 1362c36019SDag-Erling Smørgrav.\" 3. The name of the author may not be used to endorse or promote products 1462c36019SDag-Erling Smørgrav.\" derived from this software without specific prior written permission. 1562c36019SDag-Erling Smørgrav.\" 1662c36019SDag-Erling Smørgrav.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1762c36019SDag-Erling Smørgrav.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1862c36019SDag-Erling Smørgrav.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1962c36019SDag-Erling Smørgrav.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 2062c36019SDag-Erling Smørgrav.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2162c36019SDag-Erling Smørgrav.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2262c36019SDag-Erling Smørgrav.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2362c36019SDag-Erling Smørgrav.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2462c36019SDag-Erling Smørgrav.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2562c36019SDag-Erling Smørgrav.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2662c36019SDag-Erling Smørgrav.\" SUCH DAMAGE. 2762c36019SDag-Erling Smørgrav.\" 2862c36019SDag-Erling Smørgrav.\" $FreeBSD$ 2962c36019SDag-Erling Smørgrav.\" 300a771a3bSChristian Brueffer.Dd November 22, 2006 3162c36019SDag-Erling Smørgrav.Dt UCYCOM 4 3262c36019SDag-Erling Smørgrav.Os 3362c36019SDag-Erling Smørgrav.Sh NAME 3462c36019SDag-Erling Smørgrav.Nm ucycom 3562c36019SDag-Erling Smørgrav.Nd device driver for Cypress CY7C63743 and CY7C64013 USB to RS232 bridges 3662c36019SDag-Erling Smørgrav.Sh SYNOPSIS 370a771a3bSChristian BruefferTo compile this driver into the kernel, 380a771a3bSChristian Bruefferplace the following line in your 390a771a3bSChristian Bruefferkernel configuration file: 400a771a3bSChristian Brueffer.Bd -ragged -offset indent 4162c36019SDag-Erling Smørgrav.Cd "device ucycom" 420a771a3bSChristian Brueffer.Ed 430a771a3bSChristian Brueffer.Pp 440a771a3bSChristian BruefferAlternatively, to load the driver as a 450a771a3bSChristian Brueffermodule at boot time, place the following line in 460a771a3bSChristian Brueffer.Xr loader.conf 5 : 470a771a3bSChristian Brueffer.Bd -literal -offset indent 480a771a3bSChristian Bruefferucycom_load="YES" 490a771a3bSChristian Brueffer.Ed 5062c36019SDag-Erling Smørgrav.Sh DESCRIPTION 5162c36019SDag-Erling SmørgravThe 5262c36019SDag-Erling Smørgrav.Nm 5362c36019SDag-Erling Smørgravdriver provides support for the Cypress CY7C63743 and CY7C64013 bridge 5462c36019SDag-Erling Smørgravchips. 5562c36019SDag-Erling SmørgravThese chips were designed to provide a low-cost transition path to USB 5662c36019SDag-Erling Smørgravfor existing RS232 devices, and have fairly limited capabilities. 5762c36019SDag-Erling Smørgrav.Pp 5862c36019SDag-Erling SmørgravThe 5962c36019SDag-Erling Smørgrav.Nm 6062c36019SDag-Erling Smørgravdriver behaves like a 6162c36019SDag-Erling Smørgrav.Xr tty 4 . 629453fd71SChristian Brueffer.Sh HARDWARE 639453fd71SChristian BruefferThe 649453fd71SChristian Brueffer.Nm 659453fd71SChristian Bruefferdriver currently supports the following devices which incorporate 669453fd71SChristian BruefferCypress USB to RS232 bridge chips: 679453fd71SChristian Brueffer.Pp 689453fd71SChristian Brueffer.Bl -bullet -compact 699453fd71SChristian Brueffer.It 709453fd71SChristian BruefferDeLorme Earthmate USB GPS receiver 719453fd71SChristian Brueffer.El 7262c36019SDag-Erling Smørgrav.Sh SEE ALSO 7362c36019SDag-Erling Smørgrav.Xr tty 4 , 7462c36019SDag-Erling Smørgrav.Xr usb 4 759cbda590SRuslan Ermilov.Sh HISTORY 769cbda590SRuslan ErmilovThe 779cbda590SRuslan Ermilov.Nm 789cbda590SRuslan Ermilovdriver first appeared in 799cbda590SRuslan Ermilov.Fx 5.3 . 8062c36019SDag-Erling Smørgrav.Sh AUTHORS 8162c36019SDag-Erling Smørgrav.An -nosplit 8262c36019SDag-Erling SmørgravThe 8362c36019SDag-Erling Smørgrav.Nm 8462c36019SDag-Erling Smørgravdriver and this manual page were written by 8562c36019SDag-Erling Smørgrav.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org . 86