xref: /freebsd/sys/conf/files.powerpc (revision 8af4cc4d5a973ccb31d6377e4486521169333bb3)
1c585bae1SBenno Rice# This file tells config what files go into building a kernel,
2c585bae1SBenno Rice# files marked standard are always included.
3c585bae1SBenno Rice#
4c585bae1SBenno Rice# $FreeBSD$
5c585bae1SBenno Rice#
6c585bae1SBenno Rice# The long compile-with and dependency lines are required because of
7c585bae1SBenno Rice# limitations in config: backslash-newline doesn't work in strings, and
8c585bae1SBenno Rice# dependency lines other than the first are silently ignored.
9c585bae1SBenno Rice#
10c585bae1SBenno Rice#
11c585bae1SBenno Rice
12473795dcSPeter Grehanfont.h				optional	sc			\
13473795dcSPeter Grehan	compile-with	"uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \
14473795dcSPeter Grehan	no-obj no-implicit-rule before-depend				\
15473795dcSPeter Grehan	clean	"font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
161773f778SSam Leffler#
1788c7c434SPeter Wemm# There is only an asm version on ppc64.
18d99b73d8SJustin Hibbitscddl/compat/opensolaris/kern/opensolaris_atomic.c			optional zfs powerpc | dtrace powerpc | zfs powerpcspe | dtrace powerpcspe compile-with "${ZFS_C}"
194f4d15f0SRuslan Bukincddl/contrib/opensolaris/common/atomic/powerpc64/opensolaris_atomic.S	optional zfs powerpc64 | dtrace powerpc64 compile-with "${ZFS_S}"
204f4d15f0SRuslan Bukincddl/dev/dtrace/powerpc/dtrace_asm.S		optional dtrace compile-with "${DTRACE_S}"
214f4d15f0SRuslan Bukincddl/dev/dtrace/powerpc/dtrace_subr.c		optional dtrace compile-with "${DTRACE_C}"
224f4d15f0SRuslan Bukincddl/dev/fbt/powerpc/fbt_isa.c			optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
23fcf59617SAndrey V. Elsukovcrypto/blowfish/bf_enc.c	optional	crypto | ipsec | ipsec_support
24fcf59617SAndrey V. Elsukovcrypto/des/des_enc.c		optional	crypto | ipsec | ipsec_support | netsmb
25cf99524aSMarcel Moolenaardev/bm/if_bm.c			optional	bm powermac
26b4dbc599SNathan Whitehorndev/adb/adb_bus.c		optional	adb
27b4dbc599SNathan Whitehorndev/adb/adb_kbd.c		optional	adb
28b4dbc599SNathan Whitehorndev/adb/adb_mouse.c		optional	adb
29b4dbc599SNathan Whitehorndev/adb/adb_hb_if.m		optional	adb
30b4dbc599SNathan Whitehorndev/adb/adb_if.m		optional	adb
31b6faf3cfSNathan Whitehorndev/adb/adb_buttons.c		optional	adb
3250fd2a5bSNathan Whitehorndev/agp/agp_apple.c		optional	agp powermac
33473795dcSPeter Grehandev/fb/fb.c			optional	sc
34a7452468SJustin Hibbitsdev/hwpmc/hwpmc_e500.c		optional	hwpmc
3598fa0351SGleb Smirnoffdev/hwpmc/hwpmc_mpc7xxx.c	optional	hwpmc
36a7452468SJustin Hibbitsdev/hwpmc/hwpmc_powerpc.c	optional	hwpmc
37169dd953SJustin Hibbitsdev/hwpmc/hwpmc_ppc970.c	optional	hwpmc
38d188174aSAndreas Toblerdev/iicbus/ad7417.c		optional	ad7417 powermac
39e9152038SJustin Hibbitsdev/iicbus/adm1030.c		optional	powermac windtunnel | adm1030 powermac
40c017acc7SJustin Hibbitsdev/iicbus/adt746x.c		optional        adt746x powermac
41a894f6a0SAndreas Toblerdev/iicbus/ds1631.c		optional	ds1631 powermac
42da89fa28SAndreas Toblerdev/iicbus/ds1775.c		optional	ds1775 powermac
43da89fa28SAndreas Toblerdev/iicbus/max6690.c		optional	max6690 powermac
448ba8cb91SLuiz Otavio O Souzadev/iicbus/ofw_iicbus.c		optional	iicbus aim
451a3eaf6cSJustin Hibbitsdev/ipmi/ipmi.c			optional	ipmi
460bf0bb83SJustin Hibbitsdev/ipmi/ipmi_opal.c		optional	powernv ipmi
477c45c9e4SMarcel Moolenaardev/nand/nfc_fsl.c		optional	nand mpc85xx
4898be38e7SJustin Hibbitsdev/nand/nfc_rb.c		optional	nand mpc85xx
497c95bf1eSNathan Whitehorn# Most ofw stuff below is brought in by conf/files for options FDT, but
507c95bf1eSNathan Whitehorn# we always want it, even on non-FDT platforms.
517c95bf1eSNathan Whitehorndev/fdt/simplebus.c		standard
527c95bf1eSNathan Whitehorndev/ofw/openfirm.c		standard
537c95bf1eSNathan Whitehorndev/ofw/openfirmio.c		standard
547c95bf1eSNathan Whitehorndev/ofw/ofw_bus_if.m		standard
557c95bf1eSNathan Whitehorndev/ofw/ofw_cpu.c		standard
567c95bf1eSNathan Whitehorndev/ofw/ofw_if.m		standard
577c95bf1eSNathan Whitehorndev/ofw/ofw_bus_subr.c		standard
58bd71bd37SMarcel Moolenaardev/ofw/ofw_console.c		optional	aim
59bd71bd37SMarcel Moolenaardev/ofw/ofw_disk.c		optional	ofwd aim
607c95bf1eSNathan Whitehorndev/ofw/ofwbus.c		standard
61d4faefaeSZbigniew Bodekdev/ofw/ofwpci.c		optional 	pci
62c3e289e1SNathan Whitehorndev/ofw/ofw_standard.c		optional	aim powerpc
637c95bf1eSNathan Whitehorndev/ofw/ofw_subr.c		standard
64dd3456c0SMarcel Moolenaardev/powermac_nvram/powermac_nvram.c optional	powermac_nvram powermac
65d1d3233eSRafal Jaworowskidev/quicc/quicc_bfe_fdt.c	optional	quicc mpc85xx
66b14959daSJustin Hibbitsdev/random/darn.c		optional	powerpc64 random
67dd3456c0SMarcel Moolenaardev/scc/scc_bfe_macio.c		optional	scc powermac
68eecaab52SJustin Hibbitsdev/sdhci/fsl_sdhci.c		optional	mpc85xx sdhci
6902b553caSRafal Jaworowskidev/sec/sec.c			optional	sec mpc85xx
708486eb86SNathan Whitehorndev/sound/macio/aoa.c		optional	snd_davbus | snd_ai2s powermac
718486eb86SNathan Whitehorndev/sound/macio/davbus.c	optional	snd_davbus powermac
728486eb86SNathan Whitehorndev/sound/macio/i2s.c		optional	snd_ai2s powermac
739c3fbfbdSAndreas Toblerdev/sound/macio/onyx.c		optional	snd_ai2s iicbus powermac
748486eb86SNathan Whitehorndev/sound/macio/snapper.c	optional	snd_ai2s iicbus powermac
758486eb86SNathan Whitehorndev/sound/macio/tumbler.c	optional	snd_ai2s iicbus powermac
76dd3456c0SMarcel Moolenaardev/syscons/scgfbrndr.c		optional	sc
77321578e3SRafal Jaworowskidev/tsec/if_tsec.c		optional	tsec
7894f513c8SNathan Whitehorndev/tsec/if_tsec_fdt.c		optional	tsec
7949aba28aSNathan Whitehorndev/uart/uart_cpu_powerpc.c	optional	uart
806cedae09SJustin Hibbitsdev/usb/controller/ehci_fsl.c	optional	ehci mpc85xx
8127cf7d04SAleksandr Rybalkodev/vt/hw/ofwfb/ofwfb.c		optional	vt aim
82707c2fb9SAlexander Motinkern/kern_clocksource.c		standard
83aea81038SKonstantin Belousovkern/subr_dummy_vdso_tc.c	standard
84dd3456c0SMarcel Moolenaarkern/syscalls.c			optional	ktr
85c8d2ffd6SGleb Smirnoffkern/subr_sfbuf.c		standard
86dc9b124dSJustin Hibbitslibkern/ashldi3.c		optional	powerpc | powerpcspe
87dc9b124dSJustin Hibbitslibkern/ashrdi3.c		optional	powerpc | powerpcspe
88c585bae1SBenno Ricelibkern/bcmp.c			standard
895aa07b05SWarner Loshlibkern/bcopy.c			standard
90dc9b124dSJustin Hibbitslibkern/cmpdi2.c		optional	powerpc | powerpcspe
91dc9b124dSJustin Hibbitslibkern/divdi3.c		optional	powerpc | powerpcspe
92c585bae1SBenno Ricelibkern/ffs.c			standard
931de30b60SDag-Erling Smørgravlibkern/ffsl.c			standard
943d3e385eSConrad Meyerlibkern/ffsll.c			standard
951de30b60SDag-Erling Smørgravlibkern/fls.c			standard
961de30b60SDag-Erling Smørgravlibkern/flsl.c			standard
97f25e50cfSAndriy Gaponlibkern/flsll.c			standard
98dc9b124dSJustin Hibbitslibkern/lshrdi3.c		optional	powerpc | powerpcspe
99a8e3f99eSMateusz Guziklibkern/memcmp.c		standard
1009f94082eSYoshihiro Takahashilibkern/memset.c		standard
101dc9b124dSJustin Hibbitslibkern/moddi3.c		optional	powerpc | powerpcspe
102dc9b124dSJustin Hibbitslibkern/qdivrem.c		optional	powerpc | powerpcspe
103dc9b124dSJustin Hibbitslibkern/ucmpdi2.c		optional	powerpc | powerpcspe
104dc9b124dSJustin Hibbitslibkern/udivdi3.c		optional	powerpc | powerpcspe
105dc9b124dSJustin Hibbitslibkern/umoddi3.c		optional	powerpc | powerpcspe
106bd71bd37SMarcel Moolenaarpowerpc/aim/locore.S		optional	aim no-obj
107f23bfc68SJustin Hibbitspowerpc/aim/aim_machdep.c	optional	aim
108c3e289e1SNathan Whitehornpowerpc/aim/mmu_oea.c		optional	aim powerpc
1091c96bdd1SNathan Whitehornpowerpc/aim/mmu_oea64.c		optional	aim
110bef5da7fSNathan Whitehornpowerpc/aim/moea64_if.m		optional	aim
111bef5da7fSNathan Whitehornpowerpc/aim/moea64_native.c	optional	aim
112e1c161e7SJustin Hibbitspowerpc/aim/mp_cpudep.c		optional	aim
113c3e289e1SNathan Whitehornpowerpc/aim/slb.c		optional	aim powerpc64
11417f4cae4SRafal Jaworowskipowerpc/booke/locore.S		optional	booke no-obj
115f23bfc68SJustin Hibbitspowerpc/booke/booke_machdep.c	optional	booke
116aa6bc7dcSRafal Jaworowskipowerpc/booke/machdep_e500.c	optional	booke_e500
11717f4cae4SRafal Jaworowskipowerpc/booke/mp_cpudep.c	optional	booke smp
118302acc2eSNathan Whitehornpowerpc/booke/platform_bare.c	optional	booke
11917f4cae4SRafal Jaworowskipowerpc/booke/pmap.c		optional	booke
120dc9b124dSJustin Hibbitspowerpc/booke/spe.c		optional	powerpcspe
1219eb9db93SNathan Whitehornpowerpc/cpufreq/dfs.c		optional	cpufreq
122452adeeeSJustin Hibbitspowerpc/cpufreq/mpc85xx_jog.c	optional	cpufreq mpc85xx
1231016f143SNathan Whitehornpowerpc/cpufreq/pcr.c		optional	cpufreq aim
124b99540b6SJustin Hibbitspowerpc/cpufreq/pmcr.c		optional	cpufreq aim powerpc64
1254702d987SJustin Hibbitspowerpc/cpufreq/pmufreq.c	optional	cpufreq aim pmu
1268763f217SJustin Hibbitspowerpc/fpu/fpu_add.c		optional	fpu_emu | powerpcspe
1278763f217SJustin Hibbitspowerpc/fpu/fpu_compare.c	optional	fpu_emu | powerpcspe
1288763f217SJustin Hibbitspowerpc/fpu/fpu_div.c		optional	fpu_emu | powerpcspe
12943fdca95SJohn Baldwinpowerpc/fpu/fpu_emu.c		optional	fpu_emu
1308763f217SJustin Hibbitspowerpc/fpu/fpu_explode.c	optional	fpu_emu | powerpcspe
1318763f217SJustin Hibbitspowerpc/fpu/fpu_implode.c	optional	fpu_emu | powerpcspe
1328763f217SJustin Hibbitspowerpc/fpu/fpu_mul.c		optional	fpu_emu | powerpcspe
13343fdca95SJohn Baldwinpowerpc/fpu/fpu_sqrt.c		optional	fpu_emu
1348763f217SJustin Hibbitspowerpc/fpu/fpu_subr.c		optional	fpu_emu | powerpcspe
1352c16c8d7SNathan Whitehornpowerpc/mambo/mambocall.S	optional	mambo
1362c16c8d7SNathan Whitehornpowerpc/mambo/mambo.c		optional	mambo
1372c16c8d7SNathan Whitehornpowerpc/mambo/mambo_console.c	optional	mambo
1382c16c8d7SNathan Whitehornpowerpc/mambo/mambo_disk.c	optional	mambo
1396aabc119SJustin Hibbitspowerpc/mikrotik/platform_rb.c	optional	mikrotik
140d9720179SJustin Hibbitspowerpc/mikrotik/rb_led.c	optional	mikrotik
141ac741ae5SMarcel Moolenaarpowerpc/mpc85xx/atpic.c		optional	mpc85xx isa
14294f513c8SNathan Whitehornpowerpc/mpc85xx/ds1553_bus_fdt.c	optional	ds1553
143f07ef6e4SRafal Jaworowskipowerpc/mpc85xx/ds1553_core.c	optional	ds1553
1441e6afa0eSJustin Hibbitspowerpc/mpc85xx/fsl_diu.c	optional	mpc85xx diu
145d139c624SJustin Hibbitspowerpc/mpc85xx/fsl_espi.c	optional	mpc85xx spibus
146809cd50fSJustin Hibbitspowerpc/mpc85xx/fsl_sata.c	optional	mpc85xx ata
14794f513c8SNathan Whitehornpowerpc/mpc85xx/i2c.c		optional	iicbus
148f2396192SRafal Jaworowskipowerpc/mpc85xx/isa.c		optional	mpc85xx isa
1496cedae09SJustin Hibbitspowerpc/mpc85xx/lbc.c		optional	mpc85xx
1506cedae09SJustin Hibbitspowerpc/mpc85xx/mpc85xx.c	optional	mpc85xx
151e9f96ff4SJustin Hibbitspowerpc/mpc85xx/mpc85xx_cache.c	optional	mpc85xx
152ca54502aSJustin Hibbitspowerpc/mpc85xx/mpc85xx_gpio.c	optional	mpc85xx gpio
1536cedae09SJustin Hibbitspowerpc/mpc85xx/platform_mpc85xx.c	optional	mpc85xx
1546cedae09SJustin Hibbitspowerpc/mpc85xx/pci_mpc85xx.c	optional	pci mpc85xx
1556cedae09SJustin Hibbitspowerpc/mpc85xx/pci_mpc85xx_pcib.c	optional	pci mpc85xx
1566cedae09SJustin Hibbitspowerpc/mpc85xx/qoriq_gpio.c	optional	mpc85xx gpio
157629aa519SNathan Whitehornpowerpc/ofw/ofw_machdep.c	standard
158178cdf9aSNathan Whitehornpowerpc/ofw/ofw_pcibus.c	optional	pci
159178cdf9aSNathan Whitehornpowerpc/ofw/ofw_pcib_pci.c	optional	pci
1608446b206SNathan Whitehornpowerpc/ofw/ofw_real.c		optional	aim
161bd71bd37SMarcel Moolenaarpowerpc/ofw/ofw_syscons.c	optional	sc aim
1620d7136baSNathan Whitehornpowerpc/ofw/ofwcall32.S		optional	aim powerpc
1630d7136baSNathan Whitehornpowerpc/ofw/ofwcall64.S		optional	aim powerpc64
16498b158d4SJustin Hibbitspowerpc/ofw/openpic_ofw.c	standard
1650d7136baSNathan Whitehornpowerpc/ofw/rtas.c		optional	aim
1663ddc2cdeSBreno Leitaopowerpc/ofw/ofw_initrd.c	optional	md_root_mem powerpc64
1677bf5cfedSNathan Whitehornpowerpc/powermac/ata_kauai.c	optional	powermac ata | powermac atamacio
1687bf5cfedSNathan Whitehornpowerpc/powermac/ata_macio.c	optional	powermac ata | powermac atamacio
1697bf5cfedSNathan Whitehornpowerpc/powermac/ata_dbdma.c	optional	powermac ata | powermac atamacio
1703cc28bd9SJustin Hibbitspowerpc/powermac/atibl.c	optional	powermac atibl
1711016f143SNathan Whitehornpowerpc/powermac/cuda.c		optional	powermac cuda
1721016f143SNathan Whitehornpowerpc/powermac/cpcht.c	optional	powermac pci
1737d8ccad7SMarcel Moolenaarpowerpc/powermac/dbdma.c	optional	powermac pci
174da89fa28SAndreas Toblerpowerpc/powermac/fcu.c		optional	powermac fcu
175c8718f79SPeter Grehanpowerpc/powermac/grackle.c	optional	powermac pci
176c8718f79SPeter Grehanpowerpc/powermac/hrowpic.c	optional	powermac pci
177a9cade51SNathan Whitehornpowerpc/powermac/kiic.c		optional	powermac kiic
1781016f143SNathan Whitehornpowerpc/powermac/macgpio.c	optional	powermac pci
179f8735aa3SPeter Grehanpowerpc/powermac/macio.c	optional	powermac pci
180d0ec68d4SJustin Hibbitspowerpc/powermac/nvbl.c		optional	powermac nvbl
181b2a237beSNathan Whitehornpowerpc/powermac/platform_powermac.c optional	powermac
18284d77676SNathan Whitehornpowerpc/powermac/powermac_thermal.c optional	powermac
183f8735aa3SPeter Grehanpowerpc/powermac/pswitch.c	optional	powermac pswitch
184b4dbc599SNathan Whitehornpowerpc/powermac/pmu.c		optional	powermac pmu
1851016f143SNathan Whitehornpowerpc/powermac/smu.c		optional	powermac smu
1869efb0787SNathan Whitehornpowerpc/powermac/smusat.c	optional	powermac smu
187ca2c1931SNathan Whitehornpowerpc/powermac/uninorth.c	optional	powermac
188ca2c1931SNathan Whitehornpowerpc/powermac/uninorthpci.c	optional	powermac pci
1899eb9db93SNathan Whitehornpowerpc/powermac/vcoregpio.c	optional	powermac
190fb3855e0SWojciech Macekpowerpc/powernv/opal.c		optional	powernv
191dac618a6SJustin Hibbitspowerpc/powernv/opal_async.c	optional	powernv
192fb3855e0SWojciech Macekpowerpc/powernv/opal_console.c	optional	powernv
193ac9b4325SWojciech Macekpowerpc/powernv/opal_dev.c	optional	powernv
1946775dfdfSJustin Hibbitspowerpc/powernv/opal_flash.c	optional	powernv
195*8af4cc4dSJustin Hibbitspowerpc/powernv/opal_hmi.c	optional	powernv
196d9093074SWojciech Macekpowerpc/powernv/opal_i2c.c	optional	iicbus fdt powernv
197d9093074SWojciech Macekpowerpc/powernv/opal_i2cm.c	optional	iicbus fdt powernv
198ac9b4325SWojciech Macekpowerpc/powernv/opal_pci.c	optional	powernv pci
1999c6ba29dSJustin Hibbitspowerpc/powernv/opal_sensor.c	optional	powernv
200fb3855e0SWojciech Macekpowerpc/powernv/opalcall.S	optional	powernv
201fb3855e0SWojciech Macekpowerpc/powernv/platform_powernv.c optional	powernv
2024ffd72e3SWojciech Macekpowerpc/powernv/powernv_centaur.c	optional	powernv
2034ffd72e3SWojciech Macekpowerpc/powernv/powernv_xscom.c	optional	powernv
204d49fc192SJustin Hibbitspowerpc/powernv/xive.c		optional	powernv
205dc9b124dSJustin Hibbitspowerpc/powerpc/altivec.c	optional	powerpc | powerpc64
206dd3456c0SMarcel Moolenaarpowerpc/powerpc/autoconf.c	standard
207de2fa7b8SMarcel Moolenaarpowerpc/powerpc/bus_machdep.c	standard
208dd3456c0SMarcel Moolenaarpowerpc/powerpc/busdma_machdep.c standard
209228f09b3SNathan Whitehornpowerpc/powerpc/clock.c		standard
210e39c26a9SNathan Whitehornpowerpc/powerpc/copyinout.c	standard
211dd3456c0SMarcel Moolenaarpowerpc/powerpc/copystr.c	standard
212dd3456c0SMarcel Moolenaarpowerpc/powerpc/cpu.c		standard
2136d13fd63SWojciech Macekpowerpc/powerpc/cpu_subr64.S	optional	powerpc64
214dd3456c0SMarcel Moolenaarpowerpc/powerpc/db_disasm.c	optional	ddb
215dd3456c0SMarcel Moolenaarpowerpc/powerpc/db_hwwatch.c	optional	ddb
216dd3456c0SMarcel Moolenaarpowerpc/powerpc/db_interface.c	optional	ddb
217dd3456c0SMarcel Moolenaarpowerpc/powerpc/db_trace.c	optional	ddb
21827457a80SMarcel Moolenaarpowerpc/powerpc/dump_machdep.c	standard
219dc9b124dSJustin Hibbitspowerpc/powerpc/elf32_machdep.c	optional	powerpc | powerpcspe | compat_freebsd32
220c3e289e1SNathan Whitehornpowerpc/powerpc/elf64_machdep.c	optional	powerpc64
221cc81c44dSNathan Whitehornpowerpc/powerpc/exec_machdep.c	standard
222debe4455SNathan Whitehornpowerpc/powerpc/fpu.c		standard
223dd3456c0SMarcel Moolenaarpowerpc/powerpc/gdb_machdep.c	optional	gdb
22470df4233SBjoern A. Zeebpowerpc/powerpc/in_cksum.c	optional	inet | inet6
2253f3cffedSJustin Hibbitspowerpc/powerpc/interrupt.c	standard
226dd3456c0SMarcel Moolenaarpowerpc/powerpc/intr_machdep.c	standard
227e2326639SNathan Whitehornpowerpc/powerpc/iommu_if.m	standard
228f23bfc68SJustin Hibbitspowerpc/powerpc/machdep.c	standard
229dd3456c0SMarcel Moolenaarpowerpc/powerpc/mem.c		optional	mem
230dd3456c0SMarcel Moolenaarpowerpc/powerpc/mmu_if.m	standard
2311c17588fSMarcel Moolenaarpowerpc/powerpc/mp_machdep.c	optional	smp
232e4cf0633SNathan Whitehornpowerpc/powerpc/nexus.c		standard
233dd3456c0SMarcel Moolenaarpowerpc/powerpc/openpic.c	standard
234dd3456c0SMarcel Moolenaarpowerpc/powerpc/pic_if.m	standard
235dd3456c0SMarcel Moolenaarpowerpc/powerpc/pmap_dispatch.c	standard
236b40ce02aSNathan Whitehornpowerpc/powerpc/platform.c	standard
237b40ce02aSNathan Whitehornpowerpc/powerpc/platform_if.m	standard
23864b83a05SJustin Hibbitspowerpc/powerpc/ptrace_machdep.c	standard
239dd3456c0SMarcel Moolenaarpowerpc/powerpc/sc_machdep.c	optional	sc
240dd3456c0SMarcel Moolenaarpowerpc/powerpc/setjmp.S	standard
241dc9b124dSJustin Hibbitspowerpc/powerpc/sigcode32.S	optional	powerpc | powerpcspe | compat_freebsd32
242c3e289e1SNathan Whitehornpowerpc/powerpc/sigcode64.S	optional	powerpc64
243dc9b124dSJustin Hibbitspowerpc/powerpc/swtch32.S	optional	powerpc | powerpcspe
244bdac4360SNathan Whitehornpowerpc/powerpc/swtch64.S	optional	powerpc64
245dd3456c0SMarcel Moolenaarpowerpc/powerpc/stack_machdep.c	optional	ddb | stack
246dd3456c0SMarcel Moolenaarpowerpc/powerpc/syncicache.c	standard
247dd3456c0SMarcel Moolenaarpowerpc/powerpc/sys_machdep.c	standard
248c4f9a741SJustin Hibbitspowerpc/powerpc/trap.c		standard
2491c96bdd1SNathan Whitehornpowerpc/powerpc/uio_machdep.c	standard
250f23bfc68SJustin Hibbitspowerpc/powerpc/uma_machdep.c	standard
2511cfdc971SNathan Whitehornpowerpc/powerpc/vm_machdep.c	standard
25203479763SNathan Whitehornpowerpc/ps3/ehci_ps3.c		optional	ps3 ehci
2539ba8a927SNathan Whitehornpowerpc/ps3/ohci_ps3.c		optional	ps3 ohci
25403479763SNathan Whitehornpowerpc/ps3/if_glc.c		optional	ps3 glc
25503479763SNathan Whitehornpowerpc/ps3/mmu_ps3.c		optional	ps3
25603479763SNathan Whitehornpowerpc/ps3/platform_ps3.c	optional	ps3
25703479763SNathan Whitehornpowerpc/ps3/ps3bus.c		optional	ps3
2589f2c359fSNathan Whitehornpowerpc/ps3/ps3cdrom.c		optional	ps3 scbus
2590d317057SNathan Whitehornpowerpc/ps3/ps3disk.c		optional	ps3
26003479763SNathan Whitehornpowerpc/ps3/ps3pic.c		optional	ps3
26149588d0fSNathan Whitehornpowerpc/ps3/ps3_syscons.c	optional	ps3 vt
26249588d0fSNathan Whitehornpowerpc/ps3/ps3-hvcall.S	optional	ps3
2637a8d25c0SNathan Whitehornpowerpc/pseries/phyp-hvcall.S	optional	pseries powerpc64
2647a8d25c0SNathan Whitehornpowerpc/pseries/mmu_phyp.c	optional	pseries powerpc64
2654f835517SNathan Whitehornpowerpc/pseries/phyp_console.c	optional	pseries powerpc64 uart
266757e5b29SNathan Whitehornpowerpc/pseries/phyp_llan.c	optional	llan
267391dff86SNathan Whitehornpowerpc/pseries/phyp_vscsi.c	optional	pseries powerpc64 scbus
2687a8d25c0SNathan Whitehornpowerpc/pseries/platform_chrp.c	optional	pseries
2697a8d25c0SNathan Whitehornpowerpc/pseries/plpar_iommu.c	optional	pseries powerpc64
270817ba5c0SNathan Whitehornpowerpc/pseries/plpar_pcibus.c	optional	pseries powerpc64 pci
2717a8d25c0SNathan Whitehornpowerpc/pseries/rtas_dev.c	optional	pseries
2727a8d25c0SNathan Whitehornpowerpc/pseries/rtas_pci.c	optional	pseries pci
2737a8d25c0SNathan Whitehornpowerpc/pseries/vdevice.c	optional	pseries powerpc64
2747a8d25c0SNathan Whitehornpowerpc/pseries/xics.c		optional	pseries powerpc64
275e1f89baeSPeter Grehanpowerpc/psim/iobus.c 		optional	psim
276e1f89baeSPeter Grehanpowerpc/psim/ata_iobus.c	optional	ata psim
277f8735aa3SPeter Grehanpowerpc/psim/openpic_iobus.c	optional	psim
278cd320bc9SMarcel Moolenaarpowerpc/psim/uart_iobus.c	optional	uart psim
279