Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 12/25/2007 14:22:27
Module Name:	src
Committed By:	joerg
Date:		Tue Dec 25 14:22:27 UTC 2007

Modified Files:
	src/sys/arch/i386/conf: ALL
	src/sys/arch/x86/conf: files.x86
	src/sys/dev/pci: files.pci vga_pci.c
Added Files:
	src/sys/arch/x86/include: vga_post.h
	src/sys/arch/x86/x86: vga_post.c

Log Message:
Add initial version of calling VGA POST from vga_resume. This is the
equivalent to "vbetool post" using x86emu in the kernel.


To generate a diff of this commit:
cvs rdiff -r1.148 -r1.149 src/sys/arch/i386/conf/ALL
cvs rdiff -r1.37 -r1.38 src/sys/arch/x86/conf/files.x86
cvs rdiff -r0 -r1.1 src/sys/arch/x86/include/vga_post.h
cvs rdiff -r0 -r1.1 src/sys/arch/x86/x86/vga_post.c
cvs rdiff -r1.299 -r1.300 src/sys/dev/pci/files.pci
cvs rdiff -r1.37 -r1.38 src/sys/dev/pci/vga_pci.c

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