diff options
author | sasano <sasano@cvs.openbsd.org> | 2013-11-17 20:51:59 +0000 |
---|---|---|
committer | sasano <sasano@cvs.openbsd.org> | 2013-11-17 20:51:59 +0000 |
commit | 6bc5f2aa826cdcc716331d98b66bee142648d92a (patch) | |
tree | 2f2e9b204b06943c99f6e49dd7df6e3b2cb57a1c /share | |
parent | b035088eaa9d484dbef6faf7c32f0ca90b731b8c (diff) |
Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A
USB host-to-host link cable. This driver is derived from upl(4).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ugl.4 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/share/man/man4/ugl.4 b/share/man/man4/ugl.4 new file mode 100644 index 00000000000..6cd13defcb1 --- /dev/null +++ b/share/man/man4/ugl.4 @@ -0,0 +1,55 @@ +.\" $OpenBSD: ugl.4,v 1.1 2013/11/17 20:51:58 sasano Exp $ +.\" $NetBSD: upl.4,v 1.3 2000/08/12 17:59:12 augustss Exp $ +.\" +.\" Copyright (c) 2000 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Lennart Augustsson. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS +.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS +.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +.\" POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd $Mdocdate: November 17 2013 $ +.Dt UGL 4 +.Os +.Sh NAME +.Nm ugl +.Nd Genesys Logic based host-to-host adapters +.Sh SYNOPSIS +.Cd "ugl* at uhub?" +.Sh DESCRIPTION +The +.Nm +driver provides support for Genesys Logic GL620USB-A based host-to-host +USB connectors. +.Pp +The +.Nm +driver appears as an Ethernet interface and should be configured with +.Xr ifconfig 8 +in the same way as other Ethernet interfaces. +It does not support different media types or options. +.Sh SEE ALSO +.Xr netintro 4 , +.Xr uhub 4 , +.Xr usb 4 , +.Xr ifconfig 8 |