Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2012 15:16:41 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241936 - head/sys/conf
Message-ID:  <201210231516.q9NFGfWx094322@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Oct 23 15:16:40 2012
New Revision: 241936
URL: http://svn.freebsd.org/changeset/base/241936

Log:
  Add support for syscons (we should consider moving most of this into
  files, another day).

Modified:
  head/sys/conf/files.mips

Modified: head/sys/conf/files.mips
==============================================================================
--- head/sys/conf/files.mips	Tue Oct 23 15:15:16 2012	(r241935)
+++ head/sys/conf/files.mips	Tue Oct 23 15:16:40 2012	(r241936)
@@ -72,6 +72,15 @@ compat/freebsd32/freebsd32_sysent.c	opti
 kern/imgact_elf32.c			optional	compat_freebsd32
 mips/mips/freebsd32_machdep.c		optional	compat_freebsd32
 
+# cfe support
 dev/cfe/cfe_api.c			optional	cfe
 dev/cfe/cfe_console.c			optional	cfe_console
 dev/cfe/cfe_env.c			optional	cfe_env
+
+# syscons support
+dev/fb/fb.c				optional	sc
+dev/kbd/kbd.c				optional	sc
+dev/syscons/scgfbrndr.c			optional	sc
+dev/syscons/scterm-teken.c		optional	sc
+dev/syscons/scvtb.c			optional	sc
+mips/mips/sc_machdep.c			optional	sc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210231516.q9NFGfWx094322>