majors.hpcsh revision 1.8
1#	$NetBSD: majors.hpcsh,v 1.8 2003/10/10 21:21:26 jdolecek Exp $
2#
3# Device majors for hpcsh
4#
5
6device-major	mem		char 0
7device-major	swap		char 1   block 0
8device-major	cons		char 2
9device-major	ctty		char 3
10device-major	filedesc	char 4
11device-major	log		char 5
12device-major	ptc		char 6			pty
13device-major	pts		char 7			pty
14device-major	com		char 8			com
15
16device-major	wd		char 10  block 1	wd
17
18device-major	md		char 12  block 6	md
19device-major	ccd		char 13  block 7	ccd
20device-major	vnd		char 14  block 8	vnd
21device-major	raid		char 15  block 9	raid
22device-major	scsibus		char 16			scsibus
23device-major	sd		char 17  block 3	sd
24device-major	st		char 18  block 4	st
25device-major	cd		char 19  block 5	cd
26device-major	ch		char 20			ch
27device-major	uk		char 21			uk
28device-major	ss		char 22			ss
29device-major	ipl		char 23			ipfilter
30device-major	tun		char 24			tun
31device-major	bpf		char 25			bpfilter
32device-major	wsdisplay	char 26			wsdisplay
33device-major	wskbd		char 27			wskbd
34device-major	wsmouse		char 28			wsmouse
35device-major	wsmux		char 29			wsmux
36device-major	rnd		char 30			rnd
37device-major	scif		char 31			scif
38device-major	sci		char 32			sci
39device-major	biconsdev	char 33			biconsdev
40device-major	clockctl	char 34			clockctl
41device-major	systrace	char 35			systrace
42device-major	cgd		char 36  block 10	cgd
43device-major	ksyms		char 37			ksyms
44device-major	pf		char 38			pf
45device-major	crypto		char 39			opencrypto
46
47# Majors up to 143 are reserved for machine-dependant drivers.
48# New machine-independant driver majors are assigned in 
49# sys/dev/majors.
50