majors.ibmnws revision 1.18
11.18Sdholland#	$NetBSD: majors.ibmnws,v 1.18 2019/01/27 17:59:23 dholland Exp $
21.1Smatt#
31.1Smatt# Device majors for ibmnws
41.1Smatt#
51.1Smatt
61.1Smattdevice-major	cons		char 0
71.1Smattdevice-major	ctty		char 1
81.1Smattdevice-major	mem		char 2
91.1Smatt
101.8Syamtdevice-major	swap		char 4   block 1	vmswap
111.1Smattdevice-major	pts		char 5			pty
121.1Smattdevice-major	ptc		char 6			pty
131.1Smattdevice-major	log		char 7
141.1Smattdevice-major	com		char 8			com
151.1Smatt
161.1Smattdevice-major	sd		char 13  block 4	sd
171.1Smattdevice-major	st		char 14  block 5	st
181.1Smattdevice-major	cd		char 15  block 6	cd
191.1Smattdevice-major	lpt		char 16			lpt
201.1Smattdevice-major	ch		char 17			ch
211.1Smattdevice-major	ccd		char 18  block 16	ccd
221.1Smattdevice-major	ss		char 19			ss
231.1Smattdevice-major	uk		char 20			uk
241.3Sjdolecekdevice-major	ses		char 21			ses
251.1Smattdevice-major	filedesc	char 22
261.1Smattdevice-major	bpf		char 23			bpfilter
271.1Smattdevice-major	md		char 24  block 17	md
281.1Smatt
291.1Smatt
301.1Smattdevice-major	tun		char 40			tun
311.1Smattdevice-major	vnd		char 41  block 14	vnd
321.10Srjsdevice-major	audio		char 42			audio
331.1Smattdevice-major	ipl		char 44			ipfilter
341.18Sdholland#device-major	obsolete	char 45			obsolete (satlink)
351.1Smattdevice-major	rnd		char 46			rnd
361.10Srjsdevice-major	wsdisplay	char 47			wsdisplay
371.10Srjsdevice-major	wskbd		char 48			wskbd
381.10Srjsdevice-major	wsmouse		char 49			wsmouse
391.10Srjs
401.10Srjsdevice-major	midi		char 58			midi
411.10Srjsdevice-major	sequencer	char 59			sequencer
421.10Srjsdevice-major	vcoda		char 60			vcoda
431.10Srjsdevice-major	scsibus		char 61			scsibus
441.10Srjsdevice-major	raid		char 62  block 18	raid
451.10Srjs
461.10Srjsdevice-major	wsmux		char 65			wsmux
471.10Srjsdevice-major	wsfont		char 71			wsfont
481.10Srjsdevice-major	pci		char 72			pci
491.10Srjsdevice-major	clockctl	char 73			clockctl
501.10Srjsdevice-major	cgd		char 75  block 19	cgd
511.10Srjsdevice-major	ksyms		char 76			ksyms
521.2Sjdolecek
531.5Sjdolecekdevice-major	nsmb		char 98			nsmb
541.5Sjdolecek
551.14Swiz# Majors up to 143 are reserved for machine-dependent drivers.
561.11Swiz# New machine-independent driver majors are assigned in 
571.4Sjmc# sys/conf/majors.
58