summaryrefslogtreecommitdiff
path: root/sys/arch/evbmips/conf/files.malta
blob: d81af4b46cb2b4cb9eb5dcb57f9fc72660a20158 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#	$NetBSD: files.malta,v 1.20 2015/06/07 21:05:33 matt Exp $

file	arch/evbmips/malta/malta_bus_io.c
file	arch/evbmips/malta/malta_bus_mem.c
file	arch/evbmips/malta/malta_dma.c
file	arch/evbmips/malta/malta_intr.c

file	arch/evbmips/malta/autoconf.c
file	arch/evbmips/malta/leds.c
file	arch/evbmips/malta/machdep.c

file	arch/mips/mips/bus_dma.c
file	arch/evbmips/evbmips/disksubr.c
file	arch/evbmips/evbmips/interrupt.c
file	arch/evbmips/evbmips/yamon.c			# XXX should be in arch/mips/yamon ?

file	arch/mips/mips/mips3_clock.c
file	arch/mips/mips/mips3_clockintr.c

# The autoconfiguration root.
device	mainbus { [addr = -1] }
attach	mainbus at root
file	arch/evbmips/malta/dev/mainbus.c	mainbus

device	cpu
attach	cpu at mainbus
file	arch/evbmips/evbmips/cpu.c		cpu

# Stack-less Just-In-Time compiler
include	"external/bsd/sljit/conf/files.sljit"

# Machine-independent I2O drivers.
include "dev/i2o/files.i2o"

# Machine-independent SCSI drivers
include "dev/scsipi/files.scsipi"

# Machine-independent ATA drivers
include "dev/ata/files.ata"

# Machine-independent PC-style keyboard controller drivers
include "dev/pckbport/files.pckbport"

# Machine-independent bluetooth device support
include "dev/bluetooth/files.bluetooth"

# Machine-independent USB device support
include "dev/usb/files.usb"

# Memory Disk
file	dev/md_root.c				memory_disk_hooks

include "dev/pci/files.pci"
include "dev/isa/files.isa"

#device	panel
#attach	panel at mainbus
#file	arch/evbmips/malta/dev/panel.c		panel

#
# PCI bus support.
#
device	gt: pcibus
attach	gt at mainbus
file	arch/evbmips/malta/dev/gt.c		gt	# XXX should be in arch/mips/galileo ?

file	arch/evbmips/malta/pci/pci_machdep.c	pci
file	arch/mips/pci/pciide_machdep.c		pciide_common

device	pchb
attach	pchb at pci
file	arch/evbmips/malta/pci/pchb.c		pchb

device	pcib: isabus
attach	pcib at pci
file	arch/evbmips/malta/pci/pcib.c		pcib

#
# ISA bus support.
#
device	mcclock: mc146818
attach	mcclock at isa with mcclock_isa
file	arch/evbmips/isa/mcclock_isa.c		mcclock_isa

#file	arch/evbmips/isa/isadma_bounce.c	isa

# Floppy disk controller
device	fdc { drive = -1 }: isadma
file	dev/isa/fd.c				fdc needs-flag

attach	fdc at isa with fdc_isa
file	dev/isa/fdc_isa.c			fdc_isa

device	fd: disk
attach	fd at fdc

#
# Devices on the local I/O bus.
#
attach	com at mainbus with com_mainbus
file	arch/evbmips/malta/dev/com_mainbus.c	com_mainbus