Home | History | Annotate | Line # | Download | only in conf
majors.shark revision 1.2
      1 #	$NetBSD: majors.shark,v 1.2 2002/09/06 13:18:43 gehenna Exp $
      2 #
      3 # Device majors for shark
      4 #
      5 
      6 device-major	mem		char 0
      7 device-major	swap		char 1   block 1
      8 device-major	cons		char 2
      9 device-major	ctty		char 3
     10 device-major	pc		char 4			pc
     11 device-major	ofcons		char 4			!pc & ofwgencfg
     12 device-major	log		char 5
     13 device-major	ptc		char 6			pty
     14 device-major	pts		char 7			pty
     15 device-major	lpt		char 8			lpt
     16 
     17 device-major	com		char 12			com
     18 
     19 device-major	wd		char 16  block 16	wd
     20 
     21 device-major	md		char 18  block 18	md
     22 device-major	vnd		char 19  block 19	vnd
     23 
     24 device-major	ccd		char 21  block 21	ccd
     25 
     26 device-major	sd		char 24  block 24	sd
     27 device-major	st		char 25  block 25	st
     28 device-major	cd		char 26  block 26	cd
     29 
     30 device-major	uk		char 28			uk
     31 
     32 device-major	bpf		char 32			bpfilter
     33 device-major	tun		char 33			tun
     34 device-major	filedesc	char 34
     35 device-major	lkm		char 35			lkm
     36 device-major	audio		char 36			audio
     37 
     38 device-major	opms		char 40			opms
     39 
     40 device-major	ipl		char 46			ipfilter
     41 
     42 device-major	ofrom		char 49			ofrom
     43 device-major	scr		char 50			scr
     44 
     45 device-major	rnd		char 52			rnd
     46 device-major	prof		char 53			profiler
     47 
     48 device-major	joy		char 56			joy
     49 device-major	midi		char 57			midi
     50 device-major	sequencer	char 58			sequencer
     51 device-major	vcoda		char 59			vcoda
     52 
     53 device-major	raid		char 71  block 71	raid
     54 
     55 device-major	openfirm	char 77			ofwgencfg
     56 
     57 device-major	clockctl	char 84			clockctl
     58 device-major	systrace	char 85			systrace
     59