xref: /netbsd-src/sys/conf/majors (revision 69b6d498973bb4d7230c2d3c12bd9a032738ec8e)
1# $NetBSD: majors,v 1.16 2005/07/30 06:14:50 skrll Exp $
2#
3# Device majors for Machine-Independent drivers.
4#
5# Majors 0-143 are reserved for machine-dependent drivers and
6# for traditional machine-specific MI driver major mapping.
7#
8# Majors 144-159 are reserved for local/vendor use.
9#
10# Majors 160-255 are used for the MI drivers.
11
12device-major	crypto		char 160		crypto
13device-major	pf		char 161		pf
14device-major	vinum		char 162 block 162	vinum
15device-major	fss		char 163 block 163	fss
16device-major	pps		char 164		pps
17device-major	ptm		char 165		pty
18device-major	atabus		char 166		atabus
19device-major	drvctl		char 167		drvctl
20device-major	dk		char 168 block 168
21device-major	tap		char 169		tap
22device-major	veriexec	char 170		veriexec
23device-major	fw		char 171		ieee1394if
24device-major	ucycom		char 172		ucycom
25