Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/isa Rename some functions to all...
details: https://anonhg.NetBSD.org/src/rev/1a93abd7a834
branches: sommerfeld_i386mp_1
changeset: 482176:1a93abd7a834
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Sun Feb 20 18:20:26 2000 +0000
description:
Rename some functions to allow local apic to also be used for DELAY
diffstat:
sys/arch/i386/isa/clock.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 3b17b382cce8 -r 1a93abd7a834 sys/arch/i386/isa/clock.c
--- a/sys/arch/i386/isa/clock.c Sun Feb 20 18:18:29 2000 +0000
+++ b/sys/arch/i386/isa/clock.c Sun Feb 20 18:20:26 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.63 2000/02/02 15:26:27 minoura Exp $ */
+/* $NetBSD: clock.c,v 1.63.2.1 2000/02/20 18:20:26 sommerfeld Exp $ */
/*-
* Copyright (c) 1993, 1994 Charles M. Hannum.
@@ -168,7 +168,7 @@
outb(IO_RTC+1, datum);
}
-static u_long rtclock_tval;
+u_long rtclock_tval;
static int clock_broken_latch = 0;
#ifdef CLOCK_PARANOIA
@@ -434,7 +434,7 @@
* Don't rely on this being particularly accurate.
*/
void
-delay(n)
+i8254_delay(n)
int n;
{
int tick, otick;
@@ -549,7 +549,7 @@
}
void
-cpu_initclocks()
+i8254_initclocks()
{
/*
Home |
Main Index |
Thread Index |
Old Index