From owner-freebsd-stable@FreeBSD.ORG Fri Dec 28 18:29:25 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AF4B16A418 for ; Fri, 28 Dec 2007 18:29:25 +0000 (UTC) (envelope-from gcr+freebsd-stable@tharned.org) Received: from xm20.infosec.fedex.com (xm20.infosec.fedex.com [199.81.217.42]) by mx1.freebsd.org (Postfix) with ESMTP id 49E7F13C45D for ; Fri, 28 Dec 2007 18:29:25 +0000 (UTC) (envelope-from gcr+freebsd-stable@tharned.org) X-AuditID: c751825c-a97babb000000719-e8-47753949c843 Received: from inet03.prod.fedex.com (inet03.prod.fedex.com [199.81.10.43]) by xm20.infosec.fedex.com (FedEx MX) with ESMTP id 6238D4E4004 for ; Fri, 28 Dec 2007 11:58:33 -0600 (CST) Received: from w10.sac.fedex.com (w10.sac.fedex.com [146.18.39.136]) by inet03.prod.fedex.com (8.12.11/8.12.11) with ESMTP id lBSHwWLY026489 for ; Fri, 28 Dec 2007 11:58:33 -0600 (CST) Received: from w10.sac.fedex.com (gcr@localhost [127.0.0.1]) by w10.sac.fedex.com (8.14.2/8.14.2) with ESMTP id lBSHwWOK091846 for ; Fri, 28 Dec 2007 11:58:32 -0600 (CST) (envelope-from gcr+freebsd-stable@tharned.org) Received: from localhost (gcr@localhost) by w10.sac.fedex.com (8.14.2/8.14.2/Submit) with ESMTP id lBSHwWML091843 for ; Fri, 28 Dec 2007 11:58:32 -0600 (CST) (envelope-from gcr+freebsd-stable@tharned.org) Date: Fri, 28 Dec 2007 11:58:32 -0600 (CST) From: Greg Rivers Sender: gcr@sac.fedex.com To: freebsd-stable@freebsd.org Message-ID: User-Agent: Alpine 1.00 (BSF 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Brightmail-Tracker: AAAAAA== Subject: No more geom_gpt.ko ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2007 18:29:25 -0000 The kernel module for GPT(8) partition tables is not present in RELENG_7 as it was in RELENG_6. Is "options GEOM_PART_GPT" now mandatory in the kernel config, or is not building the kernel module an oversight? -- Greg