Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 04/02/2000 18:55:26
Module Name:	syssrc
Committed By:	cgd
Date:		Mon Apr  3 01:55:26 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: i82365.c

Log Message:
actually put a _comment_ before the second read of the ident register
that Charles added in rev 1.58.  Not only is it good programming practice
to explain magic, but code that looks like:

                reg = pcic_read(h, PCIC_IDENT);
                reg = pcic_read(h, PCIC_IDENT);

is _gonna_ be interpreted as a cut-n-paste error by someone eventually.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 syssrc/sys/dev/ic/i82365.c

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