From 347abd2ee2d892e0cf8268db3c2582d2360e1e0a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 18 Nov 1994 08:14:16 +0000 Subject: [PATCH] Make the sequencer code a .c file instead of a .h file. --- sys/i386/isa/aha2742.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/i386/isa/aha2742.c b/sys/i386/isa/aha2742.c index 6bbcaefcda1..81c46dcefc4 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 - }; + extern unsigned char seqprog[]; outb(SEQCTL + port, PERRORDIS|SEQRESET|LOADRAM);