Home | History | Annotate | Line # | Download | only in conf
majors.prep revision 1.7
      1 #	$NetBSD: majors.prep,v 1.7 2003/10/05 08:04:25 jdolecek Exp $
      2 #
      3 # Device majors for prep
      4 #
      5 
      6 device-major	cons		char 0
      7 device-major	ctty		char 1
      8 device-major	mem		char 2
      9 device-major	wd		char 3   block 0	wd
     10 device-major	swap		char 4   block 1
     11 device-major	pts		char 5			pty
     12 device-major	ptc		char 6			pty
     13 device-major	log		char 7
     14 device-major	com		char 8			com
     15 device-major	fd		char 9   block 2	fdc
     16 device-major	wt		char 10  block 3	wt
     17 device-major	scd		char 11  block 15	scd
     18 device-major	pc		char 12			pc
     19 device-major	sd		char 13  block 4	sd
     20 device-major	st		char 14  block 5	st
     21 device-major	cd		char 15  block 6	cd
     22 device-major	lpt		char 16			lpt
     23 device-major	ch		char 17			ch
     24 device-major	ccd		char 18  block 16	ccd
     25 device-major	ss		char 19			ss
     26 device-major	uk		char 20			uk
     27 
     28 device-major	filedesc	char 22
     29 device-major	bpf		char 23			bpfilter
     30 device-major	md		char 24  block 17	md
     31 
     32 device-major	joy		char 26			joy
     33 device-major	spkr		char 27			spkr
     34 device-major	lkm		char 28			prep
     35 
     36 device-major	cy		char 38			cy
     37 device-major	mcd		char 39  block 7	mcd
     38 device-major	tun		char 40			tun
     39 device-major	vnd		char 41  block 14	vnd
     40 device-major	audio		char 42			audio
     41 
     42 device-major	ipl		char 44			ipfilter
     43 device-major	satlink		char 45			satlink
     44 device-major	rnd		char 46			rnd
     45 device-major	wsdisplay	char 47			wsdisplay
     46 device-major	wskbd		char 48			wskbd
     47 device-major	wsmouse		char 49			wsmouse
     48 
     49 device-major	midi		char 58			midi
     50 device-major	sequencer	char 59			sequencer
     51 device-major	vcoda		char 60			vcoda
     52 device-major	scsibus		char 61			scsibus
     53 device-major	raid		char 62  block 18	raid
     54 
     55 device-major	wsmux		char 65			wsmux
     56 device-major	isdn		char 66			isdn
     57 device-major	isdnctl		char 67			isdnctl
     58 device-major	isdnbchan	char 68			isdnbchan
     59 device-major	isdntrc		char 69			isdntrc
     60 device-major	isdntel		char 70			isdntel
     61 device-major	wsfont		char 71			wsfont
     62 device-major	pci		char 72			pci
     63 device-major	clockctl	char 73			clockctl
     64 device-major	systrace	char 74			systrace
     65 device-major	cgd		char 75  block 19	cgd
     66 device-major	ksyms		char 76			ksyms
     67 device-major	pf		char 77			pf
     68 device-major	crypto		char 78			opencrypto
     69 
     70 # Majors up to 191 are reserved for machine-dependant drivers.
     71 # New machine-independant driver majors are assigned in 
     72 # sys/dev/majors.
     73