majors.amd64 revision 1.31
11.31Sdholland# $NetBSD: majors.amd64,v 1.31 2019/01/27 17:59:22 dholland Exp $ 21.1Sfvdl# 31.1Sfvdl# Device majors for amd64 41.1Sfvdl# 51.1Sfvdl 61.1Sfvdldevice-major cons char 0 71.1Sfvdldevice-major ctty char 1 81.1Sfvdldevice-major mem char 2 91.1Sfvdldevice-major wd char 3 block 0 wd 101.14Syamtdevice-major swap char 4 block 1 vmswap 111.1Sfvdldevice-major pts char 5 pty 121.1Sfvdldevice-major ptc char 6 pty 131.1Sfvdldevice-major log char 7 141.1Sfvdldevice-major com char 8 com 151.1Sfvdldevice-major fd char 9 block 2 fdc 161.1Sfvdldevice-major wt char 10 block 3 wt 171.17Scube#device-major scd char 11 block 15 scd 181.1Sfvdldevice-major pc char 12 pc 191.1Sfvdldevice-major sd char 13 block 4 sd 201.1Sfvdldevice-major st char 14 block 5 st 211.1Sfvdldevice-major cd char 15 block 6 cd 221.1Sfvdldevice-major lpt char 16 lpt 231.1Sfvdldevice-major ch char 17 ch 241.1Sfvdldevice-major ccd char 18 block 16 ccd 251.1Sfvdldevice-major ss char 19 ss 261.1Sfvdldevice-major uk char 20 uk 271.1Sfvdl 281.1Sfvdldevice-major filedesc char 22 291.1Sfvdldevice-major bpf char 23 bpfilter 301.1Sfvdldevice-major md char 24 block 17 md 311.1Sfvdl 321.1Sfvdldevice-major cy char 38 cy 331.1Sfvdldevice-major mcd char 39 block 7 mcd 341.1Sfvdldevice-major tun char 40 tun 351.1Sfvdldevice-major vnd char 41 block 14 vnd 361.1Sfvdldevice-major audio char 42 audio 371.1Sfvdldevice-major ipl char 44 ipfilter 381.31Sdholland#device-major obsolete char 45 obsolete (satlink) 391.1Sfvdldevice-major rnd char 46 rnd 401.1Sfvdldevice-major wsdisplay char 47 wsdisplay 411.1Sfvdldevice-major wskbd char 48 wskbd 421.1Sfvdldevice-major wsmouse char 49 wsmouse 431.1Sfvdldevice-major usb char 55 usb 441.1Sfvdldevice-major uhid char 56 uhid 451.1Sfvdldevice-major ulpt char 57 ulpt 461.1Sfvdldevice-major midi char 58 midi 471.1Sfvdldevice-major sequencer char 59 sequencer 481.1Sfvdldevice-major vcoda char 60 vcoda 491.1Sfvdldevice-major scsibus char 61 scsibus 501.1Sfvdldevice-major raid char 62 block 18 raid 511.1Sfvdldevice-major esh char 63 esh 521.1Sfvdldevice-major ugen char 64 ugen 531.1Sfvdldevice-major wsmux char 65 wsmux 541.1Sfvdldevice-major ucom char 66 ucom 551.25Spgoyettedevice-major sysmon char 67 sysmon 561.1Sfvdl 571.1Sfvdldevice-major ld char 69 block 19 ld 581.1Sfvdldevice-major urio char 70 urio 591.1Sfvdldevice-major bktr char 71 bktr 601.1Sfvdl 611.1Sfvdldevice-major cz char 73 cz 621.1Sfvdldevice-major ses char 74 ses 631.1Sfvdldevice-major uscanner char 75 uscanner 641.1Sfvdldevice-major iop char 76 iop 651.1Sfvdldevice-major altq char 77 altq 661.1Sfvdldevice-major mlx char 78 mlx 671.1Sfvdldevice-major clockctl char 79 clockctl 681.1Sfvdldevice-major cgd char 81 block 20 cgd 691.1Sfvdldevice-major agp char 82 agp 701.1Sfvdldevice-major pci char 83 pci 711.1Sfvdldevice-major irframe char 84 irframe 721.1Sfvdldevice-major ksyms char 85 ksyms 731.8Sjdolecekdevice-major wsfont char 86 wsfont 741.9Sjdolecekdevice-major mly char 87 mly 751.9Sjdolecekdevice-major dpti char 88 dpti 761.9Sjdolecekdevice-major joy char 89 joy 771.9Sjdolecekdevice-major cir char 90 cir 781.9Sjdolecekdevice-major radio char 91 radio 791.10Sjdolecekdevice-major kttcp char 92 kttcp 801.7Sjdolecek 811.9Sjdolecekdevice-major dpt char 96 dpt 821.9Sjdolecekdevice-major twe char 97 twe 831.27Sryodevice-major nsmb char 98 nsmb 841.4Sjdolecek 851.18Sbouyer# 861.18Sbouyer# Device majors for Xen. These are assigned here so that: 871.27Sryo# - we are sure there are no conflicts with plain i386 881.18Sbouyer# - they appear in the i386 MAKEDEV 891.18Sbouyer# 901.18Sbouyer 911.18Sbouyerdevice-major xenevt char 141 xenevt 921.18Sbouyerdevice-major xbd char 142 block 142 xbd 931.18Sbouyerdevice-major xencons char 143 xencons 941.18Sbouyer 951.24Swiz# Majors up to 143 are reserved for machine-dependent drivers. 961.27Sryo# New machine-independent driver majors are assigned in 971.11Sjmc# sys/conf/majors. 98