|
|
coherent
#ifndef __SYS_NDP_H__ #define __SYS_NDP_H__ #if __KERNEL__ /* bit positions in u.u_ndpFlags */ #define NF_NDP_USER 1 /* this process has used the ndp */ #define NF_NDP_SAVED 2 /* ndp status is saved in u area */ #define NF_EM_TRAPPED 4 /* no ndp, em trap has occurred */ /* supported coprocessor types - will autosense if initially unpatched */ #define NDP_TYPE_AUTO 0 #define NDP_TYPE_NONE 1 #define NDP_TYPE_287 2 #define NDP_TYPE_387 3 #define NDP_TYPE_486 4 #define NDP_IRQ 13 /* 387 uses Irq for unmasked exceptions */ #define NDP_PORT 0xF0 /* 387 uses this port to clear exception */ #endif /* __KERNEL__ */ #endif /* __SYS_NDP_H__ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.