From owner-cvs-src@FreeBSD.ORG Thu Apr 21 11:13:40 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACFDE16A4CE; Thu, 21 Apr 2005 11:13:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C0CD43D60; Thu, 21 Apr 2005 11:13:40 +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 j3LBDesX003052; Thu, 21 Apr 2005 11:13:40 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3LBDeea003051; Thu, 21 Apr 2005 11:13:40 GMT (envelope-from sos) Message-Id: <200504211113.j3LBDeea003051@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 21 Apr 2005 11:13:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-lowlevel.c ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 11:13:40 -0000 sos 2005-04-21 11:13:39 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-lowlevel.c ata-queue.c Log: Rehash the timeout code to make it more simple. This also removes the warning timeout on the taskqueues stalling as I'm tired of getting ATA error reports for problems in other parts ;) Misc cosmetic and comment cleanups now we are here. Revision Changes Path 1.245 +23 -26 src/sys/dev/ata/ata-all.c 1.97 +4 -5 src/sys/dev/ata/ata-all.h 1.61 +59 -57 src/sys/dev/ata/ata-lowlevel.c 1.45 +32 -81 src/sys/dev/ata/ata-queue.c