aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-12-20 15:11:31 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-12-20 15:11:31 +0000
commitec6e462d7886841a72b3e58b31195df907be429b (patch)
treeb1d59e8f49f39e943f3f4764d81adb85fa039ba7
parentc13a71596b715d057936974e9e63271a4f8ca0ac (diff)
Notes
-rw-r--r--sys/amd64/amd64/tsc.c2
-rw-r--r--sys/amd64/isa/clock.c2
-rw-r--r--sys/i386/i386/tsc.c2
-rw-r--r--sys/i386/isa/clock.c2
-rw-r--r--sys/isa/atrtc.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/amd64/amd64/tsc.c b/sys/amd64/amd64/tsc.c
index 4d393b041365..e421fb1f67f0 100644
--- a/sys/amd64/amd64/tsc.c
+++ b/sys/amd64/amd64/tsc.c
@@ -153,7 +153,7 @@ static int i8254_ticked;
/*
* XXX new_function and timer_func should not handle clockframes, but
* timer_func currently needs to hold hardclock to handle the
- * timer0_state == 0 case. We should use register_intr()/unregister_intr()
+ * timer0_state == 0 case. We should use inthand_add()/inthand_remove()
* to switch between clkintr() and a slightly different timerintr().
*/
static void (*new_function) __P((struct clockframe *frame));
diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c
index 4d393b041365..e421fb1f67f0 100644
--- a/sys/amd64/isa/clock.c
+++ b/sys/amd64/isa/clock.c
@@ -153,7 +153,7 @@ static int i8254_ticked;
/*
* XXX new_function and timer_func should not handle clockframes, but
* timer_func currently needs to hold hardclock to handle the
- * timer0_state == 0 case. We should use register_intr()/unregister_intr()
+ * timer0_state == 0 case. We should use inthand_add()/inthand_remove()
* to switch between clkintr() and a slightly different timerintr().
*/
static void (*new_function) __P((struct clockframe *frame));
diff --git a/sys/i386/i386/tsc.c b/sys/i386/i386/tsc.c
index 4d393b041365..e421fb1f67f0 100644
--- a/sys/i386/i386/tsc.c
+++ b/sys/i386/i386/tsc.c
@@ -153,7 +153,7 @@ static int i8254_ticked;
/*
* XXX new_function and timer_func should not handle clockframes, but
* timer_func currently needs to hold hardclock to handle the
- * timer0_state == 0 case. We should use register_intr()/unregister_intr()
+ * timer0_state == 0 case. We should use inthand_add()/inthand_remove()
* to switch between clkintr() and a slightly different timerintr().
*/
static void (*new_function) __P((struct clockframe *frame));
diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c
index 4d393b041365..e421fb1f67f0 100644
--- a/sys/i386/isa/clock.c
+++ b/sys/i386/isa/clock.c
@@ -153,7 +153,7 @@ static int i8254_ticked;
/*
* XXX new_function and timer_func should not handle clockframes, but
* timer_func currently needs to hold hardclock to handle the
- * timer0_state == 0 case. We should use register_intr()/unregister_intr()
+ * timer0_state == 0 case. We should use inthand_add()/inthand_remove()
* to switch between clkintr() and a slightly different timerintr().
*/
static void (*new_function) __P((struct clockframe *frame));
diff --git a/sys/isa/atrtc.c b/sys/isa/atrtc.c
index 4d393b041365..e421fb1f67f0 100644
--- a/sys/isa/atrtc.c
+++ b/sys/isa/atrtc.c
@@ -153,7 +153,7 @@ static int i8254_ticked;
/*
* XXX new_function and timer_func should not handle clockframes, but
* timer_func currently needs to hold hardclock to handle the
- * timer0_state == 0 case. We should use register_intr()/unregister_intr()
+ * timer0_state == 0 case. We should use inthand_add()/inthand_remove()
* to switch between clkintr() and a slightly different timerintr().
*/
static void (*new_function) __P((struct clockframe *frame));