Change the include for the sequencer program to point back to the

right place:

include "../../sys/gnu/misc/aic7770/aic7770_seq.h"
This commit is contained in:
gibbs 1994-11-18 09:14:14 +00:00
parent eb88c4ab62
commit 7178816b0f
3 changed files with 12 additions and 6 deletions

View File

@ -18,7 +18,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
* $Id: aic7770.c,v 1.2 1994/11/18 08:19:21 jkh Exp $
* $Id: aic7770.c,v 1.3 1994/11/18 09:03:09 jkh Exp $
*/
/*
* TODO:
@ -1615,7 +1615,9 @@ gottit: if (!(flags & SCSI_NOMASK))
void ahc_loadseq(port)
int port;
{
extern unsigned char seqprog[];
static unsigned char seqprog[] = {
# include "../../sys/gnu/misc/aic7770/aic7770_seq.h"
};
outb(SEQCTL + port, PERRORDIS|SEQRESET|LOADRAM);

View File

@ -18,7 +18,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
* $Id: aic7770.c,v 1.2 1994/11/18 08:19:21 jkh Exp $
* $Id: aic7770.c,v 1.3 1994/11/18 09:03:09 jkh Exp $
*/
/*
* TODO:
@ -1615,7 +1615,9 @@ gottit: if (!(flags & SCSI_NOMASK))
void ahc_loadseq(port)
int port;
{
extern unsigned char seqprog[];
static unsigned char seqprog[] = {
# include "../../sys/gnu/misc/aic7770/aic7770_seq.h"
};
outb(SEQCTL + port, PERRORDIS|SEQRESET|LOADRAM);

View File

@ -18,7 +18,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
* $Id: aic7770.c,v 1.2 1994/11/18 08:19:21 jkh Exp $
* $Id: aic7770.c,v 1.3 1994/11/18 09:03:09 jkh Exp $
*/
/*
* TODO:
@ -1615,7 +1615,9 @@ gottit: if (!(flags & SCSI_NOMASK))
void ahc_loadseq(port)
int port;
{
extern unsigned char seqprog[];
static unsigned char seqprog[] = {
# include "../../sys/gnu/misc/aic7770/aic7770_seq.h"
};
outb(SEQCTL + port, PERRORDIS|SEQRESET|LOADRAM);