majors.riscv revision 1.5
1#	$NetBSD: majors.riscv,v 1.5 2019/01/27 17:59:23 dholland 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
13#device-major	obsolete	char 38			obsolete (satlink)
14
15device-major	esh		char 44			esh
16device-major	midi		char 49			midi
17device-major	sequencer	char 50			sequencer
18device-major	cy		char 60			cy
19device-major	cz		char 61			cz
20device-major	altq		char 64			altq
21device-major	pci		char 66			pci
22
23device-major	kttcp		char 71			kttcp
24
25# obsolete, probably can be safely removed after 4.0 branch
26#device-major	aucom		char 73			aucom
27
28# Majors up to 143 are reserved for machine-dependent drivers.
29# New machine-independent driver majors are assigned in 
30# sys/conf/majors.
31
32include "conf/majors.ws"
33include "conf/majors.usb"
34include "conf/majors.std"
35include "conf/majors.storage"
36