From 000497ee3b7bc668c0984be9a5508e9cb6526001 Mon Sep 17 00:00:00 2001 From: nisimura Date: Thu, 6 Jul 2006 03:00:25 +0000 Subject: [PATCH] Fix a spell error and mention to UDP4CSUM HW bug which is common among KSZ8842 and KS8695P. --- share/man/man4/kse.4 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/share/man/man4/kse.4 b/share/man/man4/kse.4 index 75fc982faa63..eb532869834e 100644 --- a/share/man/man4/kse.4 +++ b/share/man/man4/kse.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: kse.4,v 1.2 2006/06/30 21:25:59 wiz Exp $ +.\" $NetBSD: kse.4,v 1.3 2006/07/06 03:00:25 nisimura Exp $ .\" .\" Copyright (c) 2006 Tohru Nishimura. .\" @@ -56,8 +56,8 @@ The 8842 has 2 Ethernet ports which behave as a managed switch to bridge each other. It works like a T-shape connector of Ethernet data flow in which the Ethernet controller sits at the leg of the T. -Frames can flow between the two of ports while traffic destinated -to the 8842 reaches the EMAC. +Frames can flow between the two of ports while traffic destined +for the 8842 reaches the EMAC. The .Nm driver is not aware of the second port's existence and treats the @@ -71,3 +71,6 @@ and detailed MIB counters are not implemented and remain uncontrollable by the .Nm driver. +UDP4CSUM is not very useful since the HW has an implementation +error for the case when a large UDP datagram is fragmented into +MTU sized frames.