|
|
1.1 root 1: block-device 0 hp hp strategy dump
2: block-device 1 tu ht open close strategy dump B_TAPE
3: block-device 2 up up strategy dump
4: standard block-device 4 sw sw strategy
5: block-device 5 te tm open close strategy dump B_TAPE
6: block-device 6 ts ts open close strategy dump B_TAPE
7: block-device 7 ra ud open close strategy dump
8: block-device 8 mu mt open close strategy dump B_TAPE
9: block-device 9 tj ut open close strategy dump B_TAPE
10:
11: standard stream-device 0 cn cn info
12: stream-device 1 dz dz info
13: device 2 ctu ctu open close read write
14: : #if NCTU == 0
15: : cturint() {printf("cons mass storage stray\n");}
16: : ctuxint() {printf("cons mass storage stray\n");}
17: : #endif
18: standard device 3 mem mm read write
19: : int mem_no = 3; /* major device number of memory special file */
20: device 4 hp hp read write ioctl
21: device 5 tu ht open close read write ioctl
22: device 6 vp vp open close write ioctl reset
23: standard device 7 sw sw read write
24: if VAX780 device 8 fl fl open close read write
25: device 13 up up read write reset
26: device 14 te tm open close read write ioctl reset
27: device 15 lp lp open close write reset
28: device 16 ts ts open close read write ioctl reset
29: stream-device 17 dk dk info
30: stream-device 18 sp sp info
31: device 19 dn dn open close write
32: device 22 mu mt open close read write ioctl
33: device 23 tri tri open close write
34: device 25 rtk rtk open close read write ioctl
35: device 26 kmc kmc open close read write ioctl
36: stream-device 27 ec ecs info
37: device 28 ra ud open close read write ioctl
38: device 29 ekx ekx open close read write ioctl
39: device 30 cv cv open close read write ioctl reset
40: stream-device 31 kdi kdi info reset
41: stream-device 32 mg mg info
42: device 33 ju ju open close read write ioctl
43: device 34 chaos chr open close read write ioctl
44: : #if NCHAOS > 0
45: : #define CHDEV_OFFSET 32
46: : long cdevpath = 1L << (34 - CHDEV_OFFSET);
47: : #endif NCHAOS
48: device 36 chil
49: device 38 bpd bpd open close read ioctl
50: device 39 om om open close read write ioctl
51: device 40 std
52: : int stdio_no = 40; /* major device number of stdio special file */
53: device 41 ds ds open close read write ioctl
54: stream-device 42 inet ipd info
55: stream-device 43 tcp tcpd info
56: stream-device 44 il ils info
57: device 45 scn scn open close read write ioctl
58: device 46 sn sn open close ioctl
59: device 47 an an open close read write ioctl
60: stream-device 48 ch chd info
61: device 49 iti iti open close ioctl
62: stream-device 50 udp udpd info
63: stream-device 51 de de info
64: device 52 tj ut open close read write ioctl
65: device 53 vc vc open close write ioctl
66: device 54 ib ib open close read write ioctl
67: device 55 rco rco open close read ioctl
68: device 56 im im open close read write ioctl
69: stream-device 57 dhv dhv info
70: stream-device 58 qe qes info
71:
72: standard file-system 0 fs fs nami mount stat put get ioctl free updat trunc open read write
73: file-system 1 neta na put get free updat read write trunc stat nami mount
74: standard file-system 2 pr pr put get free updat read write trunc stat nami mount ioctl
75: standard file-system 3 ms ms updat get read write ioctl stat mount open
76: file-system 4 netb nb put get free updat read write trunc stat nami mount
77: standard file-system 5 er er get read write trunc stat nami
78: : int erfstyp = 5;
79: standard file-system 6 pip pip get mount stat
80: : int pipefstyp = 6;
81:
82: standard line-discipline 0 tty tty info
83: line-discipline 1 dkp cdkp info
84: line-discipline 2 cm rdk info
85: standard line-discipline 4 msg msg info
86: line-discipline 5 dkp dkp info
87: line-discipline 6 ntty ntty info
88: line-discipline 7 bf buf info
89: line-discipline 8 trc trc info
90: standard line-discipline 9 rmsg rmsg info
91: line-discipline 10 inet ip info
92: line-discipline 11 tcp tcp info
93: line-discipline 12 chroute chroute info
94: line-discipline 13 arp arp info
95: line-discipline 14 udp udp info
96: line-discipline 15 ch ch info
97: line-discipline 16 filter filt info
98: line-discipline 17 dumpld dump info
99: line-discipline 18 connld connld info
100: line-discipline 19 xp xp info
101: : /*
102: : * Swapdev is a fake device implemented
103: : * in sw.c used only internally to get to swstrategy.
104: : * It cannot be provided to the users, because the
105: : * swstrategy routine munches the b_dev and b_blkno entries
106: : * before calling the appropriate driver. This would horribly
107: : * confuse, e.g. the hashing routines. Instead, /dev/drum is
108: : * provided as a character (raw) device.
109: : */
110: : dev_t swapdev = makedev(4, 0);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.