Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: majors.emips,v 1.3 2020/04/04 16:06:12 jdolecek Exp $
      2 #
      3 # Device majors for emips
      4 #
      5 
      6 device-major	cons		char 0
      7 device-major	swap		char 1   block 4	vmswap
      8 device-major	ctty		char 2
      9 device-major	mem		char 3
     10 device-major	pts		char 4			pty
     11 device-major	ptc		char 5			pty
     12 device-major	log		char 6
     13 device-major	filedesc	char 7
     14 
     15 device-major	ace		char 9   block 19	ace
     16 
     17 device-major	vnd		char 11  block 2	vnd
     18 device-major	bpf		char 12			bpfilter
     19 
     20 device-major	dz		char 16			dz
     21 
     22 device-major	st		char 46  block 18	st
     23 device-major	cd		char 47  block 25	cd
     24 
     25 device-major	ss		char 53			ss
     26 device-major	ch		char 54			ch
     27 device-major	uk		char 55			uk
     28 
     29 device-major	eflash		char 66 block 22	eflash
     30 device-major	icap		char 67			icap
     31 device-major	evga		char 68			evga
     32 device-major	pstwo		char 69			pstwo
     33 device-major	acns		char 70			acns
     34 device-major	lcd		char 72			lcd
     35 
     36 device-major	ccd		char 87  block 24	ccd
     37 device-major	ipl		char 91			ipfilter
     38 device-major	rnd		char 92			rnd
     39 device-major	tun		char 93			tun
     40 device-major	raid		char 96  block 32	raid
     41 device-major	md		char 97  block 17	md
     42 device-major	clockctl	char 100		clockctl
     43 device-major	systrace	char 103		systrace
     44 device-major	cgd		char 104  block 33	cgd
     45 device-major	ksyms		char 105		ksyms
     46 #device-major	obsolete	char 106		obsolete (nsmb)
     47 
     48 # Majors up to 143 are reserved for machine-dependent drivers.
     49 # New machine-independent driver majors are assigned in 
     50 # sys/conf/majors.
     51