Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: majors.mac68k,v 1.28 2024/03/13 07:55:28 nat Exp $
      2 #
      3 # Device majors for mac68k
      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 3	vmswap
     10 device-major	pts		char 4			pty
     11 device-major	ptc		char 5			pty
     12 device-major	log		char 6
     13 
     14 device-major	grf		char 10			grf
     15 device-major	ite		char 11			ite
     16 device-major	zstty		char 12			zstty
     17 device-major	sd		char 13  block 4	sd
     18 device-major	st		char 14  block 5	st
     19 device-major	cd		char 15  block 6	cd
     20 device-major	ses		char 16			ses
     21 device-major	ch		char 17			ch
     22 
     23 device-major	vnd		char 19  block 8	vnd
     24 device-major	ccd		char 20  block 9	ccd
     25 device-major	filedesc	char 21
     26 device-major	bpf		char 22			bpfilter
     27 device-major	aed		char 23			aed
     28 device-major	tun		char 24			tun
     29 #device-major	obsolete	char 25			obsolete (lkm)
     30 
     31 device-major	md		char 32  block 13	md
     32 device-major	ss		char 33			ss
     33 device-major	uk		char 34			uk
     34 device-major	ipl		char 35			ipfilter
     35 device-major	asc		char 36			asc
     36 device-major	se		char 37			se
     37 device-major	rnd		char 38			rnd
     38 device-major	scsibus		char 39			scsibus
     39 device-major	wskbd		char 40			wskbd
     40 device-major	wsmouse		char 41			wsmouse
     41 device-major	raid		char 42  block 20	raid
     42 device-major	fd		char 43  block 21	fd
     43 #device-major	obsolete	char 44			obsolete (compat_svr4)
     44 device-major	wsmux		char 45			wsmux
     45 device-major	wsdisplay	char 46			wsdisplay
     46 device-major	vcoda		char 47			vcoda
     47 device-major	clockctl	char 48			clockctl
     48 device-major	wd		char 49  block 22	wd
     49 #device-major	obsolete	char 50			obsolete (systrace)
     50 device-major	cgd		char 51  block 23	cgd
     51 device-major	ksyms		char 52			ksyms
     52 device-major	wsfont		char 53			wsfont
     53 device-major	cpi		char 54			cpi
     54 device-major	sysmon		char 55			sysmon
     55 device-major	audio		char 56			audio
     56 
     57 #device-major	obsolete	char 98			obsolete (nsmb)
     58 
     59 # Majors up to 143 are reserved for machine-dependent drivers.
     60 # New machine-independent driver majors are assigned in 
     61 # sys/conf/majors.
     62