Annotation of researchv10dc/lsys/sys/kmc.h, revision 1.1

1.1     ! root        1: struct kmc {
        !             2:        char    k_stat;
        !             3:        char    k_type;
        !             4:        char    k_written;
        !             5:        struct device *k_addr;
        !             6:        int     (*k_rint)();
        !             7:        int     (*k_xint)();
        !             8:        int     (*k_reset)();
        !             9: };
        !            10: 
        !            11: /*
        !            12:  * kmc-related ioctls
        !            13:  * should really be in kmcio.h
        !            14:  */
        !            15: #define        KSTEP   1
        !            16: #define        KMS     2
        !            17: #define        KCSR    3
        !            18: #define        KSTOP   4
        !            19: #define        KMCLR   5
        !            20: #define        KRUN    6
        !            21: #define        KLU     7
        !            22: #define        KWRCR   8
        !            23: #define        KRESET  9
        !            24: 
        !            25: #define        KCSETA  (('k'<<8)|1)
        !            26: 
        !            27: struct kmcntl {
        !            28:        int     kmd;
        !            29:        short   *kcsr;
        !            30:        int     kval;
        !            31: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.