1 /*-
2  * EISA Bus extensions beyond ISA.
3  * Input / Output Port Assignments.
4  *
5  * Copyright (C) 1989-1994, William F. Jolitz. All Rights Reserved.
6  */
7 
8 #ifndef IO_TIMER2
9 #define IO_TIMER2	0x048		/* 8252 Timer #2 */
10 #define IO_DMAPGx	0x080		/* DMA Page Registers */
11 #endif	/* IO_TIMER2 */
12 
13