Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/04/2004 00:31:20
Module Name: src
Committed By: mycroft
Date: Sun Jul 4 00:31:20 UTC 2004
Modified Files:
src/sys/dev/ic: ne2000.c
Log Message:
Fix a bug in the packet "padding" code. If we're padding a packet with an odd
size, we were writing out too much data, possibly causing the chip to lock up.
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/dev/ic/ne2000.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.