Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/05/1999 11:40:21
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Dec  5 19:40:20 UTC 1999

Modified Files:
	syssrc/sys/dev/pci: ncr.c

Log Message:
Mark exactly 3 uses of the SCR_BO() macro as being bogus; these 3 uses
already involve byte swapping on big-endian systems due to bus_space_*().

However, the use is self-consistent, and the value is not interpreted
by the chip, so it probably does not matter.  Leave them in for now; we
can always look at their removal later.


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 syssrc/sys/dev/pci/ncr.c

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