From owner-cvs-src@FreeBSD.ORG Wed Jan 30 14:22:57 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B3F116A419 for ; Wed, 30 Jan 2008 14:22:57 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 5936713C465 for ; Wed, 30 Jan 2008 14:22:57 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id CEBD51A4D82; Wed, 30 Jan 2008 06:22:56 -0800 (PST) From: John Baldwin To: "Niki Denev" Date: Wed, 30 Jan 2008 08:29:38 -0500 User-Agent: KMail/1.9.7 References: <200801241942.m0OJgH5J000300@repoman.freebsd.org> <2e77fc10801291618r5ca9d23ah362e483d286b2df2@mail.gmail.com> <2e77fc10801291624rcd55d38sa67dce7787918a80@mail.gmail.com> In-Reply-To: <2e77fc10801291624rcd55d38sa67dce7787918a80@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801300829.38664.jhb@freebsd.org> Cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/lib/libstand Makefile src/sbin/gpt Makefile add.c boot.c gpt.8 gpt.c gpt.h show.c src/sys/boot/i386 Makefile src/sys/boot/i386/gptboot Makefile gptboot.c gptldr.S src/sys/boot/i386/libi386 biosdisk.c devicename.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 Jan 2008 14:22:57 -0000 On Tuesday 29 January 2008 07:24:35 pm Niki Denev wrote: > On Jan 30, 2008 2:18 AM, Niki Denev wrote: > > On Jan 24, 2008 9:42 PM, John Baldwin wrote: > > > jhb 2008-01-24 19:42:17 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_7) > > > lib/libstand Makefile > > > sbin/gpt Makefile add.c gpt.8 gpt.c gpt.h show.c > > > sys/boot/i386 Makefile > > > sys/boot/i386/libi386 biosdisk.c devicename.c > > > sys/boot/pc98/libpc98 biosdisk.c > > > sys/geom/part g_part.c g_part.h g_part_gpt.c > > > sys/sys gpt.h > > > Added files: (Branch: RELENG_7) > > > sbin/gpt boot.c > > > sys/boot/i386/gptboot Makefile gptboot.c gptldr.S > > > sys/boot/i386/pmbr Makefile pmbr.s > > > Log: > > > MFC: Add support for booting from GPT-labeled disks from the BIOS. This > > > includes /boot/pmbr, /boot/gptboot, and 'gpt boot'. > > > > Thanks! Works perfectly here! > > > > I believe only this little patch is needed for gpt to behave as > > advertised in the manual page. > > ( to be able to "add" gpt partitions of type "boot" ) Committed, thanks! -- John Baldwin