kernel: print spurious interrupt message with increasing interval.
[minix.git] / include / arch / i386 / ports.h
blob3c04395bdd0b896cdf38665a3331989114ab6e12
1 /* Addresses and magic numbers for miscellaneous ports. */
3 #ifndef _PORTS_H
4 #define _PORTS_H
6 #if (CHIP == INTEL)
8 /* Miscellaneous ports. */
9 #define PCR 0x65 /* Planar Control Register */
10 #define PORT_B 0x61 /* I/O port for 8255 port B (kbd, beeper...) */
11 #define TIMER0 0x40 /* I/O port for timer channel 0 */
12 #define TIMER2 0x42 /* I/O port for timer channel 2 */
13 #define TIMER_MODE 0x43 /* I/O port for timer mode control */
15 #endif /* (CHIP == INTEL) */
17 #endif /* _PORTS_H */