summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pcrtc.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-20 15:24:56 +0000
committerpeter <peter@FreeBSD.org>1999-12-20 15:24:56 +0000
commit6a8d636f67a8c12101cdbabc15f4e05a6c1da2aa (patch)
tree11d813df29c582957fb8d5ca49077a94ebe4adda /sys/pc98/cbus/pcrtc.c
parentfeba4ac20374b78e13c66f5b907fb890c7e77344 (diff)
downloadFreeBSD-src-6a8d636f67a8c12101cdbabc15f4e05a6c1da2aa.zip
FreeBSD-src-6a8d636f67a8c12101cdbabc15f4e05a6c1da2aa.tar.gz
merge i386/isa/clock.c 1.147: don't talk about register_intr in comments.
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r--sys/pc98/cbus/pcrtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index f00e764..1c7e231 100644
--- a/sys/pc98/cbus/pcrtc.c
+++ b/sys/pc98/cbus/pcrtc.c
@@ -167,7 +167,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));
OpenPOWER on IntegriCloud