Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/microcode/siop Fix scratchd2 address.
details: https://anonhg.NetBSD.org/src/rev/be2e334c54ee
branches: trunk
changeset: 525914:be2e334c54ee
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Apr 20 20:56:25 2002 +0000
description:
Fix scratchd2 address.
diffstat:
sys/dev/microcode/siop/ncr53cxxx.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ec65369a9ba2 -r be2e334c54ee sys/dev/microcode/siop/ncr53cxxx.c
--- a/sys/dev/microcode/siop/ncr53cxxx.c Sat Apr 20 20:38:21 2002 +0000
+++ b/sys/dev/microcode/siop/ncr53cxxx.c Sat Apr 20 20:56:25 2002 +0000
@@ -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 @@
{"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 @@
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);
Home |
Main Index |
Thread Index |
Old Index