22 lines
576 B
Plaintext
22 lines
576 B
Plaintext
|
NOTE: you should also read README.xxxBSD
|
|||
|
|
|||
|
Cdrecord now supports ATAPI drives on NetBSD
|
|||
|
|
|||
|
The sparc hostadapter driver software in NetBSD has a bug:
|
|||
|
|
|||
|
An internal copy of the SCSI status byte will never be updated.
|
|||
|
However, this internal copy is always returned so the
|
|||
|
SCSI library always believes that an error occurred.
|
|||
|
|
|||
|
As this implementation bug makes it impossible to sense
|
|||
|
other error/exception conditions the driver needs to be fixed.
|
|||
|
|
|||
|
As a workaround you can activate a hack in the file scsi-bsd.c
|
|||
|
by using
|
|||
|
|
|||
|
./Gmake COPTX=-DBSD_SCSI_SENSE_BUG
|
|||
|
|
|||
|
to compile cdrecord
|
|||
|
|
|||
|
J<EFBFBD>rg
|