From owner-cvs-all Mon May 1 0:30:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8756437B5FD; Mon, 1 May 2000 00:30:32 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA13510; Mon, 1 May 2000 00:30:31 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <200005010730.AAA13510@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 1 May 2000 00:30:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2000/05/01 00:30:31 PDT Modified files: sys/dev/ata atapi-cd.c Log: Fix for the HP burners (and possibly other broken drives to) that fails to proberly close the disk. The problem seems to be that the HP burners sometimes return ready when they actually are not, the solution is to not use immediate mode on the closing commands. This is suboptimal for real burners, in that they now hog the ATA bus for possibly minutes, where its really not nessesary, *sigh*. Revision Changes Path 1.58 +6 -14 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message