]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
267622 Log:
authorray <ray@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 7 Jul 2014 14:16:05 +0000 (14:16 +0000)
committerray <ray@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 7 Jul 2014 14:16:05 +0000 (14:16 +0000)
commit466f5cd8ffde48eb18a6442f226bf493f78a1385
tree7d808123341a80f55c4f3e9f60035f4df44fc403
parentd1633dccb46998a6ac88b23701299a70680be80b
267622 Log:
  Rename vt(4) vga module to dismiss interference with syscons(4) vga module.
267623 Log:
  Remove stale link to deleted vt(4) xboxfb driver.
267624 Log:
  syscons(4) and vt(4) can be built together now.
267625 Log:
  Allow to disable syscons(4) if "hw.syscons.disable" kenv is set.
267626 Log:
  Suspend vt(4) initialization if "kern.vt.disable" kenv is set.
267965 by emaste@ Log:
  Use a common tunable to choose between vt(4)/sc(4)
  With this change and previous work from ray@ it will be possible to put
  both in GENERIC, and have one enabled by default, but allow the other to
  be selected via the loader.
  (The previous implementation had separate kern.vt.disable and
  hw.syscons.disable tunables, and would panic if both drivers were
  compiled in and neither was explicitly disabled.)
268175 by emaste@ Log:
  Fix vt(4) detection in kbdcontrol and vidcontrol
  As sc(4) and vt(4) coexist and are both enabled in GENERIC, the existence
  of a vt(4) sysctl is not sufficient to determine that vt(4) is in use.
  Reported by:  Trond Endrestøl
268045 by emaste@ Log:
  Add vt(4) to GENERIC and retire the separate VT config
  vt(4) and sc(4) can now coexist in the same kernel.  To choose the vt
  driver, set the loader tunable kern.vty=vt .

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@268366 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
19 files changed:
share/man/man4/vt.4
sys/amd64/conf/GENERIC
sys/amd64/conf/VT [deleted file]
sys/conf/files
sys/conf/files.i386
sys/dev/syscons/syscons.c
sys/dev/syscons/sysmouse.c
sys/dev/vt/hw/vga/vt_vga.c [moved from sys/dev/vt/hw/vga/vga.c with 99% similarity]
sys/dev/vt/hw/vga/vt_vga_reg.h [moved from sys/dev/vt/hw/vga/vga_reg.h with 100% similarity]
sys/dev/vt/vt.h
sys/dev/vt/vt_consolectl.c
sys/dev/vt/vt_core.c
sys/dev/vt/vt_sysmouse.c
sys/i386/conf/GENERIC
sys/i386/conf/VT [deleted file]
sys/kern/kern_cons.c
sys/sys/cons.h
usr.sbin/kbdcontrol/kbdcontrol.c
usr.sbin/vidcontrol/vidcontrol.c