Date: Sun, 13 Jun 2021 16:23:41 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: bb130ff39747 - main - u3g: Document Panasonic CF-F9 GOBI support Message-ID: <202106131623.15DGNfcx020466@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=bb130ff39747b94592cb26d71b7cb097b9a4ea6b commit bb130ff39747b94592cb26d71b7cb097b9a4ea6b Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-06-13 16:14:54 +0000 Commit: Warner Losh <imp@FreeBSD.org> 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 ('<Huawei Mobile>') 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106131623.15DGNfcx020466>