head	1.1;
access;
symbols
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2014.03.27.17.02.36;	author svnexp;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2014.03.27.17.02.36;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@file VT was initially added on branch RELENG_9.
@
text
@@


1.1.2.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/263821
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 14
# VT -- kernel config using the vt(9) system console instead of legacy syscons
#                                                                              
# For more information see https://wiki.freebsd.org/Newcons
#
# $FreeBSD: stable/9/sys/i386/conf/VT 263821 2014-03-27 16:55:12Z gjb $

include		GENERIC
ident		VT

nodevice	sc
nodevice	vga

device		vt
device		vt_vga
@

