From owner-cvs-all@FreeBSD.ORG Sat Sep 2 17:01:34 2006 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 B56A216A4DA; Sat, 2 Sep 2006 17:01:34 +0000 (UTC) (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 38DFD43D5A; Sat, 2 Sep 2006 17:01:34 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k82H1Y5X045407; Sat, 2 Sep 2006 17:01:34 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k82H1XBe045406; Sat, 2 Sep 2006 17:01:33 GMT (envelope-from sos) Message-Id: <200609021701.k82H1XBe045406@repoman.freebsd.org> From: Søren Schmidt Date: Sat, 2 Sep 2006 17:01:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-lowlevel.c ata-pci.h ata-queue.c ata-raid.c atapi-cd.c 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: Sat, 02 Sep 2006 17:01:34 -0000 sos 2006-09-02 17:01:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-lowlevel.c ata-pci.h ata-queue.c ata-raid.c atapi-cd.c Log: MFC: Sync with -current. Dont poll for ATA_IDLE on a detached channel in suspend. Add support for the Serverworks HT1000 chip. Finally fix support for the newer MCP51/MCP55 nVidia chipsets. Add support for the ICH8 and ESB2 chips, also add a few other missing ICH7 partsUpdate JMicron support to also work with chips where the PATA and SATA parts are on individual PCI functions. Add support for VIA 8237A. Add support for AHCI on the VIA VT8251. Dont call free on non-alloc'd items. Revision Changes Path 1.252.2.10 +2 -2 src/sys/dev/ata/ata-all.c 1.103.2.9 +2 -0 src/sys/dev/ata/ata-all.h 1.126.2.13 +312 -158 src/sys/dev/ata/ata-chipset.c 1.69.2.4 +1 -1 src/sys/dev/ata/ata-lowlevel.c 1.49.2.9 +37 -17 src/sys/dev/ata/ata-pci.h 1.50.2.6 +3 -1 src/sys/dev/ata/ata-queue.c 1.98.2.9 +4 -1 src/sys/dev/ata/ata-raid.c 1.179.2.7 +4 -2 src/sys/dev/ata/atapi-cd.c