Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 02/03/2006 14:40:03
Module Name:	src
Committed By:	rpaulo
Date:		Fri Feb  3 14:40:03 UTC 2006

Modified Files:
	src/sys/arch/i386/i386: in_cksum.S

Log Message:
Remove comments stating the the routine in6_cksum() doesn't support
jumbograms. The routine already uses the ``len'' argument and not the
ip6->ip6_plen which would cause problems with jumbograms.

Spotted by JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/i386/i386/in_cksum.S

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