summaryrefslogtreecommitdiffstats
path: root/sys/i386/scsi
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-18 09:03:09 +0000
committerjkh <jkh@FreeBSD.org>1994-11-18 09:03:09 +0000
commitd972449378eefd3eae531482ed94e880c6b00ba4 (patch)
treead92ebcadec59a81d127bb098da40ebb74d4c545 /sys/i386/scsi
parent7fd5856c2c828c1c9ff76c2cf5a41d2fe833a800 (diff)
downloadFreeBSD-src-d972449378eefd3eae531482ed94e880c6b00ba4.zip
FreeBSD-src-d972449378eefd3eae531482ed94e880c6b00ba4.tar.gz
Whoops - this one's my fault. Put back my changes for seqprog[].
Diffstat (limited to 'sys/i386/scsi')
-rw-r--r--sys/i386/scsi/aic7xxx.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c
index 871be94..120a5fb 100644
--- a/sys/i386/scsi/aic7xxx.c
+++ b/sys/i386/scsi/aic7xxx.c
@@ -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);
OpenPOWER on IntegriCloud