From owner-freebsd-current@FreeBSD.ORG Wed Jul 2 01:07:50 2003 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 7460C37B401 for ; Wed, 2 Jul 2003 01:07:50 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 803B643FEC for ; Wed, 2 Jul 2003 01:07:48 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.8p1/8.12.8) id h6287l5m076059; Wed, 2 Jul 2003 10:07:47 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200307020807.h6287l5m076059@spider.deepcore.dk> In-Reply-To: <3F026B4D.4040901@reynoldsnet.org> To: John Reynolds Date: Wed, 2 Jul 2003 10:07:46 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 cc: current@FreeBSD.ORG Subject: Re: features of ICH5/ICH5-R supported in -current or 5.1-RELEASE? 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: Wed, 02 Jul 2003 08:07:50 -0000 It seems John Reynolds wrote: > Hi all, I'm wondering if some of the features of the ICH5 found in the > springdale and canterwood platforms (i865/i875) are currently supported > in either 5.1-RELEASE or -CURRENT? > > I've read through some of the ATA code commits and see a few comments > related to ICH5 and I believe I spotted where the plain ATA controller > is recognized (and in theory fully supported as this shouldn't have > changed from ICH4). But I still have questions about the following: > > 1) S-ATA: Is the S-ATA controller in ICH5 supported and if not, are > there plans to support it? If not, is the problem documentation or > hardware to test with? I have committed code to support the SATA part of the ICH5, but so far noone has been able to test it and get back to me with results.. > 2) RAID: The ICH5-R supports RAID0 (and I guess RAID1 as well). Will > this be a supported platform for RAID? If possible yes, either I need docs on how the RAID config are laid out on disk, or someone needs to reverseengineer how its done, then support for that format is easily added to ata-raid.c.. -Søren