Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mvme68k/dev Fix the clock device offset. (Overlooke...



details:   https://anonhg.NetBSD.org/src/rev/7a700a89cb57
branches:  trunk
changeset: 513765:7a700a89cb57
user:      scw <scw%NetBSD.org@localhost>
date:      Sun Aug 12 19:16:18 2001 +0000

description:
Fix the clock device offset. (Overlooked in last commit)

diffstat:

 sys/arch/mvme68k/dev/pcctwo.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2674a32861f4 -r 7a700a89cb57 sys/arch/mvme68k/dev/pcctwo.c
--- a/sys/arch/mvme68k/dev/pcctwo.c     Sun Aug 12 18:36:17 2001 +0000
+++ b/sys/arch/mvme68k/dev/pcctwo.c     Sun Aug 12 19:16:18 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcctwo.c,v 1.15 2001/08/12 18:33:13 scw Exp $ */
+/*     $NetBSD: pcctwo.c,v 1.16 2001/08/12 19:16:18 scw Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -124,7 +124,7 @@
  * Devices that live on the MCchip, attached in this order.
  */
 static struct pcctwo_device mcchip_devices[] = {
-       {"clock", PCCTWO_NVRAM_OFF},
+       {"clock", 0},
        {"zsc", MCCHIP_ZS0_OFF},
        {"zsc", MCCHIP_ZS1_OFF},
        {"ie", PCCTWO_IE_OFF},



Home | Main Index | Thread Index | Old Index