summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2016-01-13 20:28:31 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2016-01-13 20:28:31 +0000
commit6a199628c663595e9a6f730bb6a5711a795fd840 (patch)
tree7ad08c7b83a826285fd2880b551adff4a5916230
parent47d2ed555c63fdc6603c3d7d2aee12168bc80e44 (diff)
Drop implementation notes section
-rw-r--r--share/man/man4/xnf.414
1 files changed, 2 insertions, 12 deletions
diff --git a/share/man/man4/xnf.4 b/share/man/man4/xnf.4
index 98f0a144002..0a14f62710d 100644
--- a/share/man/man4/xnf.4
+++ b/share/man/man4/xnf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xnf.4,v 1.3 2016/01/07 19:42:48 jmc Exp $
+.\" $OpenBSD: xnf.4,v 1.4 2016/01/13 20:28:30 mikeb Exp $
.\"
.\" Copyright (c) 2016 Mike Belopuhov
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 7 2016 $
+.Dd $Mdocdate: January 13 2016 $
.Dt XNF 4
.Os
.Sh NAME
@@ -28,16 +28,6 @@ The
driver provides support for a paravirtual networking interface
.Dq Netfront
native to the Xen hypervisor.
-.Sh IMPLEMENTATION NOTES
-Both receive and transmit ring sizes are fixed at 256 entries due to
-limitations of the interface.
-.Pp
-Currently
-.Nm
-will reassemble all packet chains consisting of more than 8 fragments
-by calling
-.Xr m_defrag 9 .
-In case the chain still has more than 8 fragments, it will be dropped.
.Sh SEE ALSO
.Xr autoconf 4 ,
.Xr intro 4 ,