From owner-freebsd-current@FreeBSD.ORG Thu Dec 18 18:47:17 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BDFA1065670 for ; Thu, 18 Dec 2008 18:47:17 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout014.mac.com (asmtpout014.mac.com [17.148.16.89]) by mx1.freebsd.org (Postfix) with ESMTP id 7E27A8FC08 for ; Thu, 18 Dec 2008 18:47:17 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed Received: from mdenny-t60.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp014.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0KC3000LY2PYRN10@asmtp014.mac.com> for current@freebsd.org; Thu, 18 Dec 2008 09:46:47 -0800 (PST) Message-id: <4EA5F491-CC52-43EC-AC03-F50F8B2D6186@mac.com> From: Marcel Moolenaar To: Takahashi Yoshihiro In-reply-to: <20081218.194137.191463900.nyan@jp.FreeBSD.org> Date: Thu, 18 Dec 2008 09:46:46 -0800 References: <200812171743.mBHHhMd3010561@svn.freebsd.org> <20081218.194137.191463900.nyan@jp.FreeBSD.org> X-Mailer: Apple Mail (2.930.3) Cc: FreeBSD Current Subject: Re: gpart (Re: svn commit: r186240 - in head/sys: amd64/conf arm/conf i386/conf mips/conf pc98/conf sparc64/conf sun4v/conf) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2008 18:47:17 -0000 On Dec 18, 2008, at 2:41 AM, Takahashi Yoshihiro wrote: >> 4. It's failed to recognize a big SCSI disk as BSD slice. Can you elaborate. >> 5. A (bit strange) FAT slice is recoginized as BSD slice. This is probably a priority issue between bsd and pc98. (and thus a priority issue between mbr and pc98). In particular, g_part_bsd returns G_PART_PROBE_PRI_HIGH. It looks like g_part_pc98 needs to have the highest priority. I'll send you a patch for review shortly. -- Marcel Moolenaar xcllnt@mac.com