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