From 8ea3ffb13d1a821dd732f00fd3dd0285e6797aaa Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Wed, 2 Jul 2014 19:46:42 +0000 Subject: [PATCH] Remove ofwfb(4) in order to fix the LINT build breakage caused by r268069. Both vt(4) and ofwfb(4) need a lot of love to be usable on sparc64 and even then the performance of ofwfb(4) would suck compared to hardware accelerated drivers like creator(4) and machfb(4). --- sys/conf/files.sparc64 | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64 index ccee247ba4d..6450ede8dc1 100644 --- a/sys/conf/files.sparc64 +++ b/sys/conf/files.sparc64 @@ -60,7 +60,6 @@ dev/syscons/scterm-teken.c optional sc dev/syscons/scvtb.c optional sc dev/uart/uart_cpu_sparc64.c optional uart dev/uart/uart_kbd_sun.c optional uart sc | vt -dev/vt/hw/ofwfb/ofwfb.c optional vt kern/kern_clocksource.c standard kern/subr_dummy_vdso_tc.c standard kern/syscalls.c optional ktr