From owner-cvs-src@FreeBSD.ORG Sun Nov 7 22:49:16 2004 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 50D6716A4CE; Sun, 7 Nov 2004 22:49:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 450F143D39; Sun, 7 Nov 2004 22:49:16 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA7MnG97043920; Sun, 7 Nov 2004 22:49:16 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA7MnGlI043919; Sun, 7 Nov 2004 22:49:16 GMT (envelope-from marcel) Message-Id: <200411072249.iA7MnGlI043919@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 7 Nov 2004 22:49:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/release/ia64 mkisoimages.sh 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, 07 Nov 2004 22:49:16 -0000 marcel 2004-11-07 22:49:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/ia64 mkisoimages.sh Log: MFC rev. 1.10: Put the ispfw.ko module on the EFI boot partition when creating a bootable ISO. HP machines (like the rx2600) that (also) have isp(4) may have a non-standard firmware on the controller. Our isp(4) driver is not able to work with those and even panics. This makes installing FreeBSD rather impossible. By adding the ispfw.ko module, we give the user a chance to upload a certified firmware onto the card and so make it possible to either use the isp(4) successfully or otherwise avoid the panic. Missed for 5.3 by: marcel Revision Changes Path 1.9.2.1 +1 -0 src/release/ia64/mkisoimages.sh