files.pmax revision 1.16
1#	$NetBSD: files.pmax,v 1.16 1995/04/30 10:11:00 cgd Exp $
2maxpartitions 8
3maxusers 2 8 64
4
5device mainbus at root { }		# no locators
6device cpu at mainbus			# not optional
7#file arch/pmax/pmax/cpu.c		cpu
8
9device clock at mainbus
10file	arch/pmax/pmax/clock.c		clock
11
12device tc at mainbus { slot = -1, offset = -1 }
13
14#device sfb at tc
15# no sfb code yet
16
17# Config for  Ted Lemon's changes to console driver:
18# use some bogus device till changes to framebuffer code are committed.
19device	fb at mainbus
20file	arch/pmax/dev/foo.c		fb needs-count
21
22define	scsi {}
23#file	arch/alpha/tc/esp.c		esp needs-count
24#file	arch/alpha/tc/dma.c		esp
25
26major	{ rz = 21 }
27
28
29device scsibus at scsi	{target = -1, drive = -1}
30
31device asc at mainbus: scsi
32file	arch/pmax/dev/asc.c			asc needs-count
33
34device sii at mainbus: scsi
35file	arch/pmax/dev/sii.c		sii needs-count
36
37
38device	tz at scsibus: tape
39file	arch/pmax/dev/tz.c		tz needs-count
40
41device	rz at scsibus: disk
42file	arch/pmax/dev/rz.c		rz needs-count
43
44# optional device-drivers
45
46
47device dc at mainbus
48file	arch/pmax/dev/dc.c			dc needs-count
49
50# what is this anyway?  An xine/3min `desktop' bus?
51device dtop at mainbus
52file	arch/pmax/dev/dtop.c			dtop needs-count
53
54
55device le at tc: ifnet, ether
56file	arch/pmax/dev/if_le.c		le	needs-count
57
58device pm at tc
59file	arch/pmax/dev/pm.c		pm needs-count
60
61device cfb at tc
62file	arch/pmax/dev/cfb.c		cfb needs-count
63
64device mfb at tc
65file	arch/pmax/dev/mfb.c		mfb needs-count
66
67device scc at tc #asic?
68file	arch/pmax/dev/scc.c		scc	needs-count
69
70# 3100 cfb
71device	xcfb at mainbus
72file	arch/pmax/dev/xcfb.c 		xcfb needs-count
73
74device	tt at tc
75file	arch/pmax/dev/if_tt.c		tt needs-count
76
77## bogus pmax-specific SCSI code. Leave in until new-style config done.
78file	arch/pmax/dev/scsi.c
79
80file	arch/pmax/pmax/autoconf.c
81file	arch/pmax/pmax/conf.c
82#file	arch/pmax/pmax/kadb.c			optional kadb
83#file	arch/pmax/pmax/machdep.c		standard config-dependent
84file	arch/pmax/pmax/machdep.c
85file	arch/pmax/pmax/cpu_exec.c
86file	arch/pmax/pmax/mem.c
87file	arch/pmax/pmax/pmap.c
88file	arch/pmax/pmax/process_machdep.c
89file	arch/pmax/pmax/sys_machdep.c
90file	arch/pmax/pmax/trap.c
91file	arch/pmax/pmax/vm_machdep.c
92file	arch/pmax/pmax/disksubr.c
93file	arch/pmax/stand/libsa/callvec.c
94file	arch/pmax/pmax/elf.c
95# standard for now, till Ted Lemon is done
96file	arch/pmax/dev/fb.c
97# This is a dummy - don't try to use it:
98
99
100file	arch/pmax/pmax/cons.c
101file	arch/pmax/pmax/cpu_cons.c
102file	netinet/in_cksum.c
103file	netns/ns_cksum.c			ns
104
105file	compat/ultrix/ultrix_misc.c		compat_ultrix
106file	compat/ultrix/ultrix_syscalls.c		compat_ultrix
107file	compat/ultrix/ultrix_sysent.c		compat_ultrix
108
109# Ted Lemon's changes to console driver: redirectabe FB console
110device	rcons	at mainbus
111file	arch/pmax/dev/rcons.c			rcons	needs-count
112
113# Configs
114