majors.shark revision 1.13 1 # $NetBSD: majors.shark,v 1.13 2005/01/05 09:15:19 tsutsui Exp $
2 #
3 # Device majors for shark
4 #
5
6 device-major mem char 0
7 device-major swap char 1 block 1
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 st char 25 block 25 st
28 device-major cd char 26 block 26 cd
29
30 device-major bpf char 32 bpfilter
31 device-major tun char 33 tun
32 device-major filedesc char 34
33 device-major lkm char 35 lkm
34 device-major audio char 36 audio
35
36 device-major opms char 40 opms
37
38 device-major ipl char 46 ipfilter
39
40 device-major ofrom char 49 ofrom
41 device-major scr char 50 scr
42
43 device-major rnd char 52 rnd
44 device-major prof char 53 profiler
45
46 device-major joy char 56 joy
47 device-major midi char 57 midi
48 device-major sequencer char 58 sequencer
49 device-major vcoda char 59 vcoda
50
51 device-major raid char 71 block 71 raid
52
53 device-major openfirm char 77 ofwgencfg
54
55 device-major clockctl char 84 clockctl
56 device-major systrace char 85 systrace
57 device-major ksyms char 86 ksyms
58
59 # Majors up to 143 are reserved for machine-dependant drivers.
60 # New machine-independant driver majors are assigned in
61 # sys/conf/majors.
62