From owner-cvs-all@FreeBSD.ORG Sun Aug 6 11:06:37 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 800F316A4DE; Sun, 6 Aug 2006 11:06:37 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB35F43D5A; Sun, 6 Aug 2006 11:06:36 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76B6aUI042779; Sun, 6 Aug 2006 11:06:36 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76B6ahO042778; Sun, 6 Aug 2006 11:06:36 GMT (envelope-from rik) Message-Id: <200608061106.k76B6ahO042778@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 6 Aug 2006 11:06:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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 11:06:37 -0000 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