From owner-freebsd-current@FreeBSD.ORG Wed Aug 17 16:57:42 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.ORG Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A340F16A41F for ; Wed, 17 Aug 2005 16:57:42 +0000 (GMT) (envelope-from sos@FreeBSD.ORG) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE6543D55 for ; Wed, 17 Aug 2005 16:57:41 +0000 (GMT) (envelope-from sos@FreeBSD.ORG) Received: from [194.192.25.136] (mac.deepcore.dk [194.192.25.136]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j7HGuJWN093747; Wed, 17 Aug 2005 18:56:19 +0200 (CEST) (envelope-from sos@FreeBSD.ORG) In-Reply-To: <200508142147.42045.Chris@LainOS.org> References: <200508132321.37654.Chris@LainOS.org> <200508142016.17769.Chris@LainOS.org> <200508142147.42045.Chris@LainOS.org> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Wed, 17 Aug 2005 18:57:33 +0200 To: Chris@LainOS.org X-Mailer: Apple Mail (2.734) X-mail-scanned: by DeepCore Virus & Spam killer v1.12 Cc: freebsd-current@FreeBSD.ORG Subject: Re: Panic during install on Sparc64 - Only with large HDD 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: Wed, 17 Aug 2005 16:57:42 -0000 On 14/08/2005, at 21:47, Chris Gilbert wrote: > Hi S=F8ren, > > Thanks a bunch for your reply! > > Yea, I thought it may have been a 137GB limitation, I wasn't =20 > positive though. > > Thanks for clearing it up. > > Also, shouldn't we modify the output with a dev_printf or something =20= > of the > like on device init to note this if the drive attached is > 137GB? I've just committed the workaround a few hours ago, it just uses PIO =20 access for locations that need 48bit mode. Let me know if there are =20 problems with it... - S=F8ren