diff options
author | peter <peter@FreeBSD.org> | 1999-12-20 15:11:31 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-12-20 15:11:31 +0000 |
commit | feba4ac20374b78e13c66f5b907fb890c7e77344 (patch) | |
tree | 6e1802c33041e7773870ffb39c70b833a5035bef /sys/i386/isa/clock.c | |
parent | 1df231171f821c70fd1262ca77fc83f311f05ce0 (diff) | |
download | FreeBSD-src-feba4ac20374b78e13c66f5b907fb890c7e77344.zip FreeBSD-src-feba4ac20374b78e13c66f5b907fb890c7e77344.tar.gz |
Remove references to register_intr() etc in comments.
Diffstat (limited to 'sys/i386/isa/clock.c')
-rw-r--r-- | sys/i386/isa/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c index 4d393b0..e421fb1 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)); |