From owner-freebsd-current@FreeBSD.ORG Tue Dec 19 17:06:44 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E80DE16A403 for ; Tue, 19 Dec 2006 17:06:44 +0000 (UTC) (envelope-from lydianconcepts@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 175A743CB7 for ; Tue, 19 Dec 2006 17:06:37 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so537028ana for ; Tue, 19 Dec 2006 09:06:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=N71WeB6bBCNyIr1cJmq9p+/zh2VYZVIJYgYdNDM6x5eCv5EoQBvB1xVj19gnUnFGhAoyTx75J4rYaQQqcLIfuW93KjdtjDYQDHfg2MEswPzGmpHMeBSLijggJcxdQWZSsbSxj/xSItG//62VnssOPS+J78KjmeNGvf+j88IEyDw= Received: by 10.78.164.13 with SMTP id m13mr4047844hue.1166546250935; Tue, 19 Dec 2006 08:37:30 -0800 (PST) Received: by 10.78.198.13 with HTTP; Tue, 19 Dec 2006 08:37:30 -0800 (PST) Message-ID: <7579f7fb0612190837s7c3a876er8722a97d758c3474@mail.gmail.com> Date: Tue, 19 Dec 2006 08:37:30 -0800 From: "Matthew Jacob" To: "Scott Long" In-Reply-To: <45878C35.3030404@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6eb82e0612181734n92e4a95l9d54aeb1edae87d1@mail.gmail.com> <45878C35.3030404@samsco.org> Cc: FreeBSD Current , Rong-en Fan Subject: Re: bigdisk and scsi_da 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: Tue, 19 Dec 2006 17:06:45 -0000 > XPT_CALC_GEOMETRY is failing when the disk is being probed. This > is likely a problem with the MPT driver. static void mpt_calc_geometry(struct ccb_calc_geometry *ccg, int extended) { #if __FreeBSD_version >= 500000 cam_calc_geometry(ccg, extended); #else