Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/i386/include Pull up revision 1.57 (via patch, ...



details:   https://anonhg.NetBSD.org/src/rev/be33caf59ff7
branches:  netbsd-1-4
changeset: 470673:be33caf59ff7
user:      he <he%NetBSD.org@localhost>
date:      Tue Jun 27 14:29:04 2000 +0000

description:
Pull up revision 1.57 (via patch, requested by mjl):
  Reinitialize clock after hibernation, something which seems to be
  required on some laptops.  Fixes PR#4808.

diffstat:

 sys/arch/i386/include/cpu.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 814c47f3f786 -r be33caf59ff7 sys/arch/i386/include/cpu.h
--- a/sys/arch/i386/include/cpu.h       Tue Jun 27 14:28:40 2000 +0000
+++ b/sys/arch/i386/include/cpu.h       Tue Jun 27 14:29:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.53 1999/04/01 00:37:50 thorpej Exp $ */
+/*     $NetBSD: cpu.h,v 1.53.2.1 2000/06/27 14:29:04 he Exp $  */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -146,6 +146,7 @@
 void   proc_trampoline __P((void));
 
 /* clock.c */
+void   initrtclock __P((void));
 void   startrtclock __P((void));
 
 /* npx.c */



Home | Main Index | Thread Index | Old Index