From owner-cvs-src@FreeBSD.ORG Wed Nov 30 13:37:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5F51F16A41F; Wed, 30 Nov 2005 13:37:30 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D01843D8F; Wed, 30 Nov 2005 13:37:23 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAUDbMYX032272; Wed, 30 Nov 2005 13:37:22 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAUDbMFR032271; Wed, 30 Nov 2005 13:37:22 GMT (envelope-from marius) Message-Id: <200511301337.jAUDbMFR032271@repoman.freebsd.org> From: Marius Strobl Date: Wed, 30 Nov 2005 13:37:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/ofw/libofw ofw_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 30 Nov 2005 13:37:30 -0000 marius 2005-11-30 13:37:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/ofw/libofw ofw_disk.c Log: MFC: 1.13 - Add a workaround for the fact that OFW doesn't guarantee that devices can be opened multiple times simultaneously but we're expected to be able to do so by the rest of the loader. This fixes booting from disks attached to the on-board SCSI controller of Sun Ultra 1 (previously this triggered a trap) and probably also of AX1115 boards. - While here, remove unused variables and add empty lines where style(9) requires such. Revision Changes Path 1.12.2.1 +57 -6 src/sys/boot/ofw/libofw/ofw_disk.c