summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorandrew <andrew@NetBSD.org>1993-06-30 04:13:34 +0000
committerandrew <andrew@NetBSD.org>1993-06-30 04:13:34 +0000
commitf7dd4be020ab2e7706ecf6203282a30e06ea051b (patch)
treec059e033e5c2671bcfdca23f9b718f5dca3e9fcf /sys/dev
parent5138fc637db1fe7abf3900c9d79813cd6f52c986 (diff)
Updated comments.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/isa.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c
index e72a733bd0d..a04404b8f3c 100644
--- a/sys/dev/isa/isa.c
+++ b/sys/dev/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.21 1993/06/27 06:27:29 andrew Exp $
+ * $Id: isa.c,v 1.22 1993/06/30 04:13:34 andrew Exp $
*/
/*
@@ -611,13 +611,7 @@ gettick() {
int low;
/*
- * XXX - isa.h defines bogus timers. There's no such timer as
- * IO_TIMER_2 = 0x48. There's a timer in the CMOS RAM chip but
- * its interface is quite different. Neither timer is an 8252.
- */
- /*
* Protect ourself against interrupts.
- * XXX - sysbeep() and sysbeepstop() need protection.
*/
disable_intr();
/*