blob: 721fddae65168523accd9869d7696844c150d6ce (
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
|
# $NetBSD: files.ev64260,v 1.14 2011/06/22 18:06:32 matt Exp $
#
# Marvell (Galileo) "EV64260" evaluation board's specific configuration info
#
defparam opt_ev64260.h OBIO0_STRIDE OBIO1_STRIDE OBIO2_STRIDE OBIO3_STRIDE
file arch/evbppc/ev64260/autoconf.c
file arch/evbppc/ev64260/machdep.c
file arch/powerpc/powerpc/clock.c
include "arch/powerpc/pic/files.pic"
file arch/powerpc/marvell/pic_discovery.c
#
# MI devices
#
include "dev/ata/files.ata"
include "dev/i2o/files.i2o"
include "dev/pci/files.pci"
include "dev/scsipi/files.scsipi"
include "dev/usb/files.usb"
#
# Marvell GT (Discovery) devices
#
include "dev/marvell/files.discovery"
#
# Memory Disk for install floppy
#
file dev/md_root.c memory_disk_hooks
#
# Compatibility modules
#
#
# System bus types
#
device mainbus { [addr = -1] }
attach mainbus at root
file arch/evbppc/ev64260/mainbus.c mainbus | cpu needs-flag
device cpu
attach cpu at mainbus
attach gt at mainbus
file arch/evbppc/ev64260/gt_mainbus.c gt
file arch/powerpc/marvell/pci_machdep.c pci
file arch/powerpc/pci/pci_machdep_common.c pci
file arch/powerpc/pci/pci_module.c pci & modular
device pchb: pcibus
attach pchb at pci
file dev/marvell/pchb.c pchb
# com port
attach com at obio with com_obio
file arch/evbppc/ev64260/com_obio.c com_obio
|