From f88fbde7ac18c7c255338479a88b1351a5b886e4 Mon Sep 17 00:00:00 2001 From: uch Date: Sun, 1 Oct 2000 18:12:04 +0000 Subject: [PATCH] don't reset RTC in tx39clock_set() --- sys/arch/hpcmips/tx/tx39clock.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arch/hpcmips/tx/tx39clock.c b/sys/arch/hpcmips/tx/tx39clock.c index c191c457384b..a3dc238b6b50 100644 --- a/sys/arch/hpcmips/tx/tx39clock.c +++ b/sys/arch/hpcmips/tx/tx39clock.c @@ -1,4 +1,4 @@ -/* $NetBSD: tx39clock.c,v 1.6 2000/09/28 16:18:26 uch Exp $ */ +/* $NetBSD: tx39clock.c,v 1.7 2000/10/01 18:12:04 uch Exp $ */ /*- * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc. @@ -322,8 +322,6 @@ tx39clock_set(struct device *dev, struct clocktime *ct) if (sc->sc_enabled) { sc->sc_epoch = *ct; - /* Reset RTC counter */ - __tx39timer_rtcreset(sc->sc_tc); } }