File: README.NetBSD

package info (click to toggle)
sformat 3.4-1
  • links: PTS
  • area: main
  • in suites: potato, slink
  • size: 2,056 kB
  • ctags: 3,432
  • sloc: ansic: 20,874; makefile: 98; sh: 95
file content (19 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NOTE: you should also read README.xxxBSD

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 belives that an error occured.

As this implementation bug makes it impossible to sense
other error/excption 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

Jrg