1219820Sjeff#	$NetBSD: majors.atari,v 1.27 2023/01/06 10:28:27 tsutsui Exp $
2219820Sjeff#
3219820Sjeff# Device majors for atari
4219820Sjeff#
5219820Sjeff
6219820Sjeffdevice-major	cons		char 0
7219820Sjeffdevice-major	ctty		char 1
8219820Sjeffdevice-major	mem		char 2
9219820Sjeffdevice-major	swap		char 3   block 3	vmswap
10219820Sjeffdevice-major	pts		char 4			pty
11219820Sjeffdevice-major	ptc		char 5			pty
12219820Sjeffdevice-major	log		char 6
13219820Sjeffdevice-major	zs		char 7			zs
14219820Sjeffdevice-major	sd		char 8   block 4	sd
15219820Sjeffdevice-major	cd		char 9   block 6	cd
16219820Sjeffdevice-major	st		char 10  block 5	st
17219820Sjeffdevice-major	grf		char 11			grfcc | grfet
18219820Sjeffdevice-major	ite		char 12			ite
19219820Sjeffdevice-major	view		char 13			view
20219820Sjeffdevice-major	kbd		char 14			kbd
21219820Sjeffdevice-major	ms		char 15			mouse
22219820Sjeffdevice-major	fd		char 16  block 2	fd | fdisa | hdfd
23219820Sjeffdevice-major	vnd		char 17  block 0	vnd
24219820Sjeffdevice-major	filedesc	char 18
25219820Sjeffdevice-major	bpf		char 19			bpfilter
26219820Sjeff#device-major	obsolete	char 20			obsolete (lkm)
27219820Sjeff
28219820Sjeffdevice-major	ses		char 26			ses
29219820Sjeffdevice-major	ccd		char 27  block 13	ccd
30219820Sjeffdevice-major	tun		char 28			tun
31219820Sjeffdevice-major	lp		char 29			lp
32219820Sjeffdevice-major	ch		char 30			ch
33219820Sjeffdevice-major	uk		char 31			uk
34219820Sjeffdevice-major	ss		char 32			ss
35219820Sjeffdevice-major	rtc		char 33
36219820Sjeffdevice-major	wd		char 34  block 14	wd
37219820Sjeffdevice-major	ser		char 35			ser
38219820Sjeffdevice-major	ipl		char 36			ipfilter
39219820Sjeffdevice-major	md		char 37  block 1	md
40219820Sjeffdevice-major	rnd		char 38			rnd
41219820Sjeffdevice-major	leo		char 39			leo
42219820Sjeffdevice-major	et		char 40			et
43219820Sjeffdevice-major	wsdisplay	char 41			wsdisplay
44219820Sjeffdevice-major	audio		char 42			audio
45219820Sjeff
46219820Sjeff#device-major	obsolete	char 44			obsolete (isdn)
47219820Sjeff#device-major	obsolete	char 45			obsolete (isdnctl)
48219820Sjeff#device-major	obsolete	char 46			obsolete (isdnbchan)
49219820Sjeff#device-major	obsolete	char 47			obsolete (isdntrc)
50219820Sjeff#device-major	obsolete	char 48			obsolete (isdntel)
51219820Sjeffdevice-major	scsibus		char 49			scsibus
52219820Sjeffdevice-major	raid		char 50  block 15	raid
53219820Sjeff#device-major	obsolete	char 51			obsolete (compat_svr4)
54219820Sjeffdevice-major	clockctl	char 52			clockctl
55219820Sjeff#device-major	obsolete	char 53			obsolete (systrace)
56219820Sjeffdevice-major	cgd		char 54  block 16	cgd
57219820Sjeffdevice-major	wskbd		char 55			wskbd
58219820Sjeffdevice-major	ksyms		char 56			ksyms
59219820Sjeffdevice-major	wsfont		char 57			wsfont
60219820Sjeffdevice-major	wsmux		char 58			wsmux
61219820Sjeffdevice-major	wsmouse		char 59			wsmouse
62219820Sjeff
63219820Sjeff#device-major	obsolete	char 98			obsolete (nsmb)
64219820Sjeff
65219820Sjeff# Majors up to 143 are reserved for machine-dependent drivers.
66219820Sjeff# New machine-independent driver majors are assigned in
67219820Sjeff# sys/conf/majors.
68219820Sjeff