Date: Sat, 11 Apr 1998 08:52:22 +0200 From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-scsi@FreeBSD.ORG Cc: Donald Burr <dburr@POBoxes.com> Subject: Re: which CD-R derives are supported by worm driver? Message-ID: <19980411085222.04906@uriah.heep.sax.de> In-Reply-To: <351d1b70.809499@mail.inreach.com>; from Donald Burr on Sat, Mar 28, 1998 at 03:49:23PM %2B0000 References: <351d1b70.809499@mail.inreach.com>
next in thread | previous in thread | raw e-mail | index | archive | help
As Donald Burr wrote: > Which SCSI CD-R (recordable and/or rewritable) devices are supported > by FreeBSD's worm driver? This information used to be in wormcontrol(8) (which is arguably the wrong place), but vanished there with Jean-Marc's device ID based auto-recognition. The current list can be obtained by: j@uriah 535% grep 'T_WORM.*T_REMOV' /sys/scsi/scsiconf.c T_READONLY, T_WORM, T_REMOV, "HP", "C4324/C4325", "*", T_READONLY, T_WORM, T_REMOV, "HP", "CD-Writer 6020", "*", T_READONLY, T_WORM, T_REMOV, "IMS", "CDD2000*", "*", T_READONLY, T_WORM, T_REMOV, "PHILIPS", "CDD2*", "*", T_READONLY, T_WORM, T_REMOV, "PLASMON", "RF41*", "*", T_WORM, T_WORM, T_REMOV, "*", "*", "*", This assumes you're asking for which drives are being supported in `native' mode, i. e. by wormcontrol(8) & Co. Other drives not mentioned above might be caught in scsiconf.c by the last clause above, but are not usable directly (i. e. through write(2) syscalls). Nevertheless, they might work in connection with third-party software like cdrecord (it's in the ports collection). The latter is probably better maintained than worm(4), but does everything and all in userland, violating the ``classic Unix layering''. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980411085222.04906>