From owner-dev-commits-src-all@freebsd.org Sun Jun 13 16:23:41 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C392B65EE58; Sun, 13 Jun 2021 16:23:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G30JF4xnDz3tY2; Sun, 13 Jun 2021 16:23:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8D57F243F1; Sun, 13 Jun 2021 16:23:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15DGNf3Y020467; Sun, 13 Jun 2021 16:23:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15DGNfcx020466; Sun, 13 Jun 2021 16:23:41 GMT (envelope-from git) Date: Sun, 13 Jun 2021 16:23:41 GMT Message-Id: <202106131623.15DGNfcx020466@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Warner Losh Subject: git: bb130ff39747 - main - u3g: Document Panasonic CF-F9 GOBI support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: imp X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bb130ff39747b94592cb26d71b7cb097b9a4ea6b Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2021 16:23:41 -0000 The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=bb130ff39747b94592cb26d71b7cb097b9a4ea6b commit bb130ff39747b94592cb26d71b7cb097b9a4ea6b Author: Warner Losh AuthorDate: 2021-06-13 16:14:54 +0000 Commit: Warner Losh CommitDate: 2021-06-13 16:23:01 +0000 u3g: Document Panasonic CF-F9 GOBI support Document that the u3g driver supports the Panasonic CF-F9 GOBI. Note that gobi_loader is needed and give URL for that. There is a separate review for during a related version into a port at D22938, but it seems stalled. I'll update the docs when it arrives in ports. Sponsored by: Netflix --- share/man/man4/u3g.4 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/share/man/man4/u3g.4 b/share/man/man4/u3g.4 index 014a789cb57c..64c8b0a5015f 100644 --- a/share/man/man4/u3g.4 +++ b/share/man/man4/u3g.4 @@ -18,7 +18,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 11, 2018 +.Dd June 13, 2021 .Dt U3G 4 .Os .Sh NAME @@ -75,6 +75,8 @@ Huawei B190, E180v, E220 ('') Novatel U740, MC950D, X950D, etc. .It Sierra MC875U, MC8775U, etc. +.It +Panasonic CF-F9 GOBI .El .Pp (See @@ -147,3 +149,7 @@ Hardware for testing was provided by AnyWi Technologies, Leiden, NL. The automatic mode switch from disk mode to modem mode does not work unless the driver is either built into the kernel or loaded before the device is connected. +.Pp +The Panasonic CF-F9 requires the gobi loader available from +.Pa https://github.com/cederom/gobi_loader +and loading of the firmware before it will function.