From owner-svn-soc-all@FreeBSD.ORG Sun Aug 10 05:31:09 2014 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B405B534 for ; Sun, 10 Aug 2014 05:31:09 +0000 (UTC) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84F8E2758 for ; Sun, 10 Aug 2014 05:31:09 +0000 (UTC) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7A5V9pp067679 for ; Sun, 10 Aug 2014 05:31:09 GMT (envelope-from seiya@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.9/8.14.9/Submit) id s7A5V8OW067428 for svn-soc-all@FreeBSD.org; Sun, 10 Aug 2014 05:31:08 GMT (envelope-from seiya@FreeBSD.org) Date: Sun, 10 Aug 2014 05:31:08 GMT Message-Id: <201408100531.s7A5V8OW067428@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to seiya@FreeBSD.org using -f From: seiya@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r272156 - in soc2014/seiya/bootsplash/sys: conf modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 05:31:09 -0000 Author: seiya Date: Sun Aug 10 05:31:07 2014 New Revision: 272156 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=272156 Log: some enhancements Modified: soc2014/seiya/bootsplash/sys/conf/NOTES soc2014/seiya/bootsplash/sys/conf/files soc2014/seiya/bootsplash/sys/modules/Makefile Modified: soc2014/seiya/bootsplash/sys/conf/NOTES ============================================================================== --- soc2014/seiya/bootsplash/sys/conf/NOTES Sun Aug 10 03:09:35 2014 (r272155) +++ soc2014/seiya/bootsplash/sys/conf/NOTES Sun Aug 10 05:31:07 2014 (r272156) @@ -1393,6 +1393,7 @@ options FB_DEBUG # Frame buffer debugging device splash # Splash screen and screen saver support +device bsplash # Enhanced splash screen # Various screen savers. device blank_saver Modified: soc2014/seiya/bootsplash/sys/conf/files ============================================================================== --- soc2014/seiya/bootsplash/sys/conf/files Sun Aug 10 03:09:35 2014 (r272155) +++ soc2014/seiya/bootsplash/sys/conf/files Sun Aug 10 05:31:07 2014 (r272156) @@ -1375,7 +1375,7 @@ dev/fb/fb_if.m standard dev/fb/splash.c optional sc splash dev/fb/bsplash.c optional sc bsplash -dev/fb/bmp.c optional sc bsplash +dev/fb/bmp.c optional sc splash | sc bsplash dev/fdt/fdt_common.c optional fdt dev/fdt/fdt_slicer.c optional fdt cfi | fdt nand dev/fdt/fdt_static_dtb.S optional fdt fdt_dtb_static \ Modified: soc2014/seiya/bootsplash/sys/modules/Makefile ============================================================================== --- soc2014/seiya/bootsplash/sys/modules/Makefile Sun Aug 10 03:09:35 2014 (r272155) +++ soc2014/seiya/bootsplash/sys/modules/Makefile Sun Aug 10 05:31:07 2014 (r272156) @@ -53,7 +53,7 @@ ${_bktr} \ ${_bm} \ bridgestp \ - bsplash \ + ${_bsplash} \ bwi \ bwn \ cam \ @@ -657,6 +657,7 @@ _arcmsr= arcmsr _asmc= asmc _bktr= bktr +_bsplash= bsplash _bxe= bxe _cardbus= cardbus _cbb= cbb