From 74b8e10dc8320877d77c972a0f9a432c58388311 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 7 Jul 2014 14:16:05 +0000 Subject: =?UTF-8?q?267622=20Log:=20=20=20Rename=20vt(4)=20vga=20module=20t?= =?UTF-8?q?o=20dismiss=20interference=20with=20syscons(4)=20vga=20module.?= =?UTF-8?q?=20267623=20Log:=20=20=20Remove=20stale=20link=20to=20deleted?= =?UTF-8?q?=20vt(4)=20xboxfb=20driver.=20267624=20Log:=20=20=20syscons(4)?= =?UTF-8?q?=20and=20vt(4)=20can=20be=20built=20together=20now.=20267625=20?= =?UTF-8?q?Log:=20=20=20Allow=20to=20disable=20syscons(4)=20if=20"hw.sysco?= =?UTF-8?q?ns.disable"=20kenv=20is=20set.=20267626=20Log:=20=20=20Suspend?= =?UTF-8?q?=20vt(4)=20initialization=20if=20"kern.vt.disable"=20kenv=20is?= =?UTF-8?q?=20set.=20267965=20by=20emaste@=20Log:=20=20=20Use=20a=20common?= =?UTF-8?q?=20tunable=20to=20choose=20between=20vt(4)/sc(4)=20=20=20With?= =?UTF-8?q?=20this=20change=20and=20previous=20work=20from=20ray@=20it=20w?= =?UTF-8?q?ill=20be=20possible=20to=20put=20=20=20both=20in=20GENERIC,=20a?= =?UTF-8?q?nd=20have=20one=20enabled=20by=20default,=20but=20allow=20the?= =?UTF-8?q?=20other=20to=20=20=20be=20selected=20via=20the=20loader.=20=20?= =?UTF-8?q?=20(The=20previous=20implementation=20had=20separate=20kern.vt.?= =?UTF-8?q?disable=20and=20=20=20hw.syscons.disable=20tunables,=20and=20wo?= =?UTF-8?q?uld=20panic=20if=20both=20drivers=20were=20=20=20compiled=20in?= =?UTF-8?q?=20and=20neither=20was=20explicitly=20disabled.)=20268175=20by?= =?UTF-8?q?=20emaste@=20Log:=20=20=20Fix=20vt(4)=20detection=20in=20kbdcon?= =?UTF-8?q?trol=20and=20vidcontrol=20=20=20As=20sc(4)=20and=20vt(4)=20coex?= =?UTF-8?q?ist=20and=20are=20both=20enabled=20in=20GENERIC,=20the=20existe?= =?UTF-8?q?nce=20=20=20of=20a=20vt(4)=20sysctl=20is=20not=20sufficient=20t?= =?UTF-8?q?o=20determine=20that=20vt(4)=20is=20in=20use.=20=20=20Reported?= =?UTF-8?q?=20by:=20=20Trond=20Endrest=C3=B8l=20268045=20by=20emaste@=20Lo?= =?UTF-8?q?g:=20=20=20Add=20vt(4)=20to=20GENERIC=20and=20retire=20the=20se?= =?UTF-8?q?parate=20VT=20config=20=20=20vt(4)=20and=20sc(4)=20can=20now=20?= =?UTF-8?q?coexist=20in=20the=20same=20kernel.=20=20To=20choose=20the=20vt?= =?UTF-8?q?=20=20=20driver,=20set=20the=20loader=20tunable=20kern.vty=3Dvt?= =?UTF-8?q?=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sponsored by: The FreeBSD Foundation --- sys/conf/files.i386 | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/conf/files.i386') diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index acbfe9f..6e6098c 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -293,7 +293,6 @@ dev/viawd/viawd.c optional viawd dev/vmware/vmxnet3/if_vmx.c optional vmx dev/acpica/acpi_if.m standard dev/acpi_support/acpi_wmi_if.m standard -dev/vt/hw/xboxfb/xboxfb.c optional vt_xboxfb dev/wbwd/wbwd.c optional wbwd dev/wpi/if_wpi.c optional wpi dev/isci/isci.c optional isci -- cgit v1.1