Subject: CVS commit: syssrc/sys/dev/sbus
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 10/11/2002 01:23:17
Module Name:	syssrc
Committed By:	martin
Date:		Thu Oct 10 22:23:16 UTC 2002

Modified Files:
	syssrc/sys/dev/sbus: stp4020.c

Log Message:
Only use one interrupt handler for both status changes and pcmcia IO
intterupts. No more races between the two interrupt handlers, without any
locking, and the driver becomes a bit simpler too.

Use the last bit of the config flags to select between the first and the
second sbus interrupt level the firmware has assigned to us.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 syssrc/sys/dev/sbus/stp4020.c

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