summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa.h
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-01-05 15:03:28 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-01-05 15:03:28 +0000
commitf0f6568b6417bb37fe1c9d07ac4508a993a7f286 (patch)
tree07042ad4255a5376f4af4fab7b7c53985272899f /sys/i386/isa/isa.h
parentc8787294b3b80ab642beff93f2c69c0bd6362be9 (diff)
downloadFreeBSD-src-f0f6568b6417bb37fe1c9d07ac4508a993a7f286.zip
FreeBSD-src-f0f6568b6417bb37fe1c9d07ac4508a993a7f286.tar.gz
Fixed comment that refered to 8252 (we really have 8253's).
Per some one on the mailing list.
Diffstat (limited to 'sys/i386/isa/isa.h')
-rw-r--r--sys/i386/isa/isa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h
index 3c982d7..788b754 100644
--- a/sys/i386/isa/isa.h
+++ b/sys/i386/isa/isa.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.h 5.7 (Berkeley) 5/9/91
- * $Id: isa.h,v 1.2 1993/10/16 13:45:57 rgrimes Exp $
+ * $Id: isa.h,v 1.3 1993/11/07 17:44:30 wollman Exp $
*/
#ifndef _I386_ISA_ISA_H_
@@ -66,8 +66,8 @@ int isa_irq_pending __P((struct isa_device *dvp));
/* CPU Board */
#define IO_DMA1 0x000 /* 8237A DMA Controller #1 */
#define IO_ICU1 0x020 /* 8259A Interrupt Controller #1 */
-#define IO_TIMER1 0x040 /* 8252 Timer #1 */
-#define IO_TIMER2 0x048 /* 8252 Timer #2 */
+#define IO_TIMER1 0x040 /* 8253 Timer #1 */
+#define IO_TIMER2 0x048 /* 8253 Timer #2 */
#define IO_KBD 0x060 /* 8042 Keyboard */
#define IO_RTC 0x070 /* RTC */
#define IO_NMI IO_RTC /* NMI Control */
OpenPOWER on IntegriCloud