A first release of cdrecord has been released for *BSD.

*BSD has a userland SCSI ioctl(2) that is very similar to my /dev/scg* design
that I made in 1986 for SunOS/Solaris. Unfortunately every other line of code
seems to try to keep me away from using this code. See hints below
for using cdrecord on *BSD systems.

I would be happy to get test reports ...

Hints for installing/testing:

Read the README.xxxBSD file in the disribution.

If /dev/su0-0-0 ... do not work on your system, you may try
to symlink /dev/scgx to the real driver entry for your device.
If e.g. the CD-Recorder is on /dev/cd0a, you can do:

cd /dev
ln -s cd0a scgx

You may also try to link /dev/scgx to /dev/cd0c  /dev/cd0d or /dev/cd0.ctl
*BSD seems not to be well tested with user level SCSI commands.

You then will be able to access the CD-Recorder as on other
systems. If your CD-Recorder is on SCSI Bus 0, Target 2, lun 0
type:

cdrecord dev=0,2,0 .....

I hope to get cdrecord work better with your help soon.

Jrg
