From owner-cvs-all@FreeBSD.ORG Thu Oct 7 15:35:37 2004 Return-Path: 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 6E0A316A4CE; Thu, 7 Oct 2004 15:35:37 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0937743D1D; Thu, 7 Oct 2004 15:35:37 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i97FWnII038658; Thu, 7 Oct 2004 09:32:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 07 Oct 2004 09:34:30 -0600 (MDT) Message-Id: <20041007.093430.101590177.imp@bsdimp.com> To: dds@aueb.gr From: "M. Warner Losh" In-Reply-To: <416546A9.5040608@aueb.gr> References: <200410071145.i97BjLm6013567@repoman.freebsd.org> <20041007213329I.matusita@jp.FreeBSD.org> <416546A9.5040608@aueb.gr> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: matusita@jp.FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: dds@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc MAKEDEV src/sys/conf files.i386 majors src/sys/i386/conf LINT X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 07 Oct 2004 15:35:37 -0000 In message: <416546A9.5040608@aueb.gr> Diomidis Spinellis writes: : >> 2. Commit the driver for the PCL-724 ISA card identified in i386/46238. : >> The driver core is simple, but the infrastructure between 4.X and : >> [56].X is, I believe, sufficiently different to make its integration : >> into 4.X via an MFC from [56].X at least as risky as a direct commit. : Approved. Thanks. I'm sorry but there's *NO* chance that it would break by going into head first. There's *ALREADY* a working driver for RELENG_4 that can be committed directly to 4 after being committed to head first. I don't see the risk here. For a driver like this, the differences between 4 and 5/6 are tiny. Warner