svn commit: r259071 - head/sys/conf

Aleksandr Rybalko ray at FreeBSD.org
Sat Dec 7 15:24:44 UTC 2013


Author: ray
Date: Sat Dec  7 15:24:43 2013
New Revision: 259071
URL: http://svnweb.freebsd.org/changeset/base/259071

Log:
  Include dev/fb/fb_if.m in build always, without it kms modules complain about
  lack of fb_getinfo_desc symbol.
  
  Submitted by:	dumbbell
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Sat Dec  7 13:11:50 2013	(r259070)
+++ head/sys/conf/files	Sat Dec  7 15:24:43 2013	(r259071)
@@ -1397,7 +1397,7 @@ dev/ex/if_ex_pccard.c		optional ex pccar
 dev/exca/exca.c			optional cbb
 dev/fatm/if_fatm.c		optional fatm pci
 dev/fb/fbd.c			optional fbd | vt
-dev/fb/fb_if.m			optional fbd | vt
+dev/fb/fb_if.m			standard
 dev/fb/splash.c			optional splash
 dev/fdt/fdt_common.c		optional fdt
 dev/fdt/fdt_ic_if.m		optional fdt


More information about the svn-src-head mailing list