xref: /netbsd/sys/arch/dreamcast/conf/files.dreamcast (revision 6550d01e)
1#	$NetBSD: files.dreamcast,v 1.30 2008/02/20 21:43:33 drochner Exp $
2
3# maxpartitions must be first item in files.${MACHINE}
4maxpartitions 16
5
6maxusers 2 16 64
7
8include "dev/i2o/files.i2o"
9include "dev/pci/files.pci"
10
11file	arch/dreamcast/dreamcast/conf.c
12file	arch/dreamcast/dreamcast/machdep.c
13file	arch/dreamcast/dreamcast/autoconf.c
14file	arch/dreamcast/dreamcast/clock_machdep.c
15file	arch/sh3/sh3/disksubr.c				disk
16
17file	dev/kloader.c					kloader
18file	arch/dreamcast/dreamcast/kloader_machdep.c	kloader
19defflag	opt_kloader.h	KLOADER
20defflag	debug_kloader.h	KLOADER_DEBUG
21
22defparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
23
24#
25# Machine-independent SCSI drivers
26#
27
28include "dev/scsipi/files.scsipi"
29
30#
31# Machine-independent ATA drivers
32#
33
34include "dev/ata/files.ata"
35
36# Memory Disk for install floppy
37file dev/md_root.c				memory_disk_hooks
38
39#
40# System bus types
41#
42
43define mainbus { }
44device	mainbus: mainbus
45attach	mainbus at root
46file	arch/dreamcast/dreamcast/mainbus.c	mainbus
47
48device cpu
49attach cpu at mainbus
50file	arch/sh3/sh3/cpu.c			cpu
51
52include	"arch/sh3/conf/files.shb"
53
54file arch/dreamcast/dreamcast/sysasic.c		shb
55
56device maple { [port = -1], [subunit = -1] }
57attach maple at shb
58file	arch/dreamcast/dev/maple/maple.c		maple	needs-flag
59
60device	mkbd: wskbddev
61attach	mkbd at maple
62file	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
63
64device	mms: wsmousedev
65attach	mms at maple
66file	arch/dreamcast/dev/maple/mms.c			mms	needs-flag
67
68device	mmem: disk
69attach	mmem at maple
70file	arch/dreamcast/dev/maple/mmemcard.c		mmem	needs-flag
71
72device	mlcd
73attach	mlcd at maple
74file	arch/dreamcast/dev/maple/mlcd.c			mlcd	needs-flag
75
76device	pvr: wsemuldisplaydev, rasops16
77attach	pvr at shb
78file	arch/dreamcast/dev/pvr.c			pvr	needs-flag
79
80device	gdrom: disk
81attach	gdrom at shb
82file	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
83
84device	g2bus { }
85attach	g2bus at shb
86file	arch/dreamcast/dev/g2/g2bus.c			g2bus
87file	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
88
89device	g2rtc
90attach	g2rtc at g2bus
91file	arch/dreamcast/dev/g2/g2rtc.c			g2rtc
92
93device	gapspci: pcibus
94attach	gapspci at g2bus
95file	arch/dreamcast/dev/g2/gapspci.c			gapspci
96file	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
97file	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
98
99# LAN Adapter
100attach	mbe at g2bus with mbe_g2bus
101file	arch/dreamcast/dev/g2/if_mbe_g2.c		mbe_g2bus
102
103device	aica: audiobus, auconv, mulaw
104attach	aica at g2bus
105file	arch/dreamcast/dev/g2/aica.c			aica	needs-flag
106
107include "arch/dreamcast/conf/majors.dreamcast"
108