majors.ibmnws revision 1.14
11.14Swiz#	$NetBSD: majors.ibmnws,v 1.14 2011/06/30 20:09:31 wiz 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	svr4_net	char 43			compat_svr4
341.1Smattdevice-major	ipl		char 44			ipfilter
351.1Smattdevice-major	satlink		char 45			satlink
361.1Smattdevice-major	rnd		char 46			rnd
371.10Srjsdevice-major	wsdisplay	char 47			wsdisplay
381.10Srjsdevice-major	wskbd		char 48			wskbd
391.10Srjsdevice-major	wsmouse		char 49			wsmouse
401.10Srjs
411.10Srjsdevice-major	midi		char 58			midi
421.10Srjsdevice-major	sequencer	char 59			sequencer
431.10Srjsdevice-major	vcoda		char 60			vcoda
441.10Srjsdevice-major	scsibus		char 61			scsibus
451.10Srjsdevice-major	raid		char 62  block 18	raid
461.10Srjs
471.10Srjsdevice-major	wsmux		char 65			wsmux
481.10Srjsdevice-major	isdn		char 66			isdn
491.10Srjsdevice-major	isdnctl		char 67			isdnctl
501.10Srjsdevice-major	isdnbchan	char 68			isdnbchan
511.10Srjsdevice-major	isdntrc		char 69			isdntrc
521.10Srjsdevice-major	isdntel		char 70			isdntel
531.10Srjsdevice-major	wsfont		char 71			wsfont
541.10Srjsdevice-major	pci		char 72			pci
551.10Srjsdevice-major	clockctl	char 73			clockctl
561.10Srjsdevice-major	cgd		char 75  block 19	cgd
571.10Srjsdevice-major	ksyms		char 76			ksyms
581.2Sjdolecek
591.5Sjdolecekdevice-major	nsmb		char 98			nsmb
601.5Sjdolecek
611.14Swiz# Majors up to 143 are reserved for machine-dependent drivers.
621.11Swiz# New machine-independent driver majors are assigned in 
631.4Sjmc# sys/conf/majors.
64