blob: c287d8e27a1b08f07d66b68b245de2f5938140a5 (
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
|
# $OpenBSD: files.hppa64,v 1.3 2006/09/27 06:33:03 grange Exp $
#
# hppa64-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/hppa64/hppa64/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"
#
# PCI Bus support
#
include "dev/pci/files.pci"
#
# CardBus support
#
include "dev/cardbus/files.cardbus"
#
# Machine-independent PCMCIA drivers
#
include "dev/pcmcia/files.pcmcia"
#
# Machine-independent USB drivers
#
include "dev/usb/files.usb"
#
# Machine-independent 1-Wire drivers
#
include "dev/onewire/files.onewire"
#
# Mainbus
#
define gedoens {}
device mainbus: gedoens
attach mainbus at root
file arch/hppa64/hppa64/mainbus.c mainbus
device pdc
attach pdc at gedoens
file arch/hppa64/dev/pdc.c pdc
device power
attach power at gedoens
file arch/hppa64/dev/power.c power needs-flag
device mem
attach mem at gedoens
file arch/hppa64/dev/mem.c mem
device cpu
attach cpu at gedoens
file arch/hppa64/dev/cpu.c cpu
# Astro/Pluto, integrated Runway-Ropes bridge, MIOC and IOA
device plut: gedoens
attach plut at gedoens
file arch/hppa64/dev/pluto.c plut
# Elroy, Ropes to PCI Bridge. Supports 4X PCI and dual address cycle.
# Mercury; QuickSilver is an AGP also
device elroy: pcibus
attach elroy at gedoens
file arch/hppa64/dev/elroy.c elroy
file arch/hppa64/dev/apic.c elroy
###
major {ccd = 1}
major {vnd = 2}
major {rd = 3}
# PS/2 mouse
include "dev/pckbc/files.pckbc"
#
# Compatibility
#
#include "compat/hpux/hppa64/files.hpux"
#file arch/hppa64/hppa64/hpux_machdep.c compat_hpux
#include "compat/osf1/files.osf1"
#file arch/hppa64/hppa64/osf1_machdep.c compat_osf1
#include "compat/linux/files.linux"
#include "compat/ossaudio/files.ossaudio"
#file arch/hppa64/hppa64/linux_machdep.c compat_linux
#
# Non-device files
#
file arch/hppa64/hppa64/autoconf.c
file arch/hppa64/hppa64/conf.c
file arch/hppa64/hppa64/db_interface.c ddb
file arch/hppa64/hppa64/db_disasm.c ddb
file arch/hppa64/hppa64/disksubr.c disk
file arch/hppa64/hppa64/machdep.c
file arch/hppa64/hppa64/pmap.c
file arch/hppa64/hppa64/process_machdep.c
file arch/hppa64/hppa64/sys_machdep.c
file arch/hppa64/hppa64/trap.c
file arch/hppa64/hppa64/vm_machdep.c
file arch/hppa64/hppa64/in_cksum.c inet
file netinet/in4_cksum.c inet
file arch/hppa64/dev/clock.c
file dev/cninit.c
|