K 10 svn:author V 2 dg K 8 svn:date V 27 1995-02-15T07:44:07.000000Z K 7 svn:log V 467 >From a week or two ago I got kernel panics as soon as I tried to access my tape drive. I traced it to sys/scsi/scsi_base.c where some code were added to print the return values of the sense command. My tape drive returned a extended flags value of 0x20, so the key that is the lower 4 bits, is 0. The code uses "key-1" to index into a table and then the kernel go to never- never land. Here is a fix for this. Will somebody please apply it? Submitted by: John Hay END