]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 6 Mar 2014 18:30:56 +0000 (18:30 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 6 Mar 2014 18:30:56 +0000 (18:30 +0000)
commitbecb91cad3fcc4c1899272e1201d9d7ab2a1bff2
tree2c015c503188a6a75426ca67e8433237f3533f97
parent53b44e50e5993b632167a1ed2a500ecca674353a
MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,
259203,259221,259261,259532,259615,259650,259651,259667,259680,259727,
259761,259772,259776,259777,259830,259882,259915,260160,260449,260450,
260688,260888,260953,261269,261547,261551,261552,261553,261585:
Merge the vt(4) driver (newcons) to stable/10.

Approved by: ray

git-svn-id: svn://svn.freebsd.org/base/stable/10@262861 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
62 files changed:
sys/amd64/conf/VT [new file with mode: 0644]
sys/conf/files
sys/conf/files.amd64
sys/conf/files.arm
sys/conf/files.i386
sys/conf/files.powerpc
sys/conf/files.sparc64
sys/conf/kmod.mk
sys/conf/options
sys/dev/drm2/drmP.h
sys/dev/drm2/drm_fb_helper.c
sys/dev/drm2/drm_os_freebsd.h
sys/dev/drm2/i915/i915_drv.c
sys/dev/drm2/i915/intel_fb.c
sys/dev/drm2/radeon/radeon.h
sys/dev/drm2/radeon/radeon_drv.c
sys/dev/drm2/radeon/radeon_fb.c
sys/dev/drm2/radeon/radeon_pm.c
sys/dev/fb/fb_if.m [new file with mode: 0644]
sys/dev/fb/fbd.c [new file with mode: 0644]
sys/dev/syscons/scterm-teken.c
sys/dev/vt/colors/vt_termcolors.c [new file with mode: 0644]
sys/dev/vt/colors/vt_termcolors.h [new file with mode: 0644]
sys/dev/vt/font/vt_font_default.c [new file with mode: 0644]
sys/dev/vt/font/vt_mouse_cursor.c [new file with mode: 0644]
sys/dev/vt/hw/fb/vt_early_fb.c [new file with mode: 0644]
sys/dev/vt/hw/fb/vt_fb.c [new file with mode: 0644]
sys/dev/vt/hw/fb/vt_fb.h [new file with mode: 0644]
sys/dev/vt/hw/ofwfb/ofwfb.c [new file with mode: 0644]
sys/dev/vt/hw/vga/vga.c [new file with mode: 0644]
sys/dev/vt/hw/vga/vga_reg.h [new file with mode: 0644]
sys/dev/vt/hw/xboxfb/xboxfb.c [new file with mode: 0644]
sys/dev/vt/logo/logo_freebsd.c [new file with mode: 0644]
sys/dev/vt/vt.h [new file with mode: 0644]
sys/dev/vt/vt_buf.c [new file with mode: 0644]
sys/dev/vt/vt_consolectl.c [new file with mode: 0644]
sys/dev/vt/vt_core.c [new file with mode: 0644]
sys/dev/vt/vt_font.c [new file with mode: 0644]
sys/dev/vt/vt_sysmouse.c [new file with mode: 0644]
sys/i386/conf/VT [new file with mode: 0644]
sys/kern/subr_terminal.c [new file with mode: 0644]
sys/modules/drm2/drm2/Makefile
sys/modules/drm2/i915kms/Makefile
sys/modules/drm2/radeonkms/Makefile
sys/sparc64/sparc64/machdep.c
sys/sys/consio.h
sys/sys/eventhandler.h
sys/sys/fbio.h
sys/sys/terminal.h [new file with mode: 0644]
sys/sys/tty.h
sys/teken/demo/teken_demo.c
sys/teken/teken.c
sys/teken/teken.h
sys/teken/teken_subr.h
tools/tools/vt/fontcvt/Makefile [new file with mode: 0644]
tools/tools/vt/fontcvt/fontcvt.c [new file with mode: 0644]
tools/tools/vt/fontcvt/terminus.sh [new file with mode: 0644]
tools/tools/vt/mkkfont/Makefile [new file with mode: 0644]
tools/tools/vt/mkkfont/mkkfont.c [new file with mode: 0644]
tools/tools/vt/mkkfont/terminus.sh [new file with mode: 0644]
tools/tools/vt/setfont/Makefile [new file with mode: 0644]
tools/tools/vt/setfont/setfont.c [new file with mode: 0644]