summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa.h
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1999-01-06 05:40:01 +0000
committeryokota <yokota@FreeBSD.org>1999-01-06 05:40:01 +0000
commit4546265cab593a2575a5272d69b582c6cc52c98c (patch)
tree18957ea6ebd3897135cfc705c6dc09fac65c04db /sys/i386/isa/isa.h
parent5ca24859b5604690a763ca302ea270af79567b80 (diff)
downloadFreeBSD-src-4546265cab593a2575a5272d69b582c6cc52c98c.zip
FreeBSD-src-4546265cab593a2575a5272d69b582c6cc52c98c.tar.gz
Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long time
ago... While I am here, correct the values for IO_MDASIZE and IO_CGASIZE; they should be 12 rather than 16.
Diffstat (limited to 'sys/i386/isa/isa.h')
-rw-r--r--sys/i386/isa/isa.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h
index 6ec3ae2..ea25f20 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$
+ * $Id: isa.h,v 1.21 1997/02/22 09:36:41 peter Exp $
*/
#ifdef PC98
@@ -147,7 +147,7 @@
#define IO_ISASIZES
#define IO_ASCSIZE 5 /* AmiScan GI1904-based hand scanner */
-#define IO_CGASIZE 16 /* CGA controllers */
+#define IO_CGASIZE 12 /* CGA controllers */
#define IO_COMSIZE 8 /* 8250, 16x50 com controllers */
#define IO_DMASIZE 16 /* 8237 DMA controllers */
#define IO_DPGSIZE 32 /* 74LS612 DMA page registers */
@@ -158,9 +158,10 @@
#define IO_ICUSIZE 16 /* 8259A interrupt controllers */
#define IO_KBDSIZE 16 /* 8042 Keyboard controllers */
#define IO_LPTSIZE 8 /* LPT controllers, some use only 4 */
-#define IO_MDASIZE 16 /* Monochrome display controllers */
+#define IO_MDASIZE 12 /* Monochrome display controllers */
#define IO_NPXSIZE 16 /* 80387/80487 NPX registers */
#define IO_PMPSIZE 2 /* 82347 power management peripheral */
+#define IO_PSMSIZE 5 /* 8042 Keyboard controllers */
#define IO_RTCSIZE 16 /* CMOS real time clock, NMI control */
#define IO_TMRSIZE 16 /* 8253 programmable timers */
#define IO_VGASIZE 16 /* VGA controllers */
OpenPOWER on IntegriCloud