Date: Fri, 26 Jun 2009 09:32:31 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/i386/libi386 biosdisk.c Message-ID: <200906260932.n5Q9WjWx087074@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rpaulo 2009-06-26 09:32:31 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 biosdisk.c Log: SVN rev 195045 on 2009-06-26 09:32:31Z by rpaulo 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 <christoph at rosenkeller.org> Reviewed by: jhb MFC after: 2 weeks Approved by: re (kib) Revision Changes Path 1.62 +1 -1 src/sys/boot/i386/libi386/biosdisk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906260932.n5Q9WjWx087074>