blob: a9b083fd4aba13f91132afeb7cc18b124ae39cb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: files.becc,v 1.3 2003/05/30 18:38:02 thorpej Exp $
#
# Configuration info for the ADI Engineering Big Endian Companion Chip
# for the Intel i80200 processor
#
file arch/arm/xscale/becc_icu.c
file arch/arm/xscale/becc_timer.c
device becc {}: pcibus
# Board-specific front-end provides attachment.
file arch/arm/xscale/becc.c becc
file arch/arm/xscale/becc_pci.c becc
file arch/arm/xscale/becc_pci_space_asm.S becc
file arch/arm/xscale/becc_space.c becc
# Reset button.
device beccbut: sysmon_power, sysmon_taskq
attach beccbut at becc
file arch/arm/xscale/becc_button.c beccbut
|