Annotation of 40BSD/sys/dev/dhfdm.c, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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