Module Name: src
Committed By: msaitoh
Date: Wed May 9 05:59:28 UTC 2018
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: ixg.4
Added Files:
src/share/man/man4: ixv.4
Log Message:
Add a maunal page for ixv(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1584 -r1.1585 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/ixg.4
cvs rdiff -u -r0 -r1.1 src/share/man/man4/ixv.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.1584 src/distrib/sets/lists/man/mi:1.1585
--- src/distrib/sets/lists/man/mi:1.1584 Sat May 5 13:31:48 2018
+++ src/distrib/sets/lists/man/mi Wed May 9 05:59:28 2018
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1584 2018/05/05 13:31:48 sevan Exp $
+# $NetBSD: mi,v 1.1585 2018/05/09 05:59:28 msaitoh Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -1362,6 +1362,7 @@
./usr/share/man/cat4/ix.0 man-sys-catman .cat
./usr/share/man/cat4/ixg.0 man-sys-catman .cat
./usr/share/man/cat4/ixpide.0 man-sys-catman .cat
+./usr/share/man/cat4/ixv.0 man-sys-catman .cat
./usr/share/man/cat4/iy.0 man-sys-catman .cat
./usr/share/man/cat4/jme.0 man-sys-catman .cat
./usr/share/man/cat4/jmide.0 man-sys-catman .cat
@@ -4467,6 +4468,7 @@
./usr/share/man/html4/ix.html man-sys-htmlman html
./usr/share/man/html4/ixg.html man-sys-htmlman html
./usr/share/man/html4/ixpide.html man-sys-htmlman html
+./usr/share/man/html4/ixv.html man-sys-htmlman html
./usr/share/man/html4/iy.html man-sys-htmlman html
./usr/share/man/html4/jme.html man-sys-htmlman html
./usr/share/man/html4/jmide.html man-sys-htmlman html
@@ -7412,6 +7414,7 @@
./usr/share/man/man4/ix.4 man-sys-man .man
./usr/share/man/man4/ixg.4 man-sys-man .man
./usr/share/man/man4/ixpide.4 man-sys-man .man
+./usr/share/man/man4/ixv.4 man-sys-man .man
./usr/share/man/man4/iy.4 man-sys-man .man
./usr/share/man/man4/jme.4 man-sys-man .man
./usr/share/man/man4/jmide.4 man-sys-man .man
Index: src/share/man/man4/ixg.4
diff -u src/share/man/man4/ixg.4:1.10 src/share/man/man4/ixg.4:1.11
--- src/share/man/man4/ixg.4:1.10 Fri Feb 24 13:04:23 2017
+++ src/share/man/man4/ixg.4 Wed May 9 05:59:28 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: ixg.4,v 1.10 2017/02/24 13:04:23 msaitoh Exp $
+.\" $NetBSD: ixg.4,v 1.11 2018/05/09 05:59:28 msaitoh Exp $
.\"
.\" Copyright (c) 2001-2008, Intel Corporation
.\" All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" $FreeBSD: src/share/man/man4/ixgbe.4,v 1.3 2010/12/19 23:54:31 yongari Exp $
.\"
-.Dd February 24, 2017
+.Dd May 9, 2018
.Dt IXG 4
.Os
.Sh NAME
@@ -85,6 +85,7 @@ go to the Intel support website at:
.\" .Aq [email protected] .
.Sh SEE ALSO
.Xr arp 4 ,
+.Xr ixv 4 ,
.Xr netintro 4 ,
.Xr vlan 4 ,
.Xr ifconfig 8
Added files:
Index: src/share/man/man4/ixv.4
diff -u /dev/null src/share/man/man4/ixv.4:1.1
--- /dev/null Wed May 9 05:59:29 2018
+++ src/share/man/man4/ixv.4 Wed May 9 05:59:28 2018
@@ -0,0 +1,66 @@
+.\" $NetBSD: ixv.4,v 1.1 2018/05/09 05:59:28 msaitoh Exp $
+.\"
+.\" Copyright (c) 2018 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Masanobu SAITOH.
+.\"
+.\" 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 May 9, 2018
+.Dt IXV 4
+.Os
+.Sh NAME
+.Nm ixv
+Intel 10 giabit Ethernet virtual function
+.Sh SYNOPSIS
+.Cd "ixv* at pci? dev ? function ?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports Intel 10 gigabit Ethernet virtual function that 82599 and
+newer chips support.
+It can be used on a NetBSD guest that the host supports SR-IOV.
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr ixg 4 ,
+.Xr netintro 4 ,
+.Xr vlan 4 ,
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+device driver comes from
+.Fx .
+It first appeared in
+.Nx 8.0 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Intel Corporation Aq Mt [email protected] .
+.Sh BUGS
+VLAN over
+.Nm
+won't work because VLAN hardware filter function is not currently implemented
+correctly.