Date: Fri, 13 Nov 1998 09:56:11 -0600 From: "Ade Lovett" <ade@supernews.net> To: "=?iso-8859-1?Q?S=F8ren_Schmidt?=" <sos@freebsd.dk> Cc: <current@FreeBSD.ORG> Subject: RE: ATAPI CD/R driver and Mitsumi CR-2600TE Message-ID: <003001be0f1e$22830540$08f19b26@xanadu.lovett.com> In-Reply-To: <199811130657.HAA02051@freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003001be0f1e$22830540$08f19b26>