Subject: CVS commit: src/sys/arch/alpha/pci
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 05/17/2006 21:32:59
Module Name:	src
Committed By:	drochner
Date:		Wed May 17 21:32:59 UTC 2006

Modified Files:
	src/sys/arch/alpha/pci: dwlpxreg.h mcpciareg.h

Log Message:
Define some fixed bus addresses as "Unsigned Long" instead of
"Long Long" -- gcc4 propagates the "long long" along the way and
complains about mismatches to "long".
This is the same on alpha, but the conflict is unnecessary, so avoid it.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/alpha/pci/dwlpxreg.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/alpha/pci/mcpciareg.h

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