Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/21/2000 11:37:23
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Apr 21 18:37:23 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/i386: apm.c machdep.c
	syssrc/sys/arch/i386/include: cpu.h

Log Message:
- Declare biosbasemem and biosextmem in <machine/cpu.h>, don't extern
  them everywhere they're used.
- Avoid integer overflow when converting bios{base,ext}mem (in units of
  kilobytes) to bytes.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 syssrc/sys/arch/i386/i386/apm.c
cvs rdiff -r1.380 -r1.381 syssrc/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.61 -r1.62 syssrc/sys/arch/i386/include/cpu.h

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