Module Name:    src
Committed By:   jdolecek
Date:           Sun Jul 26 15:13:10 UTC 2020

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
Added Files:
        src/share/man/man4: wwanc.4

Log Message:
add rudimentary wwanc(4) manpage


To generate a diff of this commit:
cvs rdiff -u -r1.1696 -r1.1697 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.705 -r1.706 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/wwanc.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1696 src/distrib/sets/lists/man/mi:1.1697
--- src/distrib/sets/lists/man/mi:1.1696	Fri Jul 17 15:24:03 2020
+++ src/distrib/sets/lists/man/mi	Sun Jul 26 15:13:09 2020
@@ -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

Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.705 src/share/man/man4/Makefile:1.706
--- src/share/man/man4/Makefile:1.705	Sat May 16 13:46:10 2020
+++ src/share/man/man4/Makefile	Sun Jul 26 15:13:09 2020
@@ -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 @@ MAN=	aac.4 ac97.4 acardide.4 aceride.4 a
 	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+=tty.4 dty.4
 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
 

Added files:

Index: src/share/man/man4/wwanc.4
diff -u /dev/null src/share/man/man4/wwanc.4:1.1
--- /dev/null	Sun Jul 26 15:13:10 2020
+++ src/share/man/man4/wwanc.4	Sun Jul 26 15:13:09 2020
@@ -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 ja...@laird-wah.net
+for Linux, it was ported to
+.Ox
+and
+.Nx
+by
+.An Jaromir Dolecek Aq Mt jdole...@netbsd.org .
+.Sh CAVEATS
+The
+.Nm
+driver IPv6 support is untested.
+.Pp
+Network initialization requires Python script published on the Linux
+driver repository.

Reply via email to