files.dreamcast revision 1.7
1#	$NetBSD: files.dreamcast,v 1.7 2001/02/01 01:27:04 thorpej Exp $
2#
3# new style config file for sh3 architecture
4#
5
6include "arch/dreamcast/conf/files.shbus"
7
8include "dev/wscons/files.wscons"
9include "dev/rasops/files.rasops"
10include "dev/wsfont/files.wsfont"
11
12include "dev/i2o/files.i2o"
13include "dev/pci/files.pci"
14
15file	arch/dreamcast/dreamcast/conf.c
16file	arch/dreamcast/dreamcast/machdep.c
17file	arch/dreamcast/dreamcast/procfs_machdep.c	procfs
18
19defopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
20defopt  opt_led_addr.h	LED_ADDR
21defopt	opt_initbsc.h	BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
22			BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
23			BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
24			BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
25
26device maple { [port = -1], [subunit = -1] }
27attach maple at shb
28file	arch/dreamcast/dev/maple/maple.c		maple
29
30device	mkbd: wskbddev
31attach	mkbd at maple
32file	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
33
34device  pvr: wsemuldisplaydev, rasops16
35attach  pvr at shb
36file    arch/dreamcast/dev/pvr.c			pvr	needs-flag
37
38device	gdrom: disk
39attach	gdrom at shb
40file	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
41major	{gdrom = 19}
42
43device	g2bus { }
44attach	g2bus at shb
45file	arch/dreamcast/dev/g2/g2bus.c			g2bus
46file	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
47
48device	gapspci: pcibus
49attach	gapspci at g2bus
50file	arch/dreamcast/dev/g2/gapspci.c			gapspci
51file	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
52file	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
53