From owner-freebsd-current@FreeBSD.ORG Sun May 18 14:30:57 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E08037B404; Sun, 18 May 2003 14:30:57 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 861DD43FB1; Sun, 18 May 2003 14:30:56 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h4ILUqm2004137; Sun, 18 May 2003 14:30:56 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h4ILUqmo004136; Sun, 18 May 2003 14:30:52 -0700 (PDT) Date: Sun, 18 May 2003 14:30:52 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030518213052.GA1393@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Ruslan Ermilov , current@FreeBSD.org, re@FreeBSD.org References: <20030518083130.GD24393@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030518083130.GD24393@sunbay.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: re@FreeBSD.org cc: current@FreeBSD.org Subject: Re: Tidying src/release/*/{dokern.sh,drivers.conf} X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: current@FreeBSD.org, re@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2003 21:30:57 -0000 On Sun, May 18, 2003 at 11:31:30AM +0300, Ruslan Ermilov wrote: > Index: sys/alpha/conf/GENERIC > =================================================================== > RCS file: /home/ncvs/src/sys/alpha/conf/GENERIC,v > retrieving revision 1.159 > diff -u -r1.159 GENERIC > --- sys/alpha/conf/GENERIC 21 Apr 2003 16:44:04 -0000 1.159 > +++ sys/alpha/conf/GENERIC 18 May 2003 08:26:10 -0000 > @@ -95,6 +95,7 @@ > # SCSI Controllers > device ahc # AHA2940 and onboard AIC7xxx devices > device isp # Qlogic family > +device ispfw # Firmware module for Qlogic host adapters Why? The isp(4) and ispfw(4) maintainer has purposely not done this.