Subject: CVS commit: src/sys/dev/isa
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/02/2008 10:21:09
Module Name:	src
Committed By:	dyoung
Date:		Wed Jan  2 10:21:09 UTC 2008

Modified Files:
	src/sys/dev/isa: nsclpcsio_isa.c

Log Message:
Improve device detach routine.  Now I can detach nsclpcsio0 and
its children.

Fix an off-by-one bug in the sensor initialization which stopped
it from completing.

Extract sensor initialization into a new subroutine.  If there is
an error while initializing sensors, do not let sc_sme dangle.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/dev/isa/nsclpcsio_isa.c

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