From owner-svn-src-all@FreeBSD.ORG Sun Dec 8 00:16:57 2013 Return-Path: Delivered-To: svn-src-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 9440FFDC for ; Sun, 8 Dec 2013 00:16:57 +0000 (UTC) Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2730913B9 for ; Sun, 8 Dec 2013 00:16:56 +0000 (UTC) Received: by mail-ee0-f51.google.com with SMTP id b15so913520eek.38 for ; Sat, 07 Dec 2013 16:16:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:user-agent:in-reply-to:references:mime-version :content-type:content-transfer-encoding:subject:from:date:to:cc :message-id; bh=gv/01Rl02xcC9MOIR7yuUYIA13GpHdk2AGPInEXybBA=; b=YmmW6/ieo0ItG/TTOkg/akdlr34f+5kG1uKeCFDurxGuQNHth/j1HKo4YoBFCwIIvi A80FqpnkYLT806ZkJvo4vAaRhQtL4lv+b3RgeEf611gyTBHZXbWFquuOr6k89LcUxumb IhN/vrLKR6wT50NedTE27aoFBgYmmA4COhDF2PXcD7tY9iEupZxyWFz99uZRX+W3kd7L XF39mXehAc5LGvDK+tGsVcosxV23C8dOPODAglICozSyOYwEgPSXvTpfoKkYuWqy2L4s RExhZp8Odq8JDQO+sxII5wxx6oNb7U87Fo0l5vyCi9opMtpYv+pc/LVojErj6D65HsSI 58Kg== X-Gm-Message-State: ALoCoQlJzKMQDPMIZc5ziBi7pyij1bwhQF6ObIshLmLfPDW1zsZLEQHiTrMoWq6S4NsPoBpt0FHO X-Received: by 10.15.45.135 with SMTP id b7mr1138970eew.88.1386461417313; Sat, 07 Dec 2013 16:10:17 -0800 (PST) Received: from [100.80.225.11] ([37.73.230.125]) by mx.google.com with ESMTPSA id g47sm11491277eeo.19.2013.12.07.16.10.14 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 07 Dec 2013 16:10:16 -0800 (PST) User-Agent: K-9 Mail for Android In-Reply-To: <20131207153150.GN59496@kib.kiev.ua> References: <201312071524.rB7FOhWn008164@svn.freebsd.org> <20131207153150.GN59496@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: svn commit: r259071 - head/sys/conf From: Aleksandr Rybalko Date: Sun, 08 Dec 2013 02:10:02 +0200 To: Konstantin Belousov , Aleksandr Rybalko Message-ID: <357833a7-3088-4013-9376-89dfa9ca90fb@email.android.com> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Dec 2013 00:16:57 -0000 Konstantin Belousov написав(ла): >On Sat, Dec 07, 2013 at 03:24:43PM +0000, Aleksandr Rybalko wrote: >> 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 > >As a tangentially related, I noted that logo_freebsd.c is compiled >in unconditional. Is it required, can it be made an option ? > >Also, is it possible to make the mouse cursor an option, same as it >was in syscons with SC_NO_CUTPASTE ? Hi Konstantin, Yeah, no problem for both questions. Working on that. Thanks a lot! WBW ------ Aleksandr Rybalko