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/isa Pull up revision 1.62 (via patch, req...
details: https://anonhg.NetBSD.org/src/rev/814c47f3f786
branches: netbsd-1-4
changeset: 470672:814c47f3f786
user: he <he%NetBSD.org@localhost>
date: Tue Jun 27 14:28:40 2000 +0000
description:
Pull up revision 1.62 (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/isa/clock.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r a7568a9384d0 -r 814c47f3f786 sys/arch/i386/isa/clock.c
--- a/sys/arch/i386/isa/clock.c Tue Jun 27 14:28:16 2000 +0000
+++ b/sys/arch/i386/isa/clock.c Tue Jun 27 14:28:40 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.61.2.1 2000/02/04 23:06:19 he Exp $ */
+/* $NetBSD: clock.c,v 1.61.2.2 2000/06/27 14:28:40 he Exp $ */
/*-
* Copyright (c) 1993, 1994 Charles M. Hannum.
@@ -131,7 +131,6 @@
static pcppi_tag_t ppicookie;
#endif /* PCPPI */
-static void initrtclock __P((void));
void spinwait __P((int));
int clockintr __P((void *));
int gettick __P((void));
@@ -271,8 +270,8 @@
}
/* minimal initialization, enough for delay() */
-static void
-initrtclock()
+void
+initrtclock(void)
{
u_long tval;
Home |
Main Index |
Thread Index |
Old Index