From 5138fc637db1fe7abf3900c9d79813cd6f52c986 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 30 Jun 1993 04:06:41 +0000 Subject: [PATCH] Noted that IO_TIMER2 was an EISA-specific feature. --- sys/arch/i386/isa/isa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/isa/isa.h b/sys/arch/i386/isa/isa.h index 7dba528b3eef..319f8ae00a21 100644 --- a/sys/arch/i386/isa/isa.h +++ b/sys/arch/i386/isa/isa.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.h 5.7 (Berkeley) 5/9/91 - * $Id: isa.h,v 1.8 1993/06/13 12:55:47 andrew Exp $ + * $Id: isa.h,v 1.9 1993/06/30 04:06:41 andrew Exp $ */ /* @@ -64,7 +64,7 @@ int isa_irq_pending __P((struct isa_device *dvp)); #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_TIMER2 0x048 /* 8252 Timer #2 (EISA only) */ #define IO_KBD 0x060 /* 8042 Keyboard */ #define IO_RTC 0x070 /* RTC */ #define IO_NMI IO_RTC /* NMI Control */