Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/alpha/pci
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.
Home |
Main Index |
Thread Index |
Old Index