Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@netbsd.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 05/22/2003 06:34:48
Module Name:	src
Committed By:	dyoung
Date:		Thu May 22 06:34:47 UTC 2003

Modified Files:
	src/sys/dev/ic: wi.c

Log Message:
Update to wi interrupt handling:

  No longer require a hi-low-hi transition of a status bit before
  we believe it. It's a performance killer, and without it there
  does not seem to be a race.

  Sam Leffler reports that wi_intr needs to be bracketed by
  disable/enable interrupts through WI_INT_EN, or else performance
  is bad on Lucent. So now we do that.


To generate a diff of this commit:
cvs rdiff -r1.127 -r1.128 src/sys/dev/ic/wi.c

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