Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/28/2001 22:35:48
Module Name:	syssrc
Committed By:	christos
Date:		Fri Dec 28 20:35:47 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: elink3.c elink3reg.h elinkxl.c elinkxlreg.h
	    elinkxlvar.h

Log Message:
Clean up the C_ and S_ constants. We don't really need two sets of them.
Also make the interrupt handler for older 3com cards look like the xl one.
I.e. don't ack the interrupt latch bit before checking if it is set.
At the same time, introduce constants for the watched interrupts, so that
we don't copy them all over the place.


To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 syssrc/sys/dev/ic/elink3.c
cvs rdiff -r1.24 -r1.25 syssrc/sys/dev/ic/elink3reg.h
cvs rdiff -r1.60 -r1.61 syssrc/sys/dev/ic/elinkxl.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/ic/elinkxlreg.h
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/ic/elinkxlvar.h

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