Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 05/15/2002 05:36:13
Module Name:	syssrc
Committed By:	matt
Date:		Wed May 15 02:36:12 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: gem.c gemvar.h

Log Message:
Add evcnt stuff for interrupts.
Fix receiver lockups.  When writing the RX Kick register, we need back up
on descriptor since we advanced one in the for loop.  That will be the
last descriptor we haven't processed which is what we should write.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/ic/gem.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/ic/gemvar.h

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