summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-09-04 18:18:29 +0000
committeremaste <emaste@FreeBSD.org>2014-09-04 18:18:29 +0000
commitfb8b6d3e049d6ff50a8f60558ec70e78e57f0178 (patch)
tree16525b7f0ed2cec2e17d20695dc50e2236fe3e6c /sys/conf
parentcc4c44cb58c7c330cc982681de832902ca0d4810 (diff)
downloadFreeBSD-src-fb8b6d3e049d6ff50a8f60558ec70e78e57f0178.zip
FreeBSD-src-fb8b6d3e049d6ff50a8f60558ec70e78e57f0178.tar.gz
MFC vt(4) driver for Sun creator(4) framebuffers
r269601 (nwhitehorn): Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffers handled by creator(4) (Sun Creator 3D, Elite 3D, etc.). This provides vt(4) consoles on all devices currently supported by syscons on sparc64. The driver should also be easily adaptable to support newer Sun framebuffers such as the XVR-500 and higher. Many thanks to dumbbell@ (Jean-Sebastien Pedron) for testing this remotely during development. r269783 (dumbbell): vt(4): Colors are indexed against a console palette, not a VGA palette Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.sparc641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 5c00350..0a8f574 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -35,6 +35,7 @@ dev/atkbdc/psm.c optional psm atkbdc
dev/auxio/auxio.c optional auxio sbus | auxio ebus
dev/esp/esp_sbus.c optional esp sbus
dev/fb/creator.c optional creator sc
+dev/fb/creator_vt.c optional creator vt
dev/fb/fb.c optional sc
dev/fb/gallant12x22.c optional sc
dev/fb/machfb.c optional machfb sc
OpenPOWER on IntegriCloud