Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 01/31/2003 19:40:07
Module Name:	src
Committed By:	pk
Date:		Fri Jan 31 17:40:06 UTC 2003

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

Log Message:
lance_init(): explicitly clearing the `initialisation done' bit in the
status register triggers an interrupt which we don't handle.  Since the
driver doesn't depend on this status bit anywhere else, just leave it alone.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/dev/ic/lance.c

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