summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/conf/files.hppa
blob: 85f2d35716362aa1c45f1baeedd1114f3c392770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
#	$OpenBSD: files.hppa,v 1.49 2003/09/29 19:23:02 mickey Exp $
#
# hppa-specific configuration info

# maxpartitions must be the first item in files.${ARCH}
maxpartitions 16

maxusers 2 8 64

# 
# "workstation console" routines
#
include "dev/wscons/files.wscons"
file	arch/hppa/hppa/wscons_machdep.c	wsdisplay

#
# Media Independent Interface (mii)
#
include "dev/mii/files.mii"

#
# Machine-independent SCSI drivers
#
include "scsi/files.scsi"
major	{ sd = 4 }
major	{ st = 5 }
major	{ cd = 6 }

# I2O
include "dev/i2o/files.i2o"

#
# MI ATAPI drivers
#
include "dev/atapiscsi/files.atapiscsi"
include "dev/ata/files.ata"

#
# ISA Bus support
#
include "dev/isa/files.isa"
include "dev/isa/files.isapnp"

#
# EISA Bus support
#
include "dev/eisa/files.eisa"

#
# PCI Bus support
#
include "dev/pci/files.pci"

#
# CardBus support
#
include	"dev/cardbus/files.cardbus"

#
# Machine-independent PCMCIA drivers
#
include	"dev/pcmcia/files.pcmcia"

#
# HIL Human Interface Loop devices
#
include "dev/hil/files.hil"

#
# Gonzo System Connect Bus
#	(GSC, GSC-1X, GSC+, GSC-1.5X, GSC-2X)
#
define	gscbus	{ }

#
# Mainbus
#

define	mainbus {[offset = -1], [irq = -1]}
device	mainbus
attach	mainbus at root
file	arch/hppa/hppa/mainbus.c	mainbus

device	pdc
attach	pdc at mainbus
file	arch/hppa/dev/pdc.c		pdc

device	power
attach	power at mainbus
file	arch/hppa/dev/power.c		power needs-flag

device	mem
attach	mem at mainbus
file	arch/hppa/dev/mem.c		mem

device	cpu
attach	cpu at mainbus
file	arch/hppa/dev/cpu.c		cpu

device	fpu
attach	fpu at mainbus
file	arch/hppa/dev/fpu.c		fpu

# Phantom PseudoBC GSC+ Port
define	phantomas {[offset = -1], [irq = -1]}
device	phantomas
attach	phantomas at mainbus
file	arch/hppa/dev/phantomas.c	phantomas

# 1FT1-0002, 1FU2-0002
# as goes w/ 7100LC, 7300LC, 7200, 8000, 8200, 8500
device	lasi: gscbus
attach	lasi at mainbus with lasi_mainbus
attach	lasi at phantomas with lasi_phantomas
file	arch/hppa/dev/lasi.c		lasi

# all the older systems
device	asp: gscbus
attach	asp at mainbus
file	arch/hppa/dev/asp.c		asp

# 1FT4-0001, ASIC used on gecko cards
device	wax: gscbus, isabus, eisabus
attach	wax at mainbus
file	arch/hppa/dev/wax.c		wax

device	mongoose: isabus, eisabus
attach	mongoose at mainbus
file	arch/hppa/dev/mongoose.c	mongoose

# Dino, GSC to PCI bridge. Includes ps/2, serial, and flying toaster interfaces
# Cujo is a 64-bit data path Dino
device	dino: pcibus
attach	dino at phantomas
file	arch/hppa/dev/dino.c		dino

# EPIC, Excalibur PCI Interface Chip. Integrated IOA
# SAGA is a 64-bit data path EPIC
#device	epic: pcibus
#attach	epic at mainbus
#file	arch/hppa/dev/epic.c		epic

# Astro, integrated Runway to Ropes bridge, Memory controller, and IOA.

# Elroy, Ropes to PCI Bridge. Supports 4X PCI and dual address cycle.

# U2/Uturn, Runway to GSC Bus bridge & IOA.

attach	sti at mainbus with sti_sgc
attach	sti at phantomas with sti_phantom
file	arch/hppa/dev/sti_sgc.c		sti_sgc | sti_phantom

#attach	siop at mainbus with siop_sgc
#file	arch/hppa/dev/siop_sgc.c	siop_sgc

###

major	{ccd = 1}
major	{vnd = 2}
major	{rd = 3}

#
# GSC bus devices
#

device	gsc {[offset = -1], [irq = -1]}
attach	gsc at gscbus
file	arch/hppa/gsc/gscbus.c		gsc

# com and lpt are both on WD 16C552
attach	com at gsc with com_gsc
file	arch/hppa/gsc/com_gsc.c		com_gsc

attach	lpt at gsc with lpt_gsc
file	arch/hppa/gsc/lpt_gsc.c		lpt_gsc

#include "dev/fdc/files.fdc"
#major	{ fd = 7 }
#major	{ ft = 8 }
#attach	fdc at gsc with fdc_gsc
#file	arch/hppa/gsc/fdc_gsc.c		fdc_gsc

attach	ie at gsc with ie_gsc
file	arch/hppa/gsc/if_ie_gsc.c	ie_gsc

attach	osiop at gsc with osiop_gsc
file	arch/hppa/gsc/osiop_gsc.c	osiop_gsc

attach	hil at gsc with hil_gsc
file	arch/hppa/gsc/hil_gsc.c		hil_gsc

# PSB 2160-N based 8bit mono audio (705, 710, 745i/*, 747i/*)
device	aone: audio, mulaw, auconv
attach	aone at gsc
file	arch/hppa/gsc/aone.c		aone

# CS4215/AD1849 based 16bit mono/stereo audio iface (most of others not w/ aone)
# a.k.a. Audio Type 2 (optional beeper)
device	harmony: audio, mulaw, auconv
attach	harmony at gsc
file	arch/hppa/gsc/harmony.c		harmony

# HPA4011A/B w/ TMS380C26PQL, TMS38054FNL
#device	tms: tokenring
#attach	tms at gsc
#file	arch/hppa/gsc/if_tms.c		tms

# these we don't know yet
# AMD Supernet2 FDDI ?
#device	medusa: fddi
#attach	medusa at gsc
#file	arch/hppa/gsc/medusa.c		medusa

# XXX should not be here
# ANSI/VITA 26-1998 Gbit packet switching network iface
#device	myri: ether
#attach	myri at pci
#file	dev/pci/myri.c			myri

# PS/2 input ports
#device	gsckbc { [slot = -1] }
attach	gsckbc at gsc
file	arch/hppa/gsc/gsckbc.c		gsckbc

# PS/2 keyboard
device	gsckbd: wskbddev
attach	gsckbd at gsckbc
file	arch/hppa/gsc/gsckbd.c		gsckbd	needs-flag
file	arch/hppa/gsc/gsckbdmap.c	gsckbd

# PS/2 mouse
include	"dev/pckbc/files.pckbc"

#
# Compatibility
#
include "compat/hpux/files.hpux"
file	arch/hppa/hppa/hpux_machdep.c		compat_hpux
include "compat/osf1/files.osf1"
file	arch/hppa/hppa/osf1_machdep.c		compat_osf1
include	"compat/linux/files.linux"
include "compat/ossaudio/files.ossaudio"
file	arch/hppa/hppa/linux_machdep.c		compat_linux

#
# Non-device files
#

file	arch/hppa/hppa/autoconf.c
file	arch/hppa/hppa/conf.c
file	arch/hppa/hppa/db_interface.c		ddb
file	arch/hppa/hppa/db_disasm.c		ddb
file	arch/hppa/hppa/disksubr.c		disk
file	arch/hppa/hppa/machdep.c
file	arch/hppa/hppa/pmap.c
file	arch/hppa/hppa/process_machdep.c
file	arch/hppa/hppa/sys_machdep.c
file	arch/hppa/hppa/trap.c
file	arch/hppa/hppa/intr.c
file	arch/hppa/hppa/vm_machdep.c
file	arch/hppa/hppa/in_cksum.c		inet
file	arch/hppa/dev/clock.c
file	arch/hppa/hppa/fpemu.S			fpemul

file	dev/cons.c
file	dev/cninit.c