Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: majors.virt68k,v 1.2 2024/01/03 03:56:57 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	gftty		char 12
     20 
     21 device-major	ccd		char 17  block 5	ccd
     22 device-major	cd		char 18  block 8	cd
     23 device-major	vnd		char 19  block 6	vnd
     24 device-major	st		char 20  block 7	st
     25 device-major	filedesc	char 21
     26 device-major	bpf		char 22			bpfilter
     27 device-major	tun		char 23			tun
     28 
     29 device-major	ses		char 30			ses
     30 device-major	ch		char 31			ch
     31 device-major	md		char 32  block 9	md
     32 device-major	ss		char 33			ss
     33 device-major	uk		char 34			uk
     34 device-major	rnd		char 35			rnd
     35 device-major	scsibus		char 36			scsibus
     36 device-major	raid		char 37  block 16	raid
     37 device-major	clockctl	char 39			clockctl
     38 device-major	cgd		char 41  block 17	cgd
     39 device-major	ksyms		char 42			ksyms
     40 
     41 # Majors up to 143 are reserved for machine-dependent drivers.
     42 # New machine-independent driver majors are assigned in 
     43 # sys/conf/majors.
     44