summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorbouyer <bouyer@NetBSD.org>2002-04-20 20:56:25 +0000
committerbouyer <bouyer@NetBSD.org>2002-04-20 20:56:25 +0000
commita8ac9f8638627ac04bf7021448555b51881641af (patch)
tree428345302a0caca08a3706db25157103ce0e813a /sys/dev/microcode
parentded3c31a9c822ea02f3cc252f2e0420740934eb9 (diff)
Fix scratchd2 address.
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/siop/ncr53cxxx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/microcode/siop/ncr53cxxx.c b/sys/dev/microcode/siop/ncr53cxxx.c
index 3984f78fac6..a29d35d94aa 100644
--- a/sys/dev/microcode/siop/ncr53cxxx.c
+++ b/sys/dev/microcode/siop/ncr53cxxx.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr53cxxx.c,v 1.8 2002/04/17 21:39:14 bouyer Exp $ */
+/* $NetBSD: ncr53cxxx.c,v 1.9 2002/04/20 20:56:25 bouyer Exp $ */
/*
* Copyright (c) 1995,1999 Michael L. Hitch
@@ -253,7 +253,7 @@ struct ncrregs regs[] = {
{"scratchc3", { -1, -1, -1, -1, 0x63}},
{"scratchd0", { -1, -1, -1, -1, 0x64}},
{"scratchd1", { -1, -1, -1, -1, 0x65}},
- {"scratchd2", { -1, -1, -1, -1, 0x5e}},
+ {"scratchd2", { -1, -1, -1, -1, 0x66}},
{"scratchd3", { -1, -1, -1, -1, 0x67}},
{"scratche0", { -1, -1, -1, -1, 0x68}},
{"scratche1", { -1, -1, -1, -1, 0x69}},
@@ -412,7 +412,7 @@ main (int argc, char *argv[])
if (outfp) {
time_t cur_time;
- fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.8 2002/04/17 21:39:14 bouyer Exp $\t*/\n");
+ fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.9 2002/04/20 20:56:25 bouyer Exp $\t*/\n");
fprintf(outfp, "/*\n");
fprintf(outfp, " *\tDO NOT EDIT - this file is automatically generated.\n");
time(&cur_time);