Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 add rudimentary wwanc(4) manpage



details:   https://anonhg.NetBSD.org/src/rev/dbc2f28fe4bd
branches:  trunk
changeset: 936398:dbc2f28fe4bd
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Jul 26 15:13:09 2020 +0000

description:
add rudimentary wwanc(4) manpage

diffstat:

 distrib/sets/lists/man/mi |   8 +++-
 share/man/man4/Makefile   |   4 +-
 share/man/man4/wwanc.4    |  84 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 94 insertions(+), 2 deletions(-)

diffs (149 lines):

diff -r 94ed39962e83 -r dbc2f28fe4bd distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sun Jul 26 15:09:10 2020 +0000
+++ b/distrib/sets/lists/man/mi Sun Jul 26 15:13:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1696 2020/07/17 15:24:03 kamil Exp $
+# $NetBSD: mi,v 1.1697 2020/07/26 15:13:09 jdolecek Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -2049,6 +2049,8 @@
 ./usr/share/man/cat4/wsmuxctl.0                        man-sys-catman          .cat
 ./usr/share/man/cat4/wss.0                     man-sys-catman          .cat
 ./usr/share/man/cat4/wt.0                      man-sys-catman          .cat
+./usr/share/man/cat4/wwan.0                    man-sys-catman          .cat
+./usr/share/man/cat4/wwanc.0                   man-sys-catman          .cat
 ./usr/share/man/cat4/x68k/bmd.0                        man-sys-catman          .cat
 ./usr/share/man/cat4/x68k/intio.0              man-sys-catman          .cat
 ./usr/share/man/cat4/x68k/intro.0              man-sys-catman          .cat
@@ -5177,6 +5179,8 @@
 ./usr/share/man/html4/wsmuxctl.html            man-sys-htmlman         html
 ./usr/share/man/html4/wss.html                 man-sys-htmlman         html
 ./usr/share/man/html4/wt.html                  man-sys-htmlman         html
+./usr/share/man/html4/wwan.html                        man-sys-htmlman         html
+./usr/share/man/html4/wwanc.html               man-sys-htmlman         html
 ./usr/share/man/html4/x68k/bmd.html            man-sys-htmlman         html
 ./usr/share/man/html4/x68k/intio.html          man-sys-htmlman         html
 ./usr/share/man/html4/x68k/intro.html          man-sys-htmlman         html
@@ -8237,6 +8241,8 @@
 ./usr/share/man/man4/wsmuxctl.4                        man-sys-man             .man
 ./usr/share/man/man4/wss.4                     man-sys-man             .man
 ./usr/share/man/man4/wt.4                      man-sys-man             .man
+./usr/share/man/man4/wwan.4                    man-sys-man             .man
+./usr/share/man/man4/wwanc.4                   man-sys-man             .man
 ./usr/share/man/man4/x68k/bmd.4                        man-sys-man             .man
 ./usr/share/man/man4/x68k/intio.4              man-sys-man             .man
 ./usr/share/man/man4/x68k/intro.4              man-sys-man             .man
diff -r 94ed39962e83 -r dbc2f28fe4bd share/man/man4/Makefile
--- a/share/man/man4/Makefile   Sun Jul 26 15:09:10 2020 +0000
+++ b/share/man/man4/Makefile   Sun Jul 26 15:13:09 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.705 2020/05/16 13:46:10 maya Exp $
+#      $NetBSD: Makefile,v 1.706 2020/07/26 15:13:09 jdolecek Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -74,6 +74,7 @@
        wsbell.4 wscons.4 wsdisplay.4 wsfont.4 wskbd.4 wsmouse.4 wsmux.4 \
        xbox.4 xge.4 \
        yds.4 ym.4 \
+       wwanc.4 \
        zero.4 zstty.4 zyd.4
 
 # USB devices
@@ -238,6 +239,7 @@
 MLINKS+=url.4 urlphy.4
 MLINKS+=usb.4 uhub.4
 MLINKS+=usb.4 usbtask.4
+MLINKS+=wwanc.4 wwan.4
 MLINKS+=wsmux.4 wsmuxctl.4
 MLINKS+=zstty.4 zs.4 zstty.4 zsc.4
 
diff -r 94ed39962e83 -r dbc2f28fe4bd share/man/man4/wwanc.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/wwanc.4    Sun Jul 26 15:13:09 2020 +0000
@@ -0,0 +1,84 @@
+.\" $NetBSD: wwanc.4,v 1.1 2020/07/26 15:13:09 jdolecek Exp $
+.\"
+.\" Copyright (c) 2020 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd July 26, 2020
+.Dt WWANC 4
+.Os
+.Sh NAME
+.Nm wwanc
+.Nd PCI LTE modem
+.Sh SYNOPSIS
+.Cd "wwanc*  at pci? dev ? function ?"
+.Cd "wwan*   at wwanc?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for Fibocom L850-GL / Intel XMM7360.
+.Pp
+Device establishes connections via cellular networks such as
+GPRS, UMTS, and LTE.
+They appear as a regular point-to-point network interface,
+transporting raw IP frames.
+.Pp
+SIM card needs to be unlocked, driver provides no means
+to 
+.Sh HARDWARE
+The following devices should work:
+.Pp
+.Bl -tag -width Ds -offset indent -compact
+.It Intel XMM7360
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr netintro 4 ,
+.Xr pci 4 ,
+.Xr ifconfig.if 5 ,
+.Xr ifconfig 8 ,
+.Lk https://github.com/xmm7360/xmm7360-pci "Linux driver repository"
+.Sh HISTORY
+The
+.Nm
+device driver first appeared
+.Nx 10.0 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An James Wah Aq Mt james%laird-wah.net@localhost
+for Linux, it was ported to
+.Ox
+and
+.Nx
+by
+.An Jaromir Dolecek Aq Mt jdolecek%NetBSD.org@localhost .
+.Sh CAVEATS
+The
+.Nm
+driver IPv6 support is untested.
+.Pp
+Network initialization requires Python script published on the Linux
+driver repository.



Home | Main Index | Thread Index | Old Index