Misc cleanup.

This commit is contained in:
Christian Brueffer 2008-10-29 18:49:37 +00:00
parent 3f2459c989
commit 0df76605cf

View File

@ -43,7 +43,7 @@ u3g_load="YES"
The The
.Nm .Nm
driver provides support for the multiple USB-to-serial interfaces exposed by driver provides support for the multiple USB-to-serial interfaces exposed by
many 3G usb/pccard modems. many 3G USB/PCCard modems.
.Pp .Pp
The device is accessed through the The device is accessed through the
.Xr ucom 4 .Xr ucom 4
@ -77,23 +77,27 @@ Novatal MC950D
Sierra cards Sierra cards
.El .El
.Pp .Pp
See /sys/dev/u3g.c for the complete list of supported cards for each vendor See
.Pa /sys/dev/u3g.c
for the complete list of supported cards for each vendor
mentioned above. mentioned above.
.Pp .Pp
The supported 3G cards provide the necessary modem port for ppp, The supported 3G cards provide the necessary modem port for ppp,
pppd, or mpd connections as well as extra ports (depending on the specific pppd, or mpd connections as well as extra ports (depending on the specific
device) to provide other functions (diagnostic port, SIM toolkit port) device) to provide other functions (diagnostic port, SIM toolkit port).
.Pp .Pp
In some of these devices a mass storage device supported by the In some of these devices a mass storage device supported by the
.Xr umass 4 .Xr umass 4
driver is present which contains Windows and Mac OSX drivers. This device is driver is present which contains Windows and Mac OS X drivers.
hidden, unless the machine was booted in verbose (see This device is
.Xr boot 8 ). hidden, unless the machine was booted in verbose mode (see
.Xr boot 8 ) .
To temporarily unhide the device, set To temporarily unhide the device, set
.Va debug.bootverbose .Va debug.bootverbose
to 1 using to 1 using
.Xr sysctl 8 .Xr sysctl 8
and replug the device. The and replug the device.
The
.Xr u3gstub 4 .Xr u3gstub 4
device will attach temporarily and detach within seconds. device will attach temporarily and detach within seconds.
.Sh SEE ALSO .Sh SEE ALSO
@ -103,10 +107,11 @@ device will attach temporarily and detach within seconds.
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
driver driver appeared in
appeared in
.Fx 8.0 , .Fx 8.0 ,
is based on the uark driver, and written by is based on the
.Xr uark 4
driver, and written by
.An Andrea Guzzo Aq aguzzo@anywi.com .An Andrea Guzzo Aq aguzzo@anywi.com
in September 2008. in September 2008.
.Sh AUTHORS .Sh AUTHORS
@ -116,4 +121,4 @@ driver was written by
.An Andrea Guzzo Aq aguzzo@anywi.com .An Andrea Guzzo Aq aguzzo@anywi.com
and and
.An Nick Hibma Aq n_hibma@freebsd.org . .An Nick Hibma Aq n_hibma@freebsd.org .
Hardware for testing provided by AnyWi Technologies, Leiden, NL. Hardware for testing was provided by AnyWi Technologies, Leiden, NL.