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