[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Don't specify VT console structure at all when specifying
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID ee9691e23dbe4c7a4e52acde3f7c207ae0659627 # Parent c63083610678336061b3e96e7a44789023846e79 Don't specify VT console structure at all when specifying !console_use_vt. The dummy_con just confuses the VT implementation and you get no console output without manually specifying a console= boot parameter. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> diff -r c63083610678 -r ee9691e23dbe linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c --- a/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c Thu Feb 9 15:12:48 2006 +++ b/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c Thu Feb 9 16:42:51 2006 @@ -1866,13 +1866,6 @@ #endif } else { extern int console_use_vt; -#if defined(CONFIG_VGA_CONSOLE) - /* disable VGA driver */ - ORIG_VIDEO_ISVGA = VIDEO_TYPE_VLFB; -#endif -#if defined(CONFIG_DUMMY_CONSOLE) - conswitchp = &dummy_con; -#endif console_use_vt = 0; } } diff -r c63083610678 -r ee9691e23dbe linux-2.6-xen-sparse/arch/x86_64/kernel/setup-xen.c --- a/linux-2.6-xen-sparse/arch/x86_64/kernel/setup-xen.c Thu Feb 9 15:12:48 2006 +++ b/linux-2.6-xen-sparse/arch/x86_64/kernel/setup-xen.c Thu Feb 9 16:42:51 2006 @@ -961,13 +961,6 @@ #endif } else { extern int console_use_vt; -#if defined(CONFIG_VGA_CONSOLE) - /* disable VGA driver */ - ORIG_VIDEO_ISVGA = VIDEO_TYPE_VLFB; -#endif -#if defined(CONFIG_DUMMY_CONSOLE) - conswitchp = &dummy_con; -#endif console_use_vt = 0; } } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |