Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/sys/arch
Module Name: src
Committed By: martin
Date: Thu Mar 30 11:45:34 UTC 2023
Modified Files:
src/sys/arch/x86/x86 [netbsd-10]: consinit.c
src/sys/arch/xen/include [netbsd-10]: xen.h
src/sys/arch/xen/x86 [netbsd-10]: pvh_consinit.c
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #131):
sys/arch/x86/x86/consinit.c: revision 1.36
sys/arch/xen/x86/pvh_consinit.c: revision 1.3
sys/arch/xen/include/xen.h: revision 1.48
Allow a PVH dom0 to use VGA as console: make xen_pvh_consinit() return 1 if
it handles the console and 0 otherwise (especially when console=tty0 or
console=pc is present on the command line).
In consinit() fallback to native console selection if xen_pvh_consinit()
returns 0.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.35.4.1 src/sys/arch/x86/x86/consinit.c
cvs rdiff -u -r1.47 -r1.47.20.1 src/sys/arch/xen/include/xen.h
cvs rdiff -u -r1.2 -r1.2.20.1 src/sys/arch/xen/x86/pvh_consinit.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index