Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 04/25/2001 00:03:34
Module Name:	syssrc
Committed By:	mycroft
Date:		Tue Apr 24 21:03:33 UTC 2001

Modified Files:
	syssrc/sys/dev/pci: eap.c

Log Message:
It appears there's a race condition when disabling a channel that causes us to
need to explicitly relatch the interrupt when firing it up again.  So, in the
trigger routines, explicitly disable and reenable the interrupt to relatch it,
like we do in the interrupt routine.

Also clean up some broken loop overrun checks.

My ES1371 seems to be more reliable now, but I'm not going to pretend to fully
understand this chip.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 syssrc/sys/dev/pci/eap.c

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