Commit graph

10 commits

Author SHA1 Message Date
wiz
f7bb9e2078 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:30:32 +00:00
itohy
b5271cb9ad - Change the timeout period from 10s to 1min, which is the same value of
the original implementation.  Actually, one of my drive takes more than
  10s for seeking a track and causes inconsistency of the aic SCSI driver.
  Yeah, the driver should not fail, but that is a different problem.... :)

- Implement read speed selection (-S option).  The unit is 1000byte/s.
  "-S 176" for 1x speed, "-S 352" for 2x speed, and so on.  If the
  specified value is smaller than 176, it will be multiplied by 176,
  so "-S 1" also selects 1x speed.  "-S 0" selects the maximum speed.
  This is an experimental feature and the interface will likely change.
2001-01-08 23:04:56 +00:00
jlam
08322b85c2 Honor CFLAGS passed in from the environment. 2000-10-06 06:40:33 +00:00
itohy
394614bd1a RCS Id police 2000-07-24 05:05:45 +00:00
hubertf
61f6407cf3 Properly recognize Toshiba ATAPI CDROM/DVD. 2000-06-22 01:15:33 +00:00
wiz
da23cba2f6 Don't dump core if device isn't recognized as valid CD-ROM drive. 2000-06-22 00:41:17 +00:00
hubertf
98da2b7af9 Pull in getopt.h correctly - sent to me by Thomas Klausner. 2000-05-02 11:37:05 +00:00
itohy
169c2f6b78 Oops, copy-and-paste botch....
SCSI "mode select" commands were not handled correctly,
and some drives might not work (I'm not sure).
2000-03-13 05:23:28 +00:00
rh
333e8953ef Make cdparanoia compile under NetBSD-1.4.x (pointed out by Eric Mumpower
on the cdparanoia mailing list).
2000-01-28 07:18:37 +00:00
itohy
03fef19591 An attempt to port cdparanoia-III-alpha9.7.
CD-DA extraction tool with excessive data corrections,
such as jitter, loss of data, etc.

This will soon be obsoleted by cdparanoia IV, I hope....

Most SCSI/ATAPI CD-ROM drives should work fine.
However, the ATAPI stuff is totally untested, and
if it happened to work, it was a miracle. :-)

Currently,
  - the feature to search for CD-ROM device is not
    implemented and the -g option is required,
  - the libraries are not installed.
2000-01-19 08:03:00 +00:00