Make the sequencer code a .c file instead of a .h file.

This commit is contained in:
Jordan K. Hubbard 1994-11-18 08:14:16 +00:00
parent 6328676293
commit 347abd2ee2
1 changed files with 2 additions and 4 deletions

View File

@ -18,7 +18,7 @@
* *
* commenced: Sun Sep 27 18:14:01 PDT 1992 * commenced: Sun Sep 27 18:14:01 PDT 1992
* *
* $Id: aha2742.c,v 1.2 1994/11/18 07:07:28 jkh Exp $ * $Id: aha2742.c,v 1.3 1994/11/18 07:25:02 jkh Exp $
*/ */
/* /*
* TODO: * TODO:
@ -1620,9 +1620,7 @@ gottit: if (!(flags & SCSI_NOMASK))
void ahc_loadseq(port) void ahc_loadseq(port)
int port; int port;
{ {
static unsigned char seqprog[] = { extern unsigned char seqprog[];
# include <aha274x_seq.h>
};
outb(SEQCTL + port, PERRORDIS|SEQRESET|LOADRAM); outb(SEQCTL + port, PERRORDIS|SEQRESET|LOADRAM);