xref: /netbsd-src/sys/arch/riscv/conf/majors.riscv (revision 37afb7eb6895c833050f8bfb1d1bb2f99f332539)
1#	$NetBSD: majors.riscv,v 1.1 2014/09/19 17:36:26 matt Exp $
2#
3# Device majors for evbmips
4#
5
6device-major	tun		char 7			tun
7device-major	bpf		char 11			bpfilter
8
9device-major	audio		char 24			audio
10device-major	com		char 26			com
11device-major	lpt		char 31			lpt
12device-major	ipl		char 35			ipfilter
13device-major	satlink		char 38			satlink
14
15device-major	spkr		char 41			spkr
16device-major	esh		char 44			esh
17device-major	midi		char 49			midi
18device-major	sequencer	char 50			sequencer
19device-major	isdn		char 51			isdn
20device-major	isdnctl		char 52			isdnctl
21device-major	isdnbchan	char 53			isdnbchan
22device-major	isdntrc		char 54			isdntrc
23device-major	isdntel		char 55			isdntel
24device-major	cy		char 60			cy
25device-major	cz		char 61			cz
26device-major	altq		char 64			altq
27device-major	pci		char 66			pci
28
29device-major	kttcp		char 71			kttcp
30
31# obsolete, probably can be safely removed after 4.0 branch
32#device-major	aucom		char 73			aucom
33
34# Majors up to 143 are reserved for machine-dependent drivers.
35# New machine-independent driver majors are assigned in
36# sys/conf/majors.
37
38include "conf/majors.ws"
39include "conf/majors.usb"
40include "conf/majors.std"
41include "conf/majors.storage"
42