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