majors.shark revision 1.23 1 # $NetBSD: majors.shark,v 1.23 2007/08/08 13:08:11 tsutsui Exp $
2 #
3 # Device majors for shark
4 #
5
6 device-major mem char 0
7 device-major swap char 1 block 1 vmswap
8 device-major cons char 2
9 device-major ctty char 3
10 device-major pc char 4 pc
11 device-major ofcons char 4 !pc & ofcons
12 device-major log char 5
13 device-major ptc char 6 pty
14 device-major pts char 7 pty
15 device-major lpt char 8 lpt
16
17 device-major com char 12 com
18
19 device-major wd char 16 block 16 wd
20
21 device-major md char 18 block 18 md
22 device-major vnd char 19 block 19 vnd
23
24 device-major ccd char 21 block 21 ccd
25 device-major cgd char 22 block 22 cgd
26
27 device-major sd char 24 block 24 sd
28 device-major st char 25 block 25 st
29 device-major cd char 26 block 26 cd
30
31 device-major bpf char 32 bpfilter
32 device-major tun char 33 tun
33 device-major filedesc char 34
34 device-major lkm char 35 lkm
35 device-major audio char 36 audio
36
37 device-major opms char 40 opms
38
39 device-major ipl char 46 ipfilter
40
41 device-major ofrom char 49 ofrom
42 device-major scr char 50 scr
43
44 device-major rnd char 52 rnd
45 device-major prof char 53 profiler
46
47 device-major joy char 56 joy
48 device-major midi char 57 midi
49 device-major sequencer char 58 sequencer
50 device-major vcoda char 59 vcoda
51 device-major wsdisplay char 60 wsdisplay
52 device-major wskbd char 61 wskbd
53 device-major wsmouse char 62 wsmouse
54 device-major wsfont char 63 wsfont
55
56 device-major raid char 71 block 71 raid
57
58 device-major wsmux char 73 wsmux
59
60 device-major openfirm char 77 openfirm | ofwgencfg
61
62 device-major clockctl char 84 clockctl
63 device-major systrace char 85 systrace
64 device-major ksyms char 86 ksyms
65
66 device-major nsmb char 98 nsmb
67
68 # Majors up to 143 are reserved for machine-dependant drivers.
69 # New machine-independent driver majors are assigned in
70 # sys/conf/majors.
71