summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2014-05-11 02:18:17 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2014-05-11 02:18:17 +0000
commitf3ac4480a90327bd4773c942d6d6f382c3e650f4 (patch)
treec1d13caf873bac848808a862243dbc755463cf3f /sys/powerpc/conf
parent0d88dcb1ca688ec85627bec7e40099420789c762 (diff)
downloadFreeBSD-src-f3ac4480a90327bd4773c942d6d6f382c3e650f4.zip
FreeBSD-src-f3ac4480a90327bd4773c942d6d6f382c3e650f4.tar.gz
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.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 4400b53..15139e9 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -121,12 +121,9 @@ device sa # Sequential Access (tape etc)
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
OpenPOWER on IntegriCloud