From owner-cvs-all@FreeBSD.ORG Fri Sep 23 18:06:11 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 9863716A41F; Fri, 23 Sep 2005 18:06:11 +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 64D6F43D45; Fri, 23 Sep 2005 18:06:11 +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 j8NI6BWh009385; Fri, 23 Sep 2005 18:06:11 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8NI6BIs009384; Fri, 23 Sep 2005 18:06:11 GMT (envelope-from sos) Message-Id: <200509231806.j8NI6BIs009384@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 23 Sep 2005 18:06:11 +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-chipset.c ata-lowlevel.c ata-pci.h ata-queue.c 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, 23 Sep 2005 18:06:11 -0000 sos 2005-09-23 18:06:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-all.c ata-chipset.c ata-lowlevel.c ata-pci.h ata-queue.c ata-raid.c ata-raid.h Log: MFC: Harden the hotplug support for SATA devices. This also fixes a few races that was present in the timeout/detach code. Fix support for the VIA 6421 controller. Fixes the losage of some ATAPI device that reported failed probing. Fix problem finding the still working disk in a broken mirror on VIA. Approved by: re@ (scottl) Revision Changes Path 1.252.2.2 +40 -10 src/sys/dev/ata/ata-all.c 1.126.2.3 +33 -5 src/sys/dev/ata/ata-chipset.c 1.69.2.2 +10 -4 src/sys/dev/ata/ata-lowlevel.c 1.49.2.3 +1 -0 src/sys/dev/ata/ata-pci.h 1.50.2.1 +29 -36 src/sys/dev/ata/ata-queue.c 1.98.2.2 +1 -1 src/sys/dev/ata/ata-raid.c 1.34.2.1 +3 -0 src/sys/dev/ata/ata-raid.h