From owner-freebsd-questions@FreeBSD.ORG Tue Sep 30 16:54:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 698DB10656A0; Tue, 30 Sep 2008 16:54:17 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 4A5528FC12; Tue, 30 Sep 2008 16:54:17 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [127.0.0.1] (localhost [127.0.0.1]) by a.cs.okstate.edu (Postfix) with ESMTP id A2E1D155429; Tue, 30 Sep 2008 11:54:15 -0500 (CDT) Message-ID: <48E259B4.3040100@cs.okstate.edu> Date: Tue, 30 Sep 2008 11:54:12 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.12 (X11/20080414) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <48E1465A.5040903@cs.okstate.edu> <20080930023736.GA22907@icarus.home.lan> In-Reply-To: <20080930023736.GA22907@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jeremy Chadwick Subject: Re: SATA READ_DMA timeouts - SOLVED? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2008 16:54:17 -0000 Jeremy Chadwick wrote: > (I'm not subscribed to freebsd-questions, so please CC me on replies. > I'm also not sure how I ended up getting this mail in the first place; > it looks like someone BCC'd my koitsu@freebsd.org address). > Yes, I BCC'd you since you are maintaining a page on the wiki documenting SATA DMA problems. > Furthermore, one of the most common reports on the FreeBSD lists is the > exact opposite -- users complaining that "their disks are SATA300 but > only operate at SATA150" (caused by that jumper). Users are told to > remove the jumper, and are reminded that the reason the jumper is > enabled by default is said chipset incompatibilities. > > That said, your mail confuses me for one reason: > > Were you receiving DMA errors with the jumper REMOVED (e.g. SATA300 > operation), or with the jumper ENABLED (SATA150 operation)? Your below > description does not state what exactly you did with the jumper to make > your drives work reliably, only "that the jumper capability on your > disks was available". > I should have been more clear. My disks came with no cap on the SATA150 jumper, although FreeBSD reported that they were in SATA150 mode. The system would be unusable from READ_DMA timeouts if the system was ever powered off and brought back up. I had to do some voodoo of booting in single user mode with ACPI turned off to repair filesystems and rebuild my gmirror, then load ACPI and drop back into multi-user mode. I even had to do this if the system was powered off gracefully. So far, since I capped the jumpers this has not been the case. I still get them periodically if I do something like rebuild a gmirror component, so I can no longer say my problem is completely resolved.