From owner-freebsd-current@FreeBSD.ORG Thu Nov 3 22:22:53 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 BA1F916A41F for ; Thu, 3 Nov 2005 22:22:53 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A42143D45 for ; Thu, 3 Nov 2005 22:22:53 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by mail.ambrisko.com with ESMTP; 03 Nov 2005 14:22:53 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id jA3MMqQs087798; Thu, 3 Nov 2005 14:22:52 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id jA3MMq4a087797; Thu, 3 Nov 2005 14:22:52 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200511032222.jA3MMq4a087797@ambrisko.com> In-Reply-To: To: "Lynn A. Roth" Date: Thu, 3 Nov 2005 14:22:52 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: freebsd-current@freebsd.org Subject: Re: Problems Installing to PowerEdge 850 with SATA Drive 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: Thu, 03 Nov 2005 22:22:53 -0000 Lynn A. Roth writes: | I have two new Dell Poweredge 850 machines. They have an Intel ICH7 | chipset. When I boot FreeBSD 6 RC1, the controller is identified, but | any drives connected to the SATA ports are not detected. The drive that | is included with the system is a Seagate 7200.7 drive. I also tried a | Maxtor. I can confirm the problem on the PE850. I have it working with my latest 4.X SATA patches (which I haven't published yet). I might be able to look into this. FWIW, I my code these SATA registers in 4.X before the become alive: ata2: Intel SATA P0 status 0 error 4050000 scontrol 0 0 1 ata2: Intel SATA P0 status 113 error 4050000 scontrol 0 0 1 ata2: Intel SATA P0 status 113 error 0 scontrol 0 0 1 ata3: Intel SATA P1 status 0 error 4050000 scontrol 0 1 1 ata3: Intel SATA P1 status 113 error 4050000 scontrol 0 1 1 ata3: Intel SATA P1 status 113 error 0 scontrol 0 1 1 On other Intel controllers they I don't have to acknowledge the errors off the bat. Doug A.