Subject: PR/31348 CVS commit: src/sys/dev/ic
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 09/29/2006 08:35:03
The following reply was made to PR kern/31348; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/31348 CVS commit: src/sys/dev/ic
Date: Fri, 29 Sep 2006 08:33:06 +0000 (UTC)
Module Name: src
Committed By: tsutsui
Date: Fri Sep 29 08:33:06 UTC 2006
Modified Files:
src/sys/dev/ic: rtl81x9.c
Log Message:
In rtk_rxeof():
- discard too short packets as well as too large ones
- trim CRC off rather than setting M_HASFCS
Closes PR kern/31348.
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/sys/dev/ic/rtl81x9.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.