Home | History | Annotate | Line # | Download | only in conf
majors.virt68k revision 1.1
      1 #	$NetBSD: majors.virt68k,v 1.1 2024/01/02 07:40:59 thorpej Exp $
      2 #
      3 # Device majors for virt68k
      4 # Aligns with historical values on mvme68k (and some slots also used
      5 # by block devices on hp300)
      6 #
      7 
      8 device-major	cons		char 0
      9 device-major	ctty		char 1
     10 device-major	mem		char 2
     11 device-major	swap		char 3   block 3	vmswap
     12 device-major	pts		char 4			pty
     13 device-major	ptc		char 5			pty
     14 device-major	log		char 6
     15 device-major	ipl		char 7			ipfilter
     16 device-major	sd		char 8   block 4	sd
     17 device-major	ld		char 9   block 2	ld
     18 
     19 device-major	ccd		char 17  block 5	ccd
     20 device-major	cd		char 18  block 8	cd
     21 device-major	vnd		char 19  block 6	vnd
     22 device-major	st		char 20  block 7	st
     23 device-major	filedesc	char 21
     24 device-major	bpf		char 22			bpfilter
     25 device-major	tun		char 23			tun
     26 
     27 device-major	ses		char 30			ses
     28 device-major	ch		char 31			ch
     29 device-major	md		char 32  block 9	md
     30 device-major	ss		char 33			ss
     31 device-major	uk		char 34			uk
     32 device-major	rnd		char 35			rnd
     33 device-major	scsibus		char 36			scsibus
     34 device-major	raid		char 37  block 16	raid
     35 device-major	clockctl	char 39			clockctl
     36 device-major	cgd		char 41  block 17	cgd
     37 device-major	ksyms		char 42			ksyms
     38 
     39 # Majors up to 143 are reserved for machine-dependent drivers.
     40 # New machine-independent driver majors are assigned in 
     41 # sys/conf/majors.
     42