Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.hut.fi>
List: source-changes
Date: 02/11/2001 00:44:38
Module Name:	syssrc
Committed By:	martin
Date:		Sat Feb 10 22:44:38 UTC 2001

Modified Files:
	syssrc/sys/dev/pcmcia: pcmcia_isic.c

Log Message:
Make pcmcia_isicattach return values the other way round (zero on success,
errno otherwise). Actually use that return value to avoid installing an
interrupt handler (possibly sharing an interrupt with other cards!) and
initialising the softc with bogus/half baked values.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/pcmcia/pcmcia_isic.c

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