Date: Mon, 27 Sep 1999 22:09:36 +0200 From: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE> To: Eliezer Rodriguez Gonzalez <elie@uncle.cult.cu> Cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Cdrecord problems to record 1 CD Message-ID: <19990927220936.A304@frolic.no-support.loc> In-Reply-To: <Pine.BSF.4.05.9909271047360.9294-100000@uncle.cult.cu> References: <Pine.BSF.4.05.9909271047360.9294-100000@uncle.cult.cu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 27, 1999 at 11:00:40AM -0400, Eliezer Rodriguez Gonzalez wrote: [...] > version 1.6.1. The drive in in 0,5,0 (bus,target,lun). \ [...] > cam_periph_mapmem: attempt to map 66560 bytes, which is greater than > DFLTPHYS(65536) That version of cdrecord had a bug: It allocated buffers that did not start on page boundary. The cam layer requires page boundary buffers so it padded the data to the next lower page boundary and the buffer became too big. I recommend the latest `alpha' version cdrecord-1.8a29 which is in deed very stable and introduces the new feature to create bitwise correct audio cd copies. Bj=F6rn --=20 -----BEGIN GEEK CODE BLOCK----- GCS d--(+) s++: a- C+++(-) UB++++OSI++++$ P+++(-) L+++(--) !E W- N+ o>+ K- !w !O !M !V PS++ PE- PGP++ t+++ !5 X++ tv- b+++ D++ G e+ h-- y+=20 ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990927220936.A304>