xref: /netbsd-src/sys/arch/arm/xscale/files.becc (revision 6955d47610b8cc1060ad468224ede6140ad043b0)
1*6955d476Sthorpej#	$NetBSD: files.becc,v 1.3 2003/05/30 18:38:02 thorpej Exp $
2b1b164a8Sthorpej#
3b1b164a8Sthorpej# Configuration info for the ADI Engineering Big Endian Companion Chip
4b1b164a8Sthorpej# for the Intel i80200 processor
5b1b164a8Sthorpej#
6b1b164a8Sthorpej
7b1b164a8Sthorpejfile	arch/arm/xscale/becc_icu.c
8b1b164a8Sthorpejfile	arch/arm/xscale/becc_timer.c
9b1b164a8Sthorpej
10*6955d476Sthorpejdevice	becc {}: pcibus
11b1b164a8Sthorpej# Board-specific front-end provides attachment.
12b1b164a8Sthorpejfile	arch/arm/xscale/becc.c			becc
13b1b164a8Sthorpejfile	arch/arm/xscale/becc_pci.c		becc
14*6955d476Sthorpejfile	arch/arm/xscale/becc_pci_space_asm.S	becc
15b1b164a8Sthorpejfile	arch/arm/xscale/becc_space.c		becc
1698845103Sthorpej
1798845103Sthorpej# Reset button.
1898845103Sthorpejdevice	beccbut: sysmon_power, sysmon_taskq
1998845103Sthorpejattach	beccbut at becc
2098845103Sthorpejfile	arch/arm/xscale/becc_button.c		beccbut
21