From owner-cvs-all@FreeBSD.ORG Sun Aug 6 13:39:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8919016A4E0; Sun, 6 Aug 2006 13:39:39 +0000 (UTC) (envelope-from rik@inse.ru) Received: from mail.inse.ru (inse.ru [144.206.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E35743D5A; Sun, 6 Aug 2006 13:39:38 +0000 (GMT) (envelope-from rik@inse.ru) Received: from [127.0.0.1] (www.inse.ru [144.206.128.1]) by mail.inse.ru (Postfix) with ESMTP id 81A3F33C66; Sun, 6 Aug 2006 17:39:37 +0400 (MSD) Message-ID: <44D5F2C1.7080606@inse.ru> Date: Sun, 06 Aug 2006 17:46:41 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.12) Gecko/20060103 ASPLinux/1.7.12-1.5.1.1asp X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: Roman Kurakin References: <200608061106.k76B6ahO042778@repoman.freebsd.org> In-Reply-To: <200608061106.k76B6ahO042778@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 13:39:39 -0000 Example is for developers mostly, so I in doubts about MFC compilation fixup and this one commit. rik Roman Kurakin: >rik 2006-08-06 11:06:36 UTC > > FreeBSD src repository > > Modified files: > share/examples/drivers make_device_driver.sh > Log: > - Added ability to provide (optional) path to the kernel sources > - Fixed path for ${s}/conf/files.FOO and a note that it should be merged into > corresponding file to be able to compile the kernel > - Changed kernel configuration example with the driver: it is not produced by > copying Generic but by including it > - Changed from automatic module building to asking an user if it whants to > > Reviewed by: julian@ > > Revision Changes Path > 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh > >