Home | History | Annotate | Line # | Download | only in conf
majors.prep revision 1.22
      1 #	$NetBSD: majors.prep,v 1.22 2011/06/30 20:09:35 wiz 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	vmswap
     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 device-major	ses		char 21			ses
     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 
     35 device-major	nvram		char 33			nvram
     36 
     37 device-major	cy		char 38			cy
     38 device-major	mcd		char 39  block 7	mcd
     39 device-major	tun		char 40			tun
     40 device-major	vnd		char 41  block 14	vnd
     41 device-major	audio		char 42			audio
     42 
     43 device-major	ipl		char 44			ipfilter
     44 device-major	satlink		char 45			satlink
     45 device-major	rnd		char 46			rnd
     46 device-major	wsdisplay	char 47			wsdisplay
     47 device-major	wskbd		char 48			wskbd
     48 device-major	wsmouse		char 49			wsmouse
     49 
     50 device-major	midi		char 58			midi
     51 device-major	sequencer	char 59			sequencer
     52 device-major	vcoda		char 60			vcoda
     53 device-major	scsibus		char 61			scsibus
     54 device-major	raid		char 62  block 18	raid
     55 
     56 device-major	wsmux		char 65			wsmux
     57 device-major	isdn		char 66			isdn
     58 device-major	isdnctl		char 67			isdnctl
     59 device-major	isdnbchan	char 68			isdnbchan
     60 device-major	isdntrc		char 69			isdntrc
     61 device-major	isdntel		char 70			isdntel
     62 device-major	wsfont		char 71			wsfont
     63 device-major	pci		char 72			pci
     64 device-major	clockctl	char 73			clockctl
     65 device-major	cgd		char 75  block 19	cgd
     66 device-major	ksyms		char 76			ksyms
     67 
     68 device-major	nsmb		char 98			nsmb
     69 
     70 # Majors up to 143 are reserved for machine-dependent drivers.
     71 # New machine-independent driver majors are assigned in 
     72 # sys/conf/majors.
     73