Subject: CVS commit: src/sys/arch/i386/stand
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/23/2003 23:22:25
Module Name:	src
Committed By:	jdolecek
Date:		Thu Jan 23 21:22:25 UTC 2003

Modified Files:
	src/sys/arch/i386/stand/biosboot: version
	src/sys/arch/i386/stand/lib: Makefile getextmemx.c
Added Files:
	src/sys/arch/i386/stand/lib: biosmemps2.S

Log Message:
add another memory size detection routine, using int15, function 0xc7, which
is supported on later IBM PS/2 models; this is necessary to detect memory
over 64MB
thanks go to Pavel Cahyna for testing on his IBM PS/2 machine with 128MB

bump biosboot version to 2.15


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/i386/stand/biosboot/version
cvs rdiff -r1.20 -r1.21 src/sys/arch/i386/stand/lib/Makefile
cvs rdiff -r0 -r1.1 src/sys/arch/i386/stand/lib/biosmemps2.S
cvs rdiff -r1.2 -r1.3 src/sys/arch/i386/stand/lib/getextmemx.c

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