From owner-freebsd-current@FreeBSD.ORG Tue Nov 8 23:34:08 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 06C0316A41F for ; Tue, 8 Nov 2005 23:34:08 +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 A8A6343D46 for ; Tue, 8 Nov 2005 23:34:07 +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; 08 Nov 2005 15:34:07 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id jA8NY69A073543; Tue, 8 Nov 2005 15:34:06 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id jA8NY5u6073542; Tue, 8 Nov 2005 15:34:05 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200511082334.jA8NY5u6073542@ambrisko.com> In-Reply-To: To: "Lynn A. Roth" Date: Tue, 8 Nov 2005 15:34:05 -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: Tue, 08 Nov 2005 23:34:08 -0000 Lynn A. Roth writes: | Lynn A. Roth wrote: | > Doug Ambrisko wrote: | > | >> Doug Ambrisko writes: | >> | Doug Ambrisko writes: | >> | | 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. | >> | | | >> Here's a hack to make it work on PE850 with -current: | >> | > | >> | >> This works for me on my PE850. It shouldn't break other stuff etc. | >> I assume the ICH6 will need the same type of change. | > | > Thanks for this patch. | > Scott from pfSense integrated this into his kernel and it worked great | > for me. | > | > Thanks again. | | Can this be committed sometime to current? I doubt it. Hopefully Soren will add support in some way. Atleast this is a proof of concept of the problem that needs to be implemented. Feel free to follow up with Soren (sos@freebsd.org). Doug A.