From owner-freebsd-current@FreeBSD.ORG Mon Mar 22 16:53:45 2004 Return-Path: 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 6BE5016A4CE for ; Mon, 22 Mar 2004 16:53:45 -0800 (PST) Received: from www.ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3844C43D1D for ; Mon, 22 Mar 2004 16:53:45 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.9p2/8.12.9) with ESMTP id i2N0rVCf070001; Mon, 22 Mar 2004 16:53:31 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.9p2/8.12.9/Submit) id i2N0rQsg069996; Mon, 22 Mar 2004 16:53:26 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200403230053.i2N0rQsg069996@ambrisko.com> In-Reply-To: <405D7D7F.3090209@DeepCore.dk> To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Mon, 22 Mar 2004 16:53:26 -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: current@freebsd.org cc: Putinas Piliponis Subject: Re: system lockup - ata spurious interrupts - somehow updated X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Mar 2004 00:53:45 -0000 Soren Schmidt writes: | That said, the ICH5 support is written "blindfolded" as I do not have | any such HW here in the lab. So if there is a problem with ATA on those, | someone with the HW and enough kernel clue should look into it (or | someone could land the needed HW in my lab, which could also bring | support for the SW RAID on intel's)... I have some patches for ICH5 for the IDE and SATA parts of it based on stable. I haven't ported them to -current yet but I should be starting to work on that soon. I have patches for the 6300ESB ICH as well. They are basically the same SW wise except for pci ids. There is nothing major in the patches except for PCI id's and reading the DMA setup. I do have tweaks that read the SATA status registers and which drives are mapped to which ports. This prevents system lock ups when the SATA drives go away. I just got my hands a system that looks like it might have the Intel RAID in BIOS stuff to play with. Doug A.