From owner-cvs-all@FreeBSD.ORG Fri Dec 2 10:13:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1751016A41F; Fri, 2 Dec 2005 10:13:54 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D96B143D45; Fri, 2 Dec 2005 10:13:53 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jB2ADrxK039689; Fri, 2 Dec 2005 10:13:53 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jB2ADrPV039688; Fri, 2 Dec 2005 10:13:53 GMT (envelope-from sos) Message-Id: <200512021013.jB2ADrPV039688@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 2 Dec 2005 10:13:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h ata-raid.c ata-raid.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 10:13:54 -0000 sos 2005-12-02 10:13:53 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h ata-raid.c ata-raid.h Log: Update the ICH7 support so it deals better with chips without AHCI. Update Intel MatrixRAID support to be able to pick up RAID0+1 (RAID10) and RAID5 arrays without panic'ing. This has the side effect of now also supporting multiple volumes on MatrixRAID's now I have the metadata better understood.. HW sponsored by: Mullet Scandinavia AB Revision Changes Path 1.138 +80 -68 src/sys/dev/ata/ata-chipset.c 1.55 +1 -0 src/sys/dev/ata/ata-pci.h 1.106 +34 -17 src/sys/dev/ata/ata-raid.c 1.37 +2 -1 src/sys/dev/ata/ata-raid.h