From owner-cvs-src@FreeBSD.ORG Sun Jan 25 21:47:58 2004 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 EC40F16A4CE; Sun, 25 Jan 2004 21:47:58 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC5243D3F; Sun, 25 Jan 2004 21:47:57 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i0Q5luA0027046; Sun, 25 Jan 2004 21:47:56 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i0Q5lu2p027045; Sun, 25 Jan 2004 21:47:56 -0800 (PST) (envelope-from obrien) Date: Sun, 25 Jan 2004 21:47:56 -0800 From: "David O'Brien" To: =?unknown-8bit?Q?S=F8ren?= Schmidt Message-ID: <20040126054755.GA26911@dragon.nuxi.com> References: <200401191520.i0JFK0W3045896@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401191520.i0JFK0W3045896@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-queue.c atapi-cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 05:47:59 -0000 On Mon, Jan 19, 2004 at 07:20:00AM -0800, Sren Schmidt wrote: > sos 2004/01/19 07:20:00 PST > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.c ata-all.h ata-queue.c > atapi-cd.c > Log: > Fix breakage on timeout/retries. The bug cause a sema to be leaked so > that the calling process would newer wakeup. Some commit between Jan 10th and this one makes it so that the kernel just totally silently hangs on my Cenatek Rocket Drive controller. I haven't been able to see the "disk" on this controller for months, but at least I could boot with the PCI card in my machine until now. A boot -v shows several attempts to reset the Rocket Drive and then total hang.