Annotation of 3BSD/sys/dev/dhfdm.c, revision 1.1

1.1     ! root        1: /*     dhfdm.c 2.1     2/14/80 */
        !             2: 
        !             3: /*
        !             4:  *     DM-BB fake driver
        !             5:  */
        !             6: #include "../h/param.h"
        !             7: #include "../h/tty.h"
        !             8: #include "../h/conf.h"
        !             9: 
        !            10: struct tty     dh11[];
        !            11: 
        !            12: dmopen(dev)
        !            13: {
        !            14:        register struct tty *tp;
        !            15: 
        !            16:        tp = &dh11[minor(dev)];
        !            17:        tp->t_state |= CARR_ON;
        !            18: }
        !            19: 
        !            20: dmclose(dev)
        !            21: {
        !            22: }
        !            23: dmctl(dev)
        !            24: {
        !            25: }

unix.superglobalmegacorp.com

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