From owner-freebsd-current Fri Nov 13 08:01:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23277 for freebsd-current-outgoing; Fri, 13 Nov 1998 08:01:24 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from sphinx.lovett.com (sphinx.lovett.com [38.155.241.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23272 for ; Fri, 13 Nov 1998 08:01:22 -0800 (PST) (envelope-from ade@supernews.net) Received: from [38.155.241.8] (helo=xanadu) by sphinx.lovett.com with smtp (Exim 2.05 #1) id 0zeLc1-0005ay-00; Fri, 13 Nov 1998 09:58:17 -0600 From: "Ade Lovett" To: "=?iso-8859-1?Q?S=F8ren_Schmidt?=" Cc: Subject: RE: ATAPI CD/R driver and Mitsumi CR-2600TE Date: Fri, 13 Nov 1998 09:56:11 -0600 Message-ID: <003001be0f1e$22830540$08f19b26@xanadu.lovett.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2232.26 In-Reply-To: <199811130657.HAA02051@freebsd.dk> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > That drive does apparently not support the rezero cmd. You could use > the stop/start cmd instead. I did get a patch once for that, but it > dissapeared together with my machine lately. Ok. What does rezero actually do? Can I simply add in a hack to simulate it with: acd_request_wait( ..., ATAPI_START_STOP, 1,0,0,0,0,0,0,0,0,0,0 ); acd_request_wait( ..., ATAPI_START_STOP, 1,0,0,1,0,0,0,0,0,0,0 ); ie: doing the equivalent of the CDIOCSTOP, CDIOCSTART ioctls? -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message