Whoops - this one's my fault. Put back my changes for seqprog[].

This commit is contained in:
Jordan K. Hubbard 1994-11-18 09:03:09 +00:00
parent d6e867f326
commit 1bb8699814
3 changed files with 6 additions and 12 deletions

View File

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

View File

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

View File

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