summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2008-10-29 16:17:34 +0000
committern_hibma <n_hibma@FreeBSD.org>2008-10-29 16:17:34 +0000
commitdcd1a459ded6083583d00b81acc5c6afac78c69c (patch)
tree37931c9dd8fd9fee87a51325efe9c20efb4245d4
parent483637ae39c24fef1e5db09f2a897e4589e7265e (diff)
downloadFreeBSD-src-dcd1a459ded6083583d00b81acc5c6afac78c69c.zip
FreeBSD-src-dcd1a459ded6083583d00b81acc5c6afac78c69c.tar.gz
- 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.
-rw-r--r--share/man/man4/Makefile1
-rw-r--r--share/man/man4/u3g.416
2 files changed, 13 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 5504992..b5b6f0a 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -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
diff --git a/share/man/man4/u3g.4 b/share/man/man4/u3g.4
index ed44292..0d3c1c7 100644
--- a/share/man/man4/u3g.4
+++ b/share/man/man4/u3g.4
@@ -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 ,
OpenPOWER on IntegriCloud