The sequencer sets Intstat to REJECT_MSG, not MSG_REJECT.
Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
This commit is contained in:
parent
a27c063027
commit
661104e49c
@ -24,7 +24,7 @@
|
||||
*
|
||||
* commenced: Sun Sep 27 18:14:01 PDT 1992
|
||||
*
|
||||
* $Id: aic7xxx.c,v 1.50 1995/12/15 23:49:42 bde Exp $
|
||||
* $Id: aic7xxx.c,v 1.51 1996/01/03 06:32:10 gibbs Exp $
|
||||
*/
|
||||
/*
|
||||
* TODO:
|
||||
@ -752,7 +752,7 @@ ahcintr(arg)
|
||||
outb(SCSIRATE + iobase, scratch);
|
||||
break;
|
||||
}
|
||||
case MSG_REJECT:
|
||||
case REJECT_MSG:
|
||||
{
|
||||
/*
|
||||
* What we care about here is if we had an
|
||||
|
Loading…
Reference in New Issue
Block a user