[kernel] r15174 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Tue Feb 16 10:26:45 UTC 2010


Author: maks
Date: Tue Feb 16 10:26:43 2010
New Revision: 15174

Log:
topconfig enable VT_HW_CONSOLE_BINDING

seen enabled on fedora, and only disabled due to legacy reasons
(was a dev option back then).
fixes stupid grub to first load efifb and to allow to unbind that one.

Tested-by: Kan-Ru Chen <kanru at kanru.info>

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Tue Feb 16 10:13:55 2010	(r15173)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Feb 16 10:26:43 2010	(r15174)
@@ -8,8 +8,9 @@
   * macvlan: Add bridge, VEPA and private modes (Closes: #568756)
 
   [ maximilian attems]
-  * Postinst don't refercence k-p related manpage. (Closes: #542208)
+  * Postinst don't refercence k-p related manpage. (closes: #542208)
   * Postinst only write kernel-img.conf for palo boxes.
+  * Enable VT_HW_CONSOLE_BINDING for unbinding efifb. (closes: #569314)
 
   [ Bastian Blank ]
   * Restrict access to sensitive SysRq keys by default.

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Tue Feb 16 10:13:55 2010	(r15173)
+++ dists/trunk/linux-2.6/debian/config/config	Tue Feb 16 10:26:43 2010	(r15174)
@@ -209,7 +209,7 @@
 ##
 ## file: drivers/char/Kconfig
 ##
-# CONFIG_VT_HW_CONSOLE_BINDING is not set
+CONFIG_VT_HW_CONSOLE_BINDING=y
 # CONFIG_DEVKMEM is not set
 CONFIG_COMPUTONE=m
 CONFIG_MOXA_SMARTIO=m



More information about the Kernel-svn-changes mailing list