Adjust the name of the included file to match reality.

Somehow, I don't think this stuff was tested at all! :-(
I really hope that it actually works, though my hopes are steadily diminishing.
Anyone with 27xx/28xx boards in -current is *strongly encouraged* to give this
stuff a shot!  Otherwise, I suspect that we'll be punting this out of
2.0.  I haven't found a single part of Justin's commit that wasn't broken
in some way.
This commit is contained in:
Jordan K. Hubbard 1994-11-18 07:07:28 +00:00
parent b3c99fe3f3
commit 997dad8b39
1 changed files with 2 additions and 2 deletions

View File

@ -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: aha2742.c,v 1.1 1994/11/18 05:01:06 jkh Exp $
*/
/*
* TODO:
@ -1613,7 +1613,7 @@ void ahc_loadseq(port)
int port;
{
static unsigned char seqprog[] = {
# include <aha2742_seq.h>
# include <aha274x_seq.h>
};
outb(SEQCTL + port, PERRORDIS|SEQRESET|LOADRAM);