ANbsd
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. A first release of cdrecord has been released for *BSD.
  2. *BSD has a userland SCSI ioctl(2) that is very similar to my /dev/scg* design
  3. that I made in 1986 for SunOS/Solaris. Unfortunately every other line of code
  4. seems to try to keep me away from using this code. See hints below
  5. for using cdrecord on *BSD systems.
  6. I would be happy to get test reports ...
  7. Hints for installing/testing:
  8. Read the README.xxxBSD file in the disribution.
  9. If /dev/su0-0-0 ... do not work on your system, you may try
  10. use dev=/dev/rcd0a:@,0 od dev=/dev/rcd0a:@
  11. If the CD-Recorder is on /dev/cd0a
  12. Read the man page for more information.
  13. You may also try to use /dev/cd0c:@  /dev/cd0d or /dev/cd0.ctl:@
  14. *BSD seems not to be well tested with user level SCSI commands.
  15. This changes with FreeBSD/cam
  16. You then will be able to access the CD-Recorder as on other
  17. systems. If your CD-Recorder is on SCSI Bus 0, Target 2, lun 0
  18. type:
  19. cdrecord dev=0,2,0 .....
  20. cdrecord -scanbus also works on FreeBSD/cam
  21. I hope to get cdrecord work better with your help soon.
  22. J鰎g