Subject: CVS commit: syssrc/sys/arch/sun2/dev
To: None <source-changes@netbsd.org>
From: Matthew Fredette <fredette@netbsd.org>
List: source-changes
Date: 08/17/2001 23:27:13
Module Name:	syssrc
Committed By:	fredette
Date:		Fri Aug 17 20:27:13 UTC 2001

Modified Files:
	syssrc/sys/arch/sun2/dev: if_ec.c if_ecreg.h

Log Message:
Sometimes the ec board reports a packet length that's too large.
Try to deal with this by clipping the packet length, and, under
DEBUG, printf when we do.  Also zero out the packet status in
the buffer before we give it back to the board.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sun2/dev/if_ec.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sun2/dev/if_ecreg.h

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