Subject: re: more PC164+NCR boot problems
To: None <Havard.Eidnes@runit.sintef.no>
From: matthew green <mrg@eterna.com.au>
List: port-alpha
Date: 08/25/1999 22:24:52
> + ** Treat "no sense" as plain "good"
> + */
> + if ((cp->host_status == HS_COMPLETE)
> + && (cp->scsi_status == (S_SENSE|S_GOOD))
> + && ((cp->sense_data.flags & SSD_KEY) == SKEY_NO_SENSE)) {
> + cp->scsi_status &= ~S_SENSE;
> + }
> +
> + /*
this patch fixes the disk on my 53c810ae-based card, which was getting
"Sense Error Code 0x0" but now works as expected. this disk was working
until i put a much newer -current kernel on it (i think the 1.4-era it
was using (GENERIC) did not have this problem).