|
|
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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.