From owner-cvs-all Mon Sep 30 12:16:28 2002 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 D6EA037B4DA for ; Mon, 30 Sep 2002 12:16:20 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 191A843E65 for ; Mon, 30 Sep 2002 12:16:19 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 21112 invoked from network); 30 Sep 2002 19:16:18 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 30 Sep 2002 19:16:18 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8UJGFBv007266; Mon, 30 Sep 2002 15:16:15 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020930210738.A34860@freebie.xs4all.nl> Date: Mon, 30 Sep 2002 15:16:19 -0400 (EDT) From: John Baldwin To: Wilko Bulte Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Wilko Bulte , "Bruce A. Mah" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 30-Sep-2002 Wilko Bulte wrote: > On Mon, Sep 30, 2002 at 12:02:42PM -0700, Bruce A. Mah wrote: >> If memory serves me right, Wilko Bulte wrote: >> > wilko 2002/09/30 11:44:19 PDT >> > >> > Modified files: (Branch: RELENG_4) >> > release/doc/en_US.ISO8859-1/relnotes/common new.sgml >> > Log: >> > Note that one better disable isp-driven Qlogic fiberchannel cards when >> > installing on Alpha. >> >> This use of the release notes bothers me a teensy bit. >> >> The problem is that after the release (and we go to 4.7-STABLE), I clear >> out all of the release notes entries. (By definition they only contain >> information that's changed from one release to another.) So these >> little tidbits that you've been adding are going to disappear. > > I know.. :) > >> If this type of information is persistent across multiple releases, >> I'd put it in the hardware notes instead. Otherwise, when 4.8 comes >> around, you're going to wind up adding it again. > > Well, there is a fix that Matt mentioned which involves getting ispfw.ko > onto the install CD (IIRC). So, it is fixable and hopefully will be fixed > before 4.8 We could also put 'ispfw' into the GENERIC kernel which would work. That said, getting ispfw.ko onto the CD and loaded by the loader is not very hard to do. One just needs to stick 'ispfw_load="YES"' into loader.conf on the CD in the release makefile in the cdrom.1 target and copy ispfw.ko from somewhere to /boot on the CD in the same target. Suggestions on where to grab ispfw.ko from? I suppose we could just grab it from the bin dist tree. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message