xref: /netbsd-src/sys/arch/news68k/conf/majors.news68k (revision 6a493d6bc668897c91594964a732d38505b70cbb)
1#	$NetBSD: majors.news68k,v 1.23 2011/11/20 15:38:00 tsutsui Exp $
2#
3# Device majors for news68k
4#
5
6device-major	cons		char 0
7device-major	zstty		char 1			zstty
8device-major	ctty		char 2
9device-major	mem		char 3
10device-major	sd		char 4   block 0	sd
11
12device-major	swap		char 7   block 4	vmswap
13device-major	pts		char 8			pty
14device-major	ptc		char 9			pty
15device-major	md		char 10  block 2	md
16
17device-major	st		char 16  block 17	st
18
19device-major	bpf		char 24			bpfilter
20device-major	tun		char 25			tun
21
22device-major	log		char 33
23
24device-major	ipl		char 46			ipfilter
25device-major	rnd		char 47			rnd
26device-major	filedesc	char 48
27device-major	ccd		char 49  block 7	ccd
28device-major	vnd		char 50  block 6	vnd
29
30device-major	uk		char 54			uk
31device-major	cd		char 55  block 16	cd
32device-major	ss		char 56			ss
33device-major	ch		char 57			ch
34
35device-major	wsdisplay	char 60			wsdisplay
36device-major	wskbd		char 61			wskbd
37device-major	wsmouse		char 62			wsmouse
38device-major	wsmux		char 63			wsmux
39
40device-major	scsibus		char 73			scsibus
41device-major	raid		char 74  block 32	raid
42device-major	svr4_net	char 75			compat_svr4
43device-major	clockctl	char 76			clockctl
44device-major	cgd		char 78  block 33	cgd
45device-major	ksyms		char 79			ksyms
46device-major	wsfont		char 80			wsfont
47device-major	romcons		char 81			romcons
48
49device-major	nsmb		char 98			nsmb
50
51# Majors up to 143 are reserved for machine-dependent drivers.
52# New machine-independent driver majors are assigned in
53# sys/conf/majors.
54