From owner-freebsd-stable@FreeBSD.ORG Wed Jul 25 02:24:39 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 B5F8F16A41F for ; Wed, 25 Jul 2007 02:24:39 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8BCEB13C4B4 for ; Wed, 25 Jul 2007 02:24:39 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost2.sentex.ca (8.14.1/8.13.8) with ESMTP id l6P2Oaie039819; Tue, 24 Jul 2007 22:24:36 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id l6P2OatC055876 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Jul 2007 22:24:36 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200707250224.l6P2OatC055876@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 24 Jul 2007 22:24:28 -0400 To: Bill Swingle , FreeBSD Stable From: Mike Tancsa In-Reply-To: <46A54B6F.9010100@dub.net> References: <46A54B6F.9010100@dub.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: problems with Hitachi 1TB SATA drives 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: Wed, 25 Jul 2007 02:24:39 -0000 At 08:44 PM 7/23/2007, Bill Swingle wrote: >After several tries I was able to get both disks newfs'd and mounted >but they quickly fell down with DMA timeouts. On one occasion the >machine actually panic'd too: Hi, What options do you have set in the BIOS for the sata controller ? Do you have anything like "compatibility" mode ? If so, try turning it off and put it in the "advanced" or "native" mode. Also I found with some older ICH4 controllers (dont know about 5) if you disabled the secondary IDE controller in the BIOS, "bad things" happen. If you have it off, try turning it back on. ---Mike