1#         $NetBSD: files.ev64260,v 1.14 2011/06/22 18:06:32 matt Exp $
2#
3# Marvell (Galileo) "EV64260" evaluation board's specific configuration info
4#
5defparam opt_ev64260.h        OBIO0_STRIDE OBIO1_STRIDE OBIO2_STRIDE OBIO3_STRIDE
6
7file      arch/evbppc/ev64260/autoconf.c
8file      arch/evbppc/ev64260/machdep.c
9
10file      arch/powerpc/powerpc/clock.c
11
12include "arch/powerpc/pic/files.pic"
13file      arch/powerpc/marvell/pic_discovery.c
14
15
16#
17# MI devices
18#
19include "dev/ata/files.ata"
20include "dev/i2o/files.i2o"
21include "dev/pci/files.pci"
22include "dev/scsipi/files.scsipi"
23include   "dev/usb/files.usb"
24
25#
26# Marvell GT (Discovery) devices
27#
28include "dev/marvell/files.discovery"
29
30
31#
32# Memory Disk for install floppy
33#
34file      dev/md_root.c                                     memory_disk_hooks
35
36#
37# Compatibility modules
38#
39
40#
41# System bus types
42#
43device    mainbus { [addr = -1] }
44attach    mainbus at root
45file      arch/evbppc/ev64260/mainbus.c           mainbus | cpu needs-flag
46
47device    cpu
48attach    cpu at mainbus
49
50attach    gt at mainbus
51file      arch/evbppc/ev64260/gt_mainbus.c        gt
52
53file      arch/powerpc/marvell/pci_machdep.c      pci
54file      arch/powerpc/pci/pci_machdep_common.c   pci
55file    arch/powerpc/pci/pci_module.c             pci & modular
56
57device    pchb: pcibus
58attach    pchb at pci
59file      dev/marvell/pchb.c                      pchb
60
61# com port
62attach    com at obio with com_obio
63file      arch/evbppc/ev64260/com_obio.c                    com_obio
64