summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1994-11-18 09:14:14 +0000
committergibbs <gibbs@FreeBSD.org>1994-11-18 09:14:14 +0000
commit7178816b0f6bdbb15ca4f2f70eccf10773dbe37a (patch)
treed1ae2123d542f655c497db22e0411efae53c22c8 /sys/i386/eisa
parenteb88c4ab62fb6898610ad6218b546e7894abffc5 (diff)
downloadFreeBSD-src-7178816b0f6bdbb15ca4f2f70eccf10773dbe37a.zip
FreeBSD-src-7178816b0f6bdbb15ca4f2f70eccf10773dbe37a.tar.gz
Change the include for the sequencer program to point back to the
right place: include "../../sys/gnu/misc/aic7770/aic7770_seq.h"
Diffstat (limited to 'sys/i386/eisa')
-rw-r--r--sys/i386/eisa/aic7770.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/eisa/aic7770.c b/sys/i386/eisa/aic7770.c
index 120a5fb..fea3132 100644
--- a/sys/i386/eisa/aic7770.c
+++ b/sys/i386/eisa/aic7770.c
@@ -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);
OpenPOWER on IntegriCloud