xref: /netbsd/sys/arch/cesfic/conf/majors.cesfic (revision c4a72b64)
1#	$NetBSD: majors.cesfic,v 1.3 2002/10/04 18:28:27 elric Exp $
2#
3# Device majors for cesfic
4#
5
6device-major	cons		char 0
7device-major	ctty		char 1
8device-major	mem		char 2
9device-major	swap		char 3   block 0
10device-major	pts		char 4			pty
11device-major	ptc		char 5			pty
12device-major	log		char 6
13device-major	ccd		char 7   block 1	ccd
14device-major	ipl		char 8			ipfilter
15device-major	vnd		char 9   block 2	vnd
16device-major	zstty		char 10			zstty
17device-major	filedesc	char 11
18device-major	bpf		char 12			bpfilter
19device-major	tun		char 13			tun
20device-major	lkm		char 14			lkm
21device-major	md		char 15  block 3	md
22
23device-major	rnd		char 21			rnd
24device-major	clockctl	char 22			clockctl
25device-major	systrace	char 23			systrace
26device-major	cgd		char 24  block 4	cgd
27