- Add documentation on how to temporarily display the umass devices that

are automatically hidden by the u3gstub device.
- Add a link to the u3g driver man page for u3gstub.
This commit is contained in:
Nick Hibma 2008-10-29 16:17:34 +00:00
parent 07095abf5d
commit a460bc835a
2 changed files with 13 additions and 4 deletions

View file

@ -553,6 +553,7 @@ MLINKS+=tl.4 if_tl.4
MLINKS+=tun.4 if_tun.4
MLINKS+=tx.4 if_tx.4
MLINKS+=txp.4 if_txp.4
MLINKS+=u3g.4 u3gstub.4
MLINKS+=udav.4 if_udav.4
MLINKS+=ural.4 if_ural.4
MLINKS+=vge.4 if_vge.4

View file

@ -2,7 +2,7 @@
.\" Copyright (c) 2008 AnyWi Technologies
.\" All rights reserved.
.\"
.\" This code is derived from uark.c
.\" This code is derived from uark.c
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@ -76,18 +76,26 @@ Novatal MC950D
.It
Sierra cards
.El
(See /sys/dev/u3g.c for the complete list of supported cards for each vendor
mentioned above).
.Pp
See /sys/dev/u3g.c for the complete list of supported cards for each vendor
mentioned above.
.Pp
The supported 3G cards provide the necessary modem port for ppp,
pppd, or mpd connections as well as extra ports (depending on the specific
device) to provide other functions (diagnostic port, SIM toolkit port)
.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
driver is present which contains Windows and Mac OSX drivers. This device is
hidden, unless the machine was booted in verbose (see
.Xr boot 8 ).
To temporarily unhide the device, set
.Va debug.bootverbose
to 1 using
.Xr sysctl 8
and replug the device. The
.Xr u3gstub 4
device will attach temporarily and detach within seconds.
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,