files.dreamcast revision 1.6
1#	$NetBSD: files.dreamcast,v 1.6 2001/01/31 18:39:46 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"
9#include "dev/rasops/files.rasops"
10#include "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
34#device  pvr: wsemuldisplaydev, rasops16
35device  pvr: wsemuldisplaydev, wsrasteremulops
36attach  pvr at shb
37file    arch/dreamcast/dev/pvr.c			pvr	needs-flag
38
39device	gdrom: disk
40attach	gdrom at shb
41file	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
42major	{gdrom = 19}
43
44device	g2bus { }
45attach	g2bus at shb
46file	arch/dreamcast/dev/g2/g2bus.c			g2bus
47file	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
48
49device	gapspci: pcibus
50attach	gapspci at g2bus
51file	arch/dreamcast/dev/g2/gapspci.c			gapspci
52file	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
53file	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
54