summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2014-08-05 18:19:51 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2014-08-05 18:19:51 +0000
commit222c2c3d8072036484c31f02fdd7b9da32fc06cf (patch)
tree7ef2f7c26da65b208a58175d3a318b00b4599ad9 /sys/conf
parent07849d0d0d6b3dab3dfb1e9ac60b55bdc6e826a9 (diff)
downloadFreeBSD-src-222c2c3d8072036484c31f02fdd7b9da32fc06cf.zip
FreeBSD-src-222c2c3d8072036484c31f02fdd7b9da32fc06cf.tar.gz
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.
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 53b0920..0c160d4 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