|
|
1.1 root 1: #ifndef __SYS_NDP_H__
2: #define __SYS_NDP_H__
3:
4: #if __KERNEL__
5:
6: /* bit positions in u.u_ndpFlags */
7: #define NF_NDP_USER 1 /* this process has used the ndp */
8: #define NF_NDP_SAVED 2 /* ndp status is saved in u area */
9: #define NF_EM_TRAPPED 4 /* no ndp, em trap has occurred */
10:
11: /* supported coprocessor types - will autosense if initially unpatched */
12: #define NDP_TYPE_AUTO 0
13: #define NDP_TYPE_NONE 1
14: #define NDP_TYPE_287 2
15: #define NDP_TYPE_387 3
16: #define NDP_TYPE_486 4
17:
18: #define NDP_IRQ 13 /* 387 uses Irq for unmasked exceptions */
19: #define NDP_PORT 0xF0 /* 387 uses this port to clear exception */
20:
21: #endif /* __KERNEL__ */
22:
23: #endif /* __SYS_NDP_H__ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.