majors.ibmnws revision 1.11
11.11Swiz#	$NetBSD: majors.ibmnws,v 1.11 2006/11/24 22:04:23 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.1Smattdevice-major	lkm		char 28			lkm
301.1Smatt
311.1Smattdevice-major	tun		char 40			tun
321.1Smattdevice-major	vnd		char 41  block 14	vnd
331.10Srjsdevice-major	audio		char 42			audio
341.1Smattdevice-major	svr4_net	char 43			compat_svr4
351.1Smattdevice-major	ipl		char 44			ipfilter
361.1Smattdevice-major	satlink		char 45			satlink
371.1Smattdevice-major	rnd		char 46			rnd
381.10Srjsdevice-major	wsdisplay	char 47			wsdisplay
391.10Srjsdevice-major	wskbd		char 48			wskbd
401.10Srjsdevice-major	wsmouse		char 49			wsmouse
411.10Srjs
421.10Srjsdevice-major	midi		char 58			midi
431.10Srjsdevice-major	sequencer	char 59			sequencer
441.10Srjsdevice-major	vcoda		char 60			vcoda
451.10Srjsdevice-major	scsibus		char 61			scsibus
461.10Srjsdevice-major	raid		char 62  block 18	raid
471.10Srjs
481.10Srjsdevice-major	wsmux		char 65			wsmux
491.10Srjsdevice-major	isdn		char 66			isdn
501.10Srjsdevice-major	isdnctl		char 67			isdnctl
511.10Srjsdevice-major	isdnbchan	char 68			isdnbchan
521.10Srjsdevice-major	isdntrc		char 69			isdntrc
531.10Srjsdevice-major	isdntel		char 70			isdntel
541.10Srjsdevice-major	wsfont		char 71			wsfont
551.10Srjsdevice-major	pci		char 72			pci
561.10Srjsdevice-major	clockctl	char 73			clockctl
571.10Srjsdevice-major	systrace	char 74			systrace
581.10Srjsdevice-major	cgd		char 75  block 19	cgd
591.10Srjsdevice-major	ksyms		char 76			ksyms
601.2Sjdolecek
611.5Sjdolecekdevice-major	nsmb		char 98			nsmb
621.5Sjdolecek
631.2Sjdolecek# Majors up to 143 are reserved for machine-dependant drivers.
641.11Swiz# New machine-independent driver majors are assigned in 
651.4Sjmc# sys/conf/majors.
66