Home | History | Annotate | Line # | Download | only in conf
majors.mvmeppc revision 1.18.16.1
      1 #	$NetBSD: majors.mvmeppc,v 1.18.16.1 2008/12/13 01:13:18 haad Exp $
      2 #
      3 # Device majors for mvmeppc
      4 #
      5 
      6 device-major	cons		char 0
      7 device-major	ctty		char 1
      8 device-major	mem		char 2
      9 
     10 device-major	swap		char 4   block 1	vmswap
     11 device-major	pts		char 5			pty
     12 device-major	ptc		char 6			pty
     13 device-major	log		char 7
     14 device-major	com		char 8			com
     15 
     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 device-major	lpt		char 16			lpt
     20 device-major	ch		char 17			ch
     21 device-major	ccd		char 18  block 16	ccd
     22 device-major	ss		char 19			ss
     23 device-major	uk		char 20			uk
     24 device-major	ses		char 21			ses
     25 device-major	filedesc	char 22
     26 device-major	bpf		char 23			bpfilter
     27 device-major	md		char 24  block 17	md
     28 
     29 
     30 device-major	tun		char 40			tun
     31 device-major	vnd		char 41  block 14	vnd
     32 
     33 device-major	svr4_net	char 43			compat_svr4
     34 device-major	ipl		char 44			ipfilter
     35 device-major	satlink		char 45			satlink
     36 device-major	rnd		char 46			rnd
     37 
     38 device-major	scsibus		char 50			scsibus
     39 device-major	raid		char 51  block 18	raid
     40 
     41 device-major	isdn		char 53			isdn
     42 device-major	isdnctl		char 54			isdnctl
     43 device-major	isdnbchan	char 55			isdnbchan
     44 device-major	isdntrc		char 56			isdntrc
     45 device-major	isdntel		char 57			isdntel
     46 device-major	clockctl	char 58			clockctl
     47 device-major	cgd		char 60  block 19	cgd
     48 device-major	ksyms		char 61			ksyms
     49 
     50 device-major	nsmb		char 98			nsmb
     51 
     52 # Majors up to 143 are reserved for machine-dependant drivers.
     53 # New machine-independent driver majors are assigned in 
     54 # sys/conf/majors.
     55