files.dreamcast revision 1.31
11.31Stsutsui#	$NetBSD: files.dreamcast,v 1.31 2016/12/29 11:49:05 tsutsui Exp $
21.1Smarcus
31.16Such# maxpartitions must be first item in files.${MACHINE}
41.22Sitohymaxpartitions 16
51.8Such
61.8Suchmaxusers 2 16 64
71.1Smarcus
81.6Sthorpejinclude "dev/i2o/files.i2o"
91.6Sthorpejinclude "dev/pci/files.pci"
101.2Smarcus
111.1Smarcusfile	arch/dreamcast/dreamcast/conf.c
121.1Smarcusfile	arch/dreamcast/dreamcast/machdep.c
131.8Suchfile	arch/dreamcast/dreamcast/autoconf.c
141.15Suchfile	arch/dreamcast/dreamcast/clock_machdep.c
151.9Suchfile	arch/sh3/sh3/disksubr.c				disk
161.24Stsutsui
171.26Suchfile	dev/kloader.c					kloader
181.26Suchfile	arch/dreamcast/dreamcast/kloader_machdep.c	kloader
191.24Stsutsuidefflag	opt_kloader.h	KLOADER
201.24Stsutsuidefflag	debug_kloader.h	KLOADER_DEBUG
211.1Smarcus
221.14Slukemdefparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
231.8Such
241.8Such#
251.8Such# Machine-independent SCSI drivers
261.8Such#
271.8Such
281.8Suchinclude "dev/scsipi/files.scsipi"
291.8Such
301.8Such#
311.8Such# Machine-independent ATA drivers
321.8Such#
331.8Such
341.8Suchinclude "dev/ata/files.ata"
351.8Such
361.8Such# Memory Disk for install floppy
371.8Suchfile dev/md_root.c				memory_disk_hooks
381.8Such
391.8Such#
401.8Such# System bus types
411.8Such#
421.8Such
431.8Suchdefine mainbus { }
441.13Slukemdevice	mainbus: mainbus
451.8Suchattach	mainbus at root
461.8Suchfile	arch/dreamcast/dreamcast/mainbus.c	mainbus
471.8Such
481.17Suchdevice cpu
491.17Suchattach cpu at mainbus
501.17Suchfile	arch/sh3/sh3/cpu.c			cpu
511.17Such
521.17Suchinclude	"arch/sh3/conf/files.shb"
531.17Such
541.17Suchfile arch/dreamcast/dreamcast/sysasic.c		shb
551.2Smarcus
561.5Sthorpejdevice maple { [port = -1], [subunit = -1] }
571.2Smarcusattach maple at shb
581.11Smarcusfile	arch/dreamcast/dev/maple/maple.c		maple	needs-flag
591.2Smarcus
601.2Smarcusdevice	mkbd: wskbddev
611.2Smarcusattach	mkbd at maple
621.6Sthorpejfile	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
631.12Sthorpej
641.12Sthorpejdevice	mms: wsmousedev
651.12Sthorpejattach	mms at maple
661.12Sthorpejfile	arch/dreamcast/dev/maple/mms.c			mms	needs-flag
671.21Sitohy
681.21Sitohydevice	mmem: disk
691.21Sitohyattach	mmem at maple
701.21Sitohyfile	arch/dreamcast/dev/maple/mmemcard.c		mmem	needs-flag
711.21Sitohy
721.21Sitohydevice	mlcd
731.21Sitohyattach	mlcd at maple
741.21Sitohyfile	arch/dreamcast/dev/maple/mlcd.c			mlcd	needs-flag
751.2Smarcus
761.13Slukemdevice	pvr: wsemuldisplaydev, rasops16
771.13Slukemattach	pvr at shb
781.13Slukemfile	arch/dreamcast/dev/pvr.c			pvr	needs-flag
791.4Smarcus
801.31Stsutsuidevice	g1bus { }
811.31Stsutsuiattach	g1bus at shb
821.31Stsutsuifile	arch/dreamcast/dev/g1/g1bus.c			g1bus
831.31Stsutsuifile	arch/dreamcast/dev/g1/g1bus_bus_mem.c		g1bus
841.31Stsutsui
851.31Stsutsuiattach	wdc at g1bus with wdc_g1bus
861.31Stsutsuifile	arch/dreamcast/dev/g1/wdc_g1.c			wdc_g1bus
871.31Stsutsui
881.4Smarcusdevice	gdrom: disk
891.4Smarcusattach	gdrom at shb
901.6Sthorpejfile	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
911.31Stsutsui#attach	gdrom at atapibus
921.31Stsutsui#file	arch/dreamcast/dev/g1/gdrom.c			gdrom	needs-flag
931.2Smarcus
941.6Sthorpejdevice	g2bus { }
951.6Sthorpejattach	g2bus at shb
961.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus.c			g2bus
971.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
981.6Sthorpej
991.28Suwedevice	g2rtc
1001.28Suweattach	g2rtc at g2bus
1011.28Suwefile	arch/dreamcast/dev/g2/g2rtc.c			g2rtc
1021.28Suwe
1031.6Sthorpejdevice	gapspci: pcibus
1041.6Sthorpejattach	gapspci at g2bus
1051.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci.c			gapspci
1061.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
1071.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
1081.23Stsutsui
1091.23Stsutsui# LAN Adapter
1101.23Stsutsuiattach	mbe at g2bus with mbe_g2bus
1111.23Stsutsuifile	arch/dreamcast/dev/g2/if_mbe_g2.c		mbe_g2bus
1121.25Smarcus
1131.25Smarcusdevice	aica: audiobus, auconv, mulaw
1141.25Smarcusattach	aica at g2bus
1151.25Smarcusfile	arch/dreamcast/dev/g2/aica.c			aica	needs-flag
1161.20Sgehenna
1171.20Sgehennainclude "arch/dreamcast/conf/majors.dreamcast"
118