Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: majors.hpcsh,v 1.25 2020/04/04 16:06:14 jdolecek Exp $
      2 #
      3 # Device majors for hpcsh
      4 #
      5 
      6 device-major	mem		char 0
      7 device-major	swap		char 1   block 0	vmswap
      8 device-major	cons		char 2
      9 device-major	ctty		char 3
     10 device-major	filedesc	char 4
     11 device-major	log		char 5
     12 device-major	ptc		char 6			pty
     13 device-major	pts		char 7			pty
     14 device-major	com		char 8			com
     15 
     16 device-major	wd		char 10  block 1	wd
     17 
     18 device-major	md		char 12  block 6	md
     19 device-major	ccd		char 13  block 7	ccd
     20 device-major	vnd		char 14  block 8	vnd
     21 device-major	raid		char 15  block 9	raid
     22 device-major	scsibus		char 16			scsibus
     23 device-major	sd		char 17  block 3	sd
     24 device-major	st		char 18  block 4	st
     25 device-major	cd		char 19  block 5	cd
     26 device-major	ch		char 20			ch
     27 device-major	uk		char 21			uk
     28 device-major	ss		char 22			ss
     29 device-major	ipl		char 23			ipfilter
     30 device-major	tun		char 24			tun
     31 device-major	bpf		char 25			bpfilter
     32 device-major	wsdisplay	char 26			wsdisplay
     33 device-major	wskbd		char 27			wskbd
     34 device-major	wsmouse		char 28			wsmouse
     35 device-major	wsmux		char 29			wsmux
     36 device-major	rnd		char 30			rnd
     37 device-major	scif		char 31			scif
     38 device-major	sci		char 32			sci
     39 device-major	biconsdev	char 33			biconsdev
     40 device-major	clockctl	char 34			clockctl
     41 #device-major	obsolete	char 35			obsolete (systrace)
     42 device-major	cgd		char 36  block 10	cgd
     43 device-major	ksyms		char 37			ksyms
     44 #device-major	obsolete	char 38			obsolete (pf, lkm)
     45 device-major	wsfont		char 39			wsfont
     46 device-major	apmdev		char 40			apmdev
     47 device-major	audio		char 42			audio
     48 
     49 #device-major	obsolete	char 98			obsolete (nsmb)
     50 
     51 # Majors up to 143 are reserved for machine-dependent drivers.
     52 # New machine-independent driver majors are assigned in 
     53 # sys/conf/majors.
     54