Subject: scsi problems with 1.1
To: None <port-mac68k@NetBSD.ORG>
From: Paul Goyette <Paul@pgoyette.bdt.com>
List: port-mac68k
Date: 11/29/1995 18:42:38
For those who are experiencing the "illegal request" scsi problems with
1.1, the following source patch to src/sys/arch/mac68k/dev/ncr5380.c will
undo the earlier (around 10/31) change that introduced the problem.  This
does _not_ necessarily correct the problem, just avoids it for now, until a
final fix can be generated!

*** ncr5380.c.old
--- ncr5380.c.new
***************
*** 392,398 ****
  #ifdef AUTO_SENSE
                if (link) {
                        link->link = reqp;
!                       link->xcmd.bytes[link->xs->cmdlen-2] |= 1;
                }
  #endif
        }
--- 392,398 ----
  #ifdef AUTO_SENSE
                if (link) {
                        link->link = reqp;
!                       link->xcmd.bytes[link->xs->cmdlen-1] |= 1;
                }
  #endif
        }

------------------------------------------------------------------
| Paul Goyette            | PGP Public key available on request  |
| Paul@pgoyette.bdt.com   | Fingerprint: 0E 40 D2 FC 2A 13 74 A0 |
|                         |              E4 69 D5 BE 65 E4 56 C6 |
------------------------------------------------------------------