From owner-cvs-src@FreeBSD.ORG Sun Oct 26 02:29:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF57B16A4B3; Sun, 26 Oct 2003 02:29:15 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 741E243FA3; Sun, 26 Oct 2003 02:29:14 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from [10.0.0.2] (herring.nlsystems.com [10.0.0.2]) h9QAT2Tr074052; Sun, 26 Oct 2003 10:29:02 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Hidetoshi Shimokawa In-Reply-To: <200310260742.h9Q7gXlY027864@repoman.freebsd.org> References: <200310260742.h9Q7gXlY027864@repoman.freebsd.org> Content-Type: text/plain Message-Id: <1067164142.11285.1.camel@herring.nlsystems.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 26 Oct 2003 10:29:02 +0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on herring.nlsystems.com cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2003 10:29:16 -0000 Wouldn't it be simpler to just have: dev/dcons/dcons_crom.c optional dcons firewire since dcons_crom isn't much use without either dcons and firewire. Also, not many people will want to have dcons without a crom attachment (assuming they have firewire), IMHO. On Sun, 2003-10-26 at 07:42, Hidetoshi Shimokawa wrote: > simokawa 2003/10/26 00:42:33 PDT > > FreeBSD src repository > > Modified files: > sys/conf files > Log: > Revert previous change. > > We have to put dcons_crom at first after 'optional' and > dcons and firewire are necessary and not optional for dcons_crom anyway. > > Reported by: brooks > > Revision Changes Path > 1.840 +1 -1 src/sys/conf/files