Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 05/07/2006 21:48:35
Module Name: src
Committed By: bouyer
Date: Sun May 7 21:48:35 UTC 2006
Modified Files:
src/sys/arch/xen/xen: xencons.c
Log Message:
Initialise a few things earlier, so that getc() works before the console
is probed for dom0. This makes -c and -d work on Xen3/dom0 kernels.
The kernel still gets a trap on Xen2/dom0.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/arch/xen/xen/xencons.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.