From owner-svn-src-head@FreeBSD.ORG Wed Oct 29 16:17:35 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EA451065679; Wed, 29 Oct 2008 16:17:35 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 500DA8FC22; Wed, 29 Oct 2008 16:17:35 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9TGHYbU027324; Wed, 29 Oct 2008 16:17:34 GMT (envelope-from n_hibma@svn.freebsd.org) Received: (from n_hibma@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9TGHYNr027322; Wed, 29 Oct 2008 16:17:34 GMT (envelope-from n_hibma@svn.freebsd.org) Message-Id: <200810291617.m9TGHYNr027322@svn.freebsd.org> From: Nick Hibma Date: Wed, 29 Oct 2008 16:17:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r184441 - head/share/man/man4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 16:17:35 -0000 Author: n_hibma Date: Wed Oct 29 16:17:34 2008 New Revision: 184441 URL: http://svn.freebsd.org/changeset/base/184441 Log: - 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. Modified: head/share/man/man4/Makefile head/share/man/man4/u3g.4 Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Wed Oct 29 15:52:22 2008 (r184440) +++ head/share/man/man4/Makefile Wed Oct 29 16:17:34 2008 (r184441) @@ -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 Modified: head/share/man/man4/u3g.4 ============================================================================== --- head/share/man/man4/u3g.4 Wed Oct 29 15:52:22 2008 (r184440) +++ head/share/man/man4/u3g.4 Wed Oct 29 16:17:34 2008 (r184441) @@ -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 ,