Subject: CVS commit: syssrc/sys/arch/i386
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 07/10/2002 22:09:36
Module Name:	syssrc
Committed By:	drochner
Date:		Wed Jul 10 19:09:36 UTC 2002

Modified Files:
	syssrc/sys/arch/i386/i386: kvm86.c
	syssrc/sys/arch/i386/include: kvm86.h

Log Message:
add a function to read from the BIOS vm86
(most of it is already mapped to KVM, but it appears easier to me
to do it this way instead of a lot of range checks)


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/i386/i386/kvm86.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/i386/include/kvm86.h

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