Date: Wed, 2 Jul 2014 19:46:42 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268173 - head/sys/conf Message-ID: <201407021946.s62JkgHo051426@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marius Date: Wed Jul 2 19:46:42 2014 New Revision: 268173 URL: http://svnweb.freebsd.org/changeset/base/268173 Log: 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). Modified: head/sys/conf/files.sparc64 Modified: head/sys/conf/files.sparc64 ============================================================================== --- head/sys/conf/files.sparc64 Wed Jul 2 19:31:49 2014 (r268172) +++ head/sys/conf/files.sparc64 Wed Jul 2 19:46:42 2014 (r268173) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407021946.s62JkgHo051426>