blob: 1cf72012c8c2980f2dceb7d1132bfcdc2a967524 (
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
|
#
# powerpc-specific configuration info
#
maxpartitions 16
maxusers 2 8 64
# need some decl. from here...
include "../../../dev/atapi/files.atapi"
major { acd = 5 }
file arch/powerpc/powerpc/Locore.c
file arch/powerpc/powerpc/autoconf.c
file arch/powerpc/powerpc/bcopy.c
file arch/powerpc/powerpc/clock.c
file arch/powerpc/powerpc/conf.c
file arch/powerpc/powerpc/copyinstr.c
file arch/powerpc/powerpc/copyoutstr.c
file arch/powerpc/powerpc/copystr.c
file arch/powerpc/powerpc/disksubr.c disk
file arch/powerpc/powerpc/fpu.c
file arch/powerpc/powerpc/fubyte.c
file arch/powerpc/powerpc/fuswintr.c
file arch/powerpc/powerpc/in_cksum.c
file arch/powerpc/powerpc/ipkdb_glue.c ipkdb
file arch/powerpc/powerpc/machdep.c
file arch/powerpc/powerpc/mem.c
file arch/powerpc/powerpc/ofw_machdep.c
file arch/powerpc/powerpc/openfirm.c
file arch/powerpc/powerpc/pmap.c
file arch/powerpc/powerpc/process_machdep.c
file arch/powerpc/powerpc/subyte.c
file arch/powerpc/powerpc/suword.c
file arch/powerpc/powerpc/suswintr.c
file arch/powerpc/powerpc/sys_machdep.c
file arch/powerpc/powerpc/trap.c
file arch/powerpc/powerpc/vm_machdep.c
file dev/cons.c
file dev/cninit.c
file arch/powerpc/powerpc/setjmp.S ddb
file arch/powerpc/powerpc/db_memrw.c ddb
file arch/powerpc/powerpc/db_disasm.c ddb
file arch/powerpc/powerpc/db_interface.c ddb
file arch/powerpc/powerpc/db_trace.c ddb
file arch/powerpc/powerpc/ofwreal.S
#
# Openfirmware support
#
define mainbus {}
device mainbus
attach mainbus at root
file arch/powerpc/powerpc/mainbus.c mainbus
device cpu
attach cpu at mainbus
file arch/powerpc/powerpc/cpu.c
include "../../../dev/ofw/files.ofw"
file arch/powerpc/powerpc/opendev.c ofcons | ofnet | ofdisk | ofrtc
major { ofdisk = 4 }
pseudo-device rd
file dev/ramdisk.c rd needs-flag
file arch/powerpc/powerpc/rd_root.c ramdisk_hooks
major {rd = 17}
include "../../../dev/pci/files.pci"
device mpcpcibr {} : pcibus
attach mpcpcibr at mainbus
file arch/powerpc/pci/mpcpcibus.c mpcpcibr
device isabr {} : isabus
attach isabr at mainbus, pci
file arch/powerpc/isa/isabus.c isabr
include "../../../scsi/files.scsi"
major {sd = 2} # hey this was 0 but at slot 2 in bdevsw XXX
major {cd = 3}
define pcmcia {} # XXX dummy decl...
include "../../../dev/isa/files.isa"
major { wd = 5 } # Not even in bdevsw XXX
device pckbc { }
attach pckbc at isa
file arch/powerpc/isa/pcppi.c pckbc
device pckbd
attach pckbd at pckbc
file arch/powerpc/isa/pckbd.c pckbd
device pms
attach pms at pckbc
file arch/powerpc/isa/pms.c pms
include "../../../dev/isa/files.isapnp"
file arch/powerpc/isa/isapnp_machdep.c isapnp
#
# "wprkstation cpnsole" routines
#
include "dev/wscons/files.wscons"
|