From owner-cvs-all@FreeBSD.ORG Thu Aug 5 17:44:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9781616A4CE; Thu, 5 Aug 2004 17:44:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D25E43D58; Thu, 5 Aug 2004 17:44:07 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i75Hi7lG077587; Thu, 5 Aug 2004 17:44:07 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i75Hi7UP077586; Thu, 5 Aug 2004 17:44:07 GMT (envelope-from marcel) Message-Id: <200408051744.i75Hi7UP077586@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 5 Aug 2004 17:44:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libdisk open_ia64_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2004 17:44:07 -0000 marcel 2004-08-05 17:44:07 UTC FreeBSD src repository Modified files: lib/libdisk open_ia64_disk.c Log: Don't use type unknown for partitions that we don't care about because the chunk will never be added to the list in that case. Use type mbr for GPT nested MBRs and use type part for any partition we don't know or care about. Since the subtype is 0, this should not cause confusion. Revision Changes Path 1.3 +2 -2 src/lib/libdisk/open_ia64_disk.c