summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/aha1542.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/aha1542.c')
-rw-r--r--sys/i386/isa/aha1542.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index c6c7d3e..47b912b 100644
--- a/sys/i386/isa/aha1542.c
+++ b/sys/i386/isa/aha1542.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: aha1542.c,v 1.75 1998/02/21 10:11:43 eivind Exp $
+ * $Id: aha1542.c,v 1.76 1998/04/17 22:36:29 des Exp $
*/
/*
@@ -415,7 +415,7 @@ aha_cmd(aha, icnt, ocnt, wait, retval, opcode, va_alist)
va_list ap;
u_char oc;
u_char data;
- register i;
+ register int i;
int sts;
/*
@@ -652,7 +652,7 @@ ahaintr(unit)
int unit;
{
unsigned char stat;
- register i;
+ register int i;
struct aha_data *aha = ahadata[unit];
#ifdef AHADEBUG
OpenPOWER on IntegriCloud