From owner-freebsd-current@FreeBSD.ORG Thu Oct 30 11:15:20 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A732216A4D0 for ; Thu, 30 Oct 2003 11:15:20 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 860CE43FCB for ; Thu, 30 Oct 2003 11:15:18 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: from spider.deepcore.dk (localhost [127.0.0.1]) by spider.deepcore.dk (8.12.10/8.12.10) with ESMTP id h9UJFhJw019549; Thu, 30 Oct 2003 20:15:43 +0100 (CET) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.10/8.12.10/Submit) id h9UJFhV4019548; Thu, 30 Oct 2003 20:15:43 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200310301915.h9UJFhV4019548@spider.deepcore.dk> In-Reply-To: <3FA15DA3.2020004@isi.edu> To: Lars Eggert Date: Thu, 30 Oct 2003 20:15:42 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 X-mail-scanned: by DeepCore Virus & Spam killer v1.3 cc: freebsd-current@FreeBSD.ORG Subject: Re: ATAng regression: cdcontrol close not working X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2003 19:15:20 -0000 It seems Lars Eggert wrote: > FYI, the issue is still present with yesterday's -current. Will Pav > Lucistnik's patch be committed soon? I've already committed a solution that works on all the drives I could test on (some of which failed before), if this still fails for you I'd like a more detailed description of what exactly goes wrong... ---------------------------- revision 1.148 date: 2003/10/12 13:11:57; author: sos; state: Exp; lines: +21 -22 Redo the code that handles eject/close. ---------------------------- -Søren