xref: /netbsd-src/share/man/man4/urndis.4 (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1.\" $NetBSD: urndis.4,v 1.5 2014/03/18 18:20:39 riastradh Exp $
2.\"
3.\" Copyright (c) 2010 Michael Knudsen <mk@openbsd.org>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\"
10.\"    - Redistributions of source code must retain the above copyright
11.\"      notice, this list of conditions and the following disclaimer.
12.\"    - Redistributions in binary form must reproduce the above
13.\"      copyright notice, this list of conditions and the following
14.\"      disclaimer in the documentation and/or other materials provided
15.\"      with the distribution.
16.\"
17.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18.\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
20.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
21.\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
22.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
23.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
30.\" $OpenBSD: urndis.4,v 1.11 2011/07/20 13:12:16 jasper Exp $
31.\"
32.Dd July 20, 2011
33.Dt URNDIS 4
34.Os
35.Sh NAME
36.Nm urndis
37.Nd USB Remote NDIS Ethernet device
38.Sh SYNOPSIS
39.Cd "urndis*  at uhub?"
40.Sh DESCRIPTION
41The
42.Nm
43driver provides support for Ethernet access over Remote NDIS.
44The
45.Nm
46driver should work with all USB RNDIS devices, but the following devices are
47known to work:
48.Pp
49.Bl -bullet -compact -offset indent
50.It
51Geeksphone ONE
52.It
53Google Nexus One
54.It
55HTC Desire
56.It
57HTC Dream / T-Mobile G1 / ADP1
58.It
59HTC Hero
60.It
61HTC Magic
62.It
63HTC Tattoo
64.It
65HTC Wildfire
66.It
67Samsung Galaxy S / S2
68.It
69Samsung Nexus S
70.El
71.Pp
72The
73.Nm
74driver does not support different media types or options.
75For more information on configuring this device, see
76.Xr ifconfig 8 .
77.Sh SEE ALSO
78.Xr arp 4 ,
79.Xr intro 4 ,
80.Xr netintro 4 ,
81.Xr usb 4 ,
82.Xr ifconfig.if 5 ,
83.Xr ifconfig 8
84.Sh HISTORY
85The
86.Nm
87device driver first appeared in
88.Ox 4.7
89and in
90.Nx 6.0 .
91.Sh AUTHORS
92.An -nosplit
93The
94.Nm
95driver was written by
96.An Jonathan Armani Aq Mt armani@openbsd.org ,
97.An Michael Knudsen Aq Mt mk@openbsd.org ,
98and
99.An Fabien Romano Aq Mt fabien@openbsd.org .
100