Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add a maunal page for ixv(4).
details: https://anonhg.NetBSD.org/src/rev/8e2faa828cd3
branches: trunk
changeset: 318893:8e2faa828cd3
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed May 09 05:59:28 2018 +0000
description:
Add a maunal page for ixv(4).
diffstat:
distrib/sets/lists/man/mi | 5 ++-
share/man/man4/ixg.4 | 5 ++-
share/man/man4/ixv.4 | 66 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 73 insertions(+), 3 deletions(-)
diffs (129 lines):
diff -r f907987a037a -r 8e2faa828cd3 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Wed May 09 03:50:51 2018 +0000
+++ b/distrib/sets/lists/man/mi Wed May 09 05:59:28 2018 +0000
@@ -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
diff -r f907987a037a -r 8e2faa828cd3 share/man/man4/ixg.4
--- a/share/man/man4/ixg.4 Wed May 09 03:50:51 2018 +0000
+++ b/share/man/man4/ixg.4 Wed May 09 05:59:28 2018 +0000
@@ -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 @@
.\" .Aq freebsdnic%mailbox.intel.com@localhost .
.Sh SEE ALSO
.Xr arp 4 ,
+.Xr ixv 4 ,
.Xr netintro 4 ,
.Xr vlan 4 ,
.Xr ifconfig 8
diff -r f907987a037a -r 8e2faa828cd3 share/man/man4/ixv.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/ixv.4 Wed May 09 05:59:28 2018 +0000
@@ -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 freebsdnic%mailbox.intel.com@localhost .
+.Sh BUGS
+VLAN over
+.Nm
+won't work because VLAN hardware filter function is not currently implemented
+correctly.
Home |
Main Index |
Thread Index |
Old Index