From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 20 04:17:38 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82CFD16A4CE; Thu, 20 Jan 2005 04:17:38 +0000 (GMT) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA3A43D58; Thu, 20 Jan 2005 04:17:38 +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; 19 Jan 2005 20:17:37 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id j0K4Hb1B033698; Wed, 19 Jan 2005 20:17:37 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id j0K4Hbhj033697; Wed, 19 Jan 2005 20:17:37 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200501200417.j0K4Hbhj033697@ambrisko.com> In-Reply-To: <20050119204300.W27409@pooker.samsco.org> To: Scott Long Date: Wed, 19 Jan 2005 20:17:37 -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: yoke an cc: freebsd-hackers@freebsd.org Subject: Re: freebsd problem: Cannot detect Hard Disk (SATA) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 04:17:38 -0000 Scott Long writes: | On Thu, 20 Jan 2005, yoke an wrote: | > My motherboard is using an ICH5 southbridge and your suggestion is works. | > As you said, my sata disks appear to be normal IDE drives but it is not | > running on Raid mode. Currently I'm having 2 HDD, if I do this option, | > it cannot syn with another HDD. Any better suggestion? | | This is the best that you can get under FreeBSD 4.x. If you need access | to both IDE channels and SATA at the same time, you'll have to use FreeBSD | 5.x. There is: http://www.ambrisko.com/doug/ata/ata_stable_sata_7.patch for 4.10. That deals with Intel and Promise SATA stuff and ata-raid fixes/enhancements. It deals with legacy and enhanced modes for Intel SATA. A bunch of people have installed it and are using this. A bunch of our customers use it via our appliance. Doug A.