summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-18 08:14:16 +0000
committerjkh <jkh@FreeBSD.org>1994-11-18 08:14:16 +0000
commit2343fe2c8cd484efad75266fcf1d827211693ea0 (patch)
treec72960cfc92773463d40588e38923573f27c5be4 /sys
parent4112522bb50834a03f244845bce351308b7aac78 (diff)
downloadFreeBSD-src-2343fe2c8cd484efad75266fcf1d827211693ea0.zip
FreeBSD-src-2343fe2c8cd484efad75266fcf1d827211693ea0.tar.gz
Make the sequencer code a .c file instead of a .h file.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/aha2742.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/i386/isa/aha2742.c b/sys/i386/isa/aha2742.c
index 6bbcaef..81c46dc 100644
--- a/sys/i386/isa/aha2742.c
+++ b/sys/i386/isa/aha2742.c
@@ -18,7 +18,7 @@
*
* 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:
@@ -1620,9 +1620,7 @@ gottit: if (!(flags & SCSI_NOMASK))
void ahc_loadseq(port)
int port;
{
- static unsigned char seqprog[] = {
-# include <aha274x_seq.h>
- };
+ extern unsigned char seqprog[];
outb(SEQCTL + port, PERRORDIS|SEQRESET|LOADRAM);
OpenPOWER on IntegriCloud