diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-20 15:24:56 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-20 15:24:56 +0000 |
| commit | c24792feab06b35d595e856c9bfff91077c7cf6e (patch) | |
| tree | 30cd259a28d19220aed6e108615fc89f5f4faaa3 | |
| parent | ec6e462d7886841a72b3e58b31195df907be429b (diff) | |
Notes
| -rw-r--r-- | sys/pc98/cbus/clock.c | 2 | ||||
| -rw-r--r-- | sys/pc98/cbus/pcrtc.c | 2 | ||||
| -rw-r--r-- | sys/pc98/pc98/clock.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index f00e764443e6..1c7e231dc8a4 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.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)); diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index f00e764443e6..1c7e231dc8a4 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)); diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index f00e764443e6..1c7e231dc8a4 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/clock.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)); |
