Date: Sun, 27 Sep 1998 06:38:24 +0100 (MET) From: Luigi Rizzo <luigi@labinfo.iet.unipi.it> To: bde@zeta.org.au (Bruce Evans) Cc: sos@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cd9660 mounts... Message-ID: <199809270538.GAA01363@labinfo.iet.unipi.it> In-Reply-To: <199809262302.JAA09496@godzilla.zeta.org.au> from "Bruce Evans" at Sep 27, 98 09:02:21 am
next in thread | previous in thread | raw e-mail | index | archive | help
> >the diffs for wcd.c are below... atapi-cd.c has similar code, i > >think it will not take more than five minutes to patch > >the cdopen() and cdstart() functions in /sys/scsi ... (except that i > >cannot find the code for cdopen() !) > > They won't work for cd in -current, since it uses slices. You need it does not use slices, it only grabs a few bits from the minor number to identify the track and i happened to use dkslice() because it was doing exactly what i needed. If the macro is not present in -current, then one can simply redefine > cdopen() is a trivial wrapper routine defined in a header in the old > scsi drivers. The main open routine is named cd_open(). In the CAM ok, thanks for the pointer. luigi 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?199809270538.GAA01363>