Subject: Re: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: source-changes
Date: 12/25/2007 15:26:30
On Tue, Dec 25, 2007 at 02:22:27PM +0000, Joerg Sonnenberger wrote:
> Log Message:
> Add initial version of calling VGA POST from vga_resume. This is the
> equivalent to "vbetool post" using x86emu in the kernel.

For now, this requires options X86EMU and VGA_POST. The code is mostly
MI, so it should be easy to port to other architectures if you know how
to do the port IO. If you want to, you have to virtualise at least two
more ports for the PCI acccess, but that should be straight forward.

Joerg