files.dreamcast revision 1.7
11.7Sthorpej#	$NetBSD: files.dreamcast,v 1.7 2001/02/01 01:27:04 thorpej Exp $
21.1Smarcus#
31.1Smarcus# new style config file for sh3 architecture
41.1Smarcus#
51.1Smarcus
61.1Smarcusinclude "arch/dreamcast/conf/files.shbus"
71.1Smarcus
81.2Smarcusinclude "dev/wscons/files.wscons"
91.7Sthorpejinclude "dev/rasops/files.rasops"
101.7Sthorpejinclude "dev/wsfont/files.wsfont"
111.6Sthorpej
121.6Sthorpejinclude "dev/i2o/files.i2o"
131.6Sthorpejinclude "dev/pci/files.pci"
141.2Smarcus
151.1Smarcusfile	arch/dreamcast/dreamcast/conf.c
161.1Smarcusfile	arch/dreamcast/dreamcast/machdep.c
171.3Sfvdlfile	arch/dreamcast/dreamcast/procfs_machdep.c	procfs
181.1Smarcus
191.1Smarcusdefopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
201.1Smarcusdefopt  opt_led_addr.h	LED_ADDR
211.1Smarcusdefopt	opt_initbsc.h	BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
221.1Smarcus			BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
231.1Smarcus			BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
241.1Smarcus			BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
251.2Smarcus
261.5Sthorpejdevice maple { [port = -1], [subunit = -1] }
271.2Smarcusattach maple at shb
281.6Sthorpejfile	arch/dreamcast/dev/maple/maple.c		maple
291.2Smarcus
301.2Smarcusdevice	mkbd: wskbddev
311.2Smarcusattach	mkbd at maple
321.6Sthorpejfile	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
331.2Smarcus
341.7Sthorpejdevice  pvr: wsemuldisplaydev, rasops16
351.2Smarcusattach  pvr at shb
361.6Sthorpejfile    arch/dreamcast/dev/pvr.c			pvr	needs-flag
371.4Smarcus
381.4Smarcusdevice	gdrom: disk
391.4Smarcusattach	gdrom at shb
401.6Sthorpejfile	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
411.4Smarcusmajor	{gdrom = 19}
421.2Smarcus
431.6Sthorpejdevice	g2bus { }
441.6Sthorpejattach	g2bus at shb
451.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus.c			g2bus
461.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
471.6Sthorpej
481.6Sthorpejdevice	gapspci: pcibus
491.6Sthorpejattach	gapspci at g2bus
501.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci.c			gapspci
511.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
521.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
53