Subject: CVS commit: src/sys/arch/hp700/stand/boot
To: None <source-changes@NetBSD.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 10/21/2003 12:35:23
Module Name: src
Committed By: itohy
Date: Tue Oct 21 12:35:23 UTC 2003
Modified Files:
src/sys/arch/hp700/stand/boot: Makefile
Log Message:
Add -D__daddr_t=int32_t so that the arguments of IODC are
not promoted to 64bit.
On 32bit PDC machines, IODC *requires* 32bit args and IODC
can handle only 2GB, and need not to use 64bit integer.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/hp700/stand/boot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.