From owner-freebsd-current Sat Sep 26 16:02:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29592 for freebsd-current-outgoing; Sat, 26 Sep 1998 16:02:59 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29586; Sat, 26 Sep 1998 16:02:55 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id JAA09496; Sun, 27 Sep 1998 09:02:40 +1000 Date: Sun, 27 Sep 1998 09:02:40 +1000 From: Bruce Evans Message-Id: <199809262302.JAA09496@godzilla.zeta.org.au> To: luigi@labinfo.iet.unipi.it, sos@FreeBSD.ORG Subject: Re: cd9660 mounts... Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >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 to put a slice behind each track or something like that. This isn't easy. Fudging the label is easy but is limited to 7 tracks. wcd is too poorly implemented and maintained to use slices. 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 drivers, the open routine is named cdopen() again. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message