summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-09-04 18:15:36 +0000
committeremaste <emaste@FreeBSD.org>2014-09-04 18:15:36 +0000
commitcc4c44cb58c7c330cc982681de832902ca0d4810 (patch)
treeb66db0b68368ee7f5e19910075d9b88f41cf4ab5 /sys/powerpc/conf
parentec5503de3e143c9ba9bdd4bac9a6f06c07995512 (diff)
downloadFreeBSD-src-cc4c44cb58c7c330cc982681de832902ca0d4810.zip
FreeBSD-src-cc4c44cb58c7c330cc982681de832902ca0d4810.tar.gz
MFC PS3 vt(4) console support
r265871 (nwhitehorn): Move the PS3 framebuffer console to use vt instead of syscons and adjust GENERIC64 for PowerPC to use vt with it. Much to my chagrin, PS3 support seems to have bitrotted somewhat since the last time I tried it. ehci panics on attach and interrupt handling seems to be faulty. This should be fixed soon... r269783 (dumbbell): Fix two files forgotten in r269783 (vt_generate_cons_palette) r268895 (nwhitehorn): Enable X11 via xf86-video-scfb on the Playstation 3. This commit made from an xterm running for the first time on said Playstation. Approved by: nwhitehorn Relnotes: yes
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC647
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index fcb0fb2..505f701 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -111,12 +111,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 # Core console driver
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