xref: /386bsd/usr/src/kernel/include/dev/compaq_isa.h (revision a2142627)
1 /*-
2  * Compaq ISA bus extensions.
3  *
4  *	$Id$
5  *
6  * Copyright (C) 1989-1994, William F. Jolitz. All Rights Reserved.
7  */
8 
9 /*
10  * Input / Output Port Assignments
11  */
12 #ifndef IO_TIMER2
13 #define IO_TIMER2	0x048		/* 8252 Timer #2 */
14 #endif	/* IO_TIMER2 */
15 
16 /*
17  * Physical Memory assignments
18  */
19 #ifndef	COMPAQ_RAMRELOC
20 #define	COMPAQ_RAMRELOC	0x80c00000	/* Compaq RAM relocation/diag */
21 #define	COMPAQ_RAMSETUP	0x80c00002	/* Compaq RAM setup */
22 #define	WEITEK_FPU	0xC0000000	/* WTL 2167 */
23 #define	CYRIX_EMC	0xC0000000	/* Cyrix EMC */
24 #endif	/* COMPAQ_RAMRELOC */
25