Home | History | Annotate | Line # | Download | only in conf
majors.mac68k revision 1.1.2.1
      1 #
      2 # Device majors for mac68k
      3 #
      4 
      5 device-major	cons		char 0
      6 device-major	ctty		char 1
      7 device-major	mem		char 2
      8 device-major	swap		char 3   block 3
      9 device-major	pts		char 4			pty
     10 device-major	ptc		char 5			pty
     11 device-major	log		char 6
     12 
     13 device-major	grf		char 10			grf
     14 device-major	ite		char 11			ite
     15 device-major	zstty		char 12			zstty
     16 device-major	sd		char 13  block 4	sd
     17 device-major	st		char 14  block 5	st
     18 device-major	cd		char 15  block 6	cd
     19 
     20 device-major	ch		char 17			ch
     21 
     22 device-major	vnd		char 19  block 8	vnd
     23 device-major	ccd		char 20  block 9	ccd
     24 device-major	filedesc	char 21
     25 device-major	bpf		char 22			bpfilter
     26 device-major	aed		char 23			aed
     27 device-major	tun		char 24			tun
     28 device-major	lkm		char 25			lkm
     29 
     30 device-major	md		char 32  block 13	md
     31 device-major	ss		char 33			ss
     32 device-major	uk		char 34			uk
     33 device-major	ipl		char 35			ipfilter
     34 device-major	asc		char 36			asc
     35 device-major	se		char 37			se
     36 device-major	rnd		char 38			rnd
     37 device-major	scsibus		char 39			scsibus
     38 device-major	wskbd		char 40			wskbd
     39 device-major	wsmouse		char 41			wsmouse
     40 device-major	raid		char 42  block 20	raid
     41 device-major	fd		char 43  block 21	fd
     42 device-major	svr4_net	char 44			compat_svr4
     43 device-major	wsmux		char 45			wsmux
     44 device-major	wsdisplay	char 46			wsdisplay
     45 device-major	vcoda		char 47			vcoda
     46 device-major	clockctl	char 48			clockctl
     47 device-major	wd		char 49  block 22	wd
     48