From owner-cvs-src-old@FreeBSD.ORG Mon Jul 13 16:36:18 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A86B510656BC for ; Mon, 13 Jul 2009 16:36:18 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 94A628FC29 for ; Mon, 13 Jul 2009 16:36:18 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6DGaITR015224 for ; Mon, 13 Jul 2009 16:36:18 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6DGaId6015223 for cvs-src-old@freebsd.org; Mon, 13 Jul 2009 16:36:18 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <200907131636.n6DGaId6015223@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Mon, 13 Jul 2009 16:36:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/boot/i386/libi386 biosdisk.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2009 16:36:19 -0000 rpaulo 2009-07-13 16:36:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/boot/i386/libi386 biosdisk.c Log: SVN rev 195657 on 2009-07-13 16:36:04Z by rpaulo MFC r195045: On special systems where the MBR and the GPT are in sync (up to the 4th slicei, Apple EFI hardware), the bootloader will fail to recognize the GPT if it finds anything else but the EFI partition. Change the check to continue detecting the GPT by looking at the EFI partition on the MBR but stopping successfuly after finding it. PR: kern/134590 Submitted by: Christoph Langguth Reviewed by: jhb Revision Changes Path 1.48.2.12 +1 -1 src/sys/boot/i386/libi386/biosdisk.c