From owner-cvs-all@FreeBSD.ORG Thu Jul 8 06:09:22 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 C77E816A4D0; Thu, 8 Jul 2004 06:09:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A412C43D55; Thu, 8 Jul 2004 06:09:22 +0000 (GMT) (envelope-from grehan@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 i6869MQh098378; Thu, 8 Jul 2004 06:09:22 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6869M6Z098377; Thu, 8 Jul 2004 06:09:22 GMT (envelope-from grehan) Message-Id: <200407080609.i6869M6Z098377@repoman.freebsd.org> From: Peter Grehan Date: Thu, 8 Jul 2004 06:09:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/ofw/libofw openfirm.c 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, 08 Jul 2004 06:09:23 -0000 grehan 2004-07-08 06:09:22 UTC FreeBSD src repository Modified files: sys/boot/ofw/libofw openfirm.c Log: All hell breaks loose if the loader image is released before jumping to the kernel. Another bug exposed by removing the 1:1 BAT mapping. Sparc64 doesn't do this either. Compile tested on: panther (sparc64). Code built, but not used, on sparc64. Revision Changes Path 1.9 +3 -1 src/sys/boot/ofw/libofw/openfirm.c