Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2014 02:18:17 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265868 - head/sys/powerpc/conf
Message-ID:  <201405110218.s4B2IH6X081675@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sun May 11 02:18:17 2014
New Revision: 265868
URL: http://svnweb.freebsd.org/changeset/base/265868

Log:
  Use vt(4) by default on 32-bit PowerPC now that it is fully functional and
  fast. 64-bit PowerPC will follow along once the PS3 framebuffer driver is
  adapted.

Modified:
  head/sys/powerpc/conf/GENERIC

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Sun May 11 02:16:08 2014	(r265867)
+++ head/sys/powerpc/conf/GENERIC	Sun May 11 02:18:17 2014	(r265868)
@@ -121,12 +121,9 @@ device		sa		# Sequential Access (tape et
 device		cd		# CD
 device		pass		# Passthrough device (direct ATA/SCSI access)
 
-# syscons is the default console driver, resembling an SCO console
-device		sc
+# vt is the default console driver, resembling an SCO console
+device		vt		# Generic console driver (pulls in OF FB)
 device		kbdmux
-options 	SC_OFWFB	# OFW frame buffer
-options 	SC_DFLT_FONT	# compile font in
-makeoptions	SC_DFLT_FONT=cp437
 
 # Serial (COM) ports
 device		scc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405110218.s4B2IH6X081675>