From owner-freebsd-current@FreeBSD.ORG Sun May 18 17:31:25 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 9F78A37B401; Sun, 18 May 2003 17:31:25 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id D583643F85; Sun, 18 May 2003 17:31:24 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h4J0RIZ15903; Sun, 18 May 2003 17:27:18 -0700 Received: from btc.adaptec.com (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id RAA14852; Sun, 18 May 2003 17:31:07 -0700 (PDT) Message-ID: <3EC825C4.6040203@btc.adaptec.com> Date: Sun, 18 May 2003 18:31:00 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Wemm References: <20030518224101.8E9262A7EA@canning.wemm.org> In-Reply-To: <20030518224101.8E9262A7EA@canning.wemm.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: David O'Brien cc: Ruslan Ermilov cc: current@FreeBSD.org cc: re@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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 00:31:26 -0000 Peter Wemm wrote: > Wilko Bulte wrote: > >>On Sun, May 18, 2003 at 02:30:52PM -0700, David O'Brien wrote: >> >>>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 adapt > > ers > >>>Why? The isp(4) and ispfw(4) maintainer has purposely not done this. >> >>Matt (mjacob) has learned me that having the right firmware >>loaded via ispfw.ko can be quite crucial to have isp operate correctly. >>ispfw.ko is rather big, due to the various different isp f/w >>revs/cards it supports. > > > Yes, but he had intended that it be used as a module so that it could be > unloaded when finished. It is only used once, to bootstrap the cards. > Putting it in GENERIC prevents the unload. > Is the isp(4) driver smart enough to load the ispfw module in a default install with no user intervention? I'm having trouble locating any code in the isp driver that would do this. Scott