diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-28 17:45:20 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-28 17:45:20 +0000 |
commit | 96a358cd69059369aed1936438b4ad559c8718ae (patch) | |
tree | bcdab9d879d5990c0754a24446952f43396ac16e /share/man | |
parent | fb1d49e57899e8b95880ed53ab3ab227c291b17e (diff) |
Add driver for Prolific PL2301/PL2302 host-to-host adapter. From NetBSD.
/* XXX - untested */
Note: just reminding myself that I need to create a nice diff for Lennart
to further portablize the USB code (I fell behind in doing this). In
particular, for this driver, the IF_INPUT() macro just does ether_input()
in OpenBSD, but we really want to call the local upl_input() routine.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/upl.4 | 93 |
2 files changed, 96 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index a48111cbf81..d596d5b4c65 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.146 2001/01/28 16:31:24 aaron Exp $ +# $OpenBSD: Makefile,v 1.147 2001/01/28 17:45:19 aaron Exp $ MAN= aac.4 ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 amphy.4 an.4 aria.4 ast.4 \ atalk.4 atapiscsi.4 audio.4 aue.4 auvia.4 awi.4 bpf.4 bridge.4 \ @@ -18,8 +18,8 @@ MAN= aac.4 ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 amphy.4 an.4 aria.4 ast.4 \ sppp.4 sqphy.4 ss.4 st.4 ste.4 sv.4 tb.4 tcic.4 tcp.4 termios.4 ti.4 \ tl.4 tlphy.4 tp.4 tqphy.4 tty.4 tun.4 twe.4 tx.4 txphy.4 \ uaudio.4 ubsec.4 ucom.4 udp.4 ugen.4 uhci.4 uhid.4 \ - uk.4 ukbd.4 ukphy.4 ulpt.4 umodem.4 ums.4 umass.4 unix.4 urio.4 usb.4 \ - uscanner.4 usscanner.4 uvisor.4 vga.4 vlan.4 vnd.4 vr.4 \ + uk.4 ukbd.4 ukphy.4 ulpt.4 umodem.4 ums.4 umass.4 unix.4 upl.4 urio.4 \ + usb.4 uscanner.4 usscanner.4 uvisor.4 vga.4 vlan.4 vnd.4 vr.4 \ wb.4 wd.4 wdc.4 we.4 wi.4 \ wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \ wx.4 xe.4 xl.4 xmphy.4 ym.4 zero.4 diff --git a/share/man/man4/upl.4 b/share/man/man4/upl.4 new file mode 100644 index 00000000000..bdf59a6ca24 --- /dev/null +++ b/share/man/man4/upl.4 @@ -0,0 +1,93 @@ +.\" $OpenBSD +.\" $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. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by the NetBSD +.\" Foundation, Inc. and its contributors. +.\" 4. Neither the name of The NetBSD Foundation nor the names of its +.\" contributors may be used to endorse or promote products derived +.\" from this software without specific prior written permission. +.\" +.\" 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 April 10, 2000 +.Dt UPL 4 +.Os +.Sh NAME +.Nm upl +.Nd USB support for Prolific based host-to-host adapters +.Sh SYNOPSIS +.Cd "upl* at uhub?" +.Sh DESCRIPTION +The +.Nm +driver provides support for Prolific PL2301/PL2302 based host-to-host +USB connectors. +.Pp +The +.Nm +driver appears as a point-to-point network interface and +should be configured with +.Xr ifconfig 8 +in the same way as other point-to-point interfaces. +The +.Nm +device supports IPv4 only. +.Sh HARDWARE +The +.Nm +driver supports the following adapters from the following vendors: +.Bl -tag -width -offset indent -compact +.It Tn Aserton +.It Tn Bencent +.It Tn Butterfly +.It Tn Camtel +.It Tn Inland +.It Tn Longshine +.It Tn PC Linq +.It Tn Prolific +.It Tn StarMount +.It Tn Univex +.It Tn VVMer +.El +.Pp +Belkin, Entrega, and Xircom do +.Em NOT +use this chip and are not supported by this driver. +.Sh SEE ALSO +.Xr netintro 4 , +.Xr usb 4 , +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +driver appeared in +.Nx 1.5 . +.Ox +support was added in +.Ox 2.9 . |