From 997dad8b39aff17ab9f344cb03950919bfc8b5f6 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 18 Nov 1994 07:07:28 +0000 Subject: [PATCH] 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. --- sys/i386/isa/aha2742.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/isa/aha2742.c b/sys/i386/isa/aha2742.c index 3b6b4a1b122..bb0946f39d8 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: 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 +# include }; outb(SEQCTL + port, PERRORDIS|SEQRESET|LOADRAM);