files.dreamcast revision 1.26
11.26Such#	$NetBSD: files.dreamcast,v 1.26 2004/07/06 13:09:19 uch 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.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.8Suchfile	arch/dreamcast/dreamcast/autoconf.c
181.15Suchfile	arch/dreamcast/dreamcast/clock_machdep.c
191.9Suchfile	arch/sh3/sh3/disksubr.c				disk
201.24Stsutsui
211.26Suchfile	dev/kloader.c					kloader
221.26Suchfile	arch/dreamcast/dreamcast/kloader_machdep.c	kloader
231.24Stsutsuidefflag	opt_kloader.h	KLOADER
241.24Stsutsuidefflag	debug_kloader.h	KLOADER_DEBUG
251.1Smarcus
261.14Slukemdefparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
271.8Such
281.8Such#
291.8Such# Machine-independent SCSI drivers
301.8Such#
311.8Such
321.8Suchinclude "dev/scsipi/files.scsipi"
331.8Such
341.8Such#
351.8Such# Machine-independent ATA drivers
361.8Such#
371.8Such
381.8Suchinclude "dev/ata/files.ata"
391.8Such
401.8Such# Memory Disk for install floppy
411.8Suchfile dev/md_root.c				memory_disk_hooks
421.8Such
431.8Such#
441.8Such# System bus types
451.8Such#
461.8Such
471.8Suchdefine mainbus { }
481.13Slukemdevice	mainbus: mainbus
491.8Suchattach	mainbus at root
501.8Suchfile	arch/dreamcast/dreamcast/mainbus.c	mainbus
511.8Such
521.17Suchdevice cpu
531.17Suchattach cpu at mainbus
541.17Suchfile	arch/sh3/sh3/cpu.c			cpu
551.17Such
561.17Suchinclude	"arch/sh3/conf/files.shb"
571.17Such
581.17Suchfile arch/dreamcast/dreamcast/sysasic.c		shb
591.2Smarcus
601.5Sthorpejdevice maple { [port = -1], [subunit = -1] }
611.2Smarcusattach maple at shb
621.11Smarcusfile	arch/dreamcast/dev/maple/maple.c		maple	needs-flag
631.2Smarcus
641.2Smarcusdevice	mkbd: wskbddev
651.2Smarcusattach	mkbd at maple
661.6Sthorpejfile	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
671.12Sthorpej
681.12Sthorpejdevice	mms: wsmousedev
691.12Sthorpejattach	mms at maple
701.12Sthorpejfile	arch/dreamcast/dev/maple/mms.c			mms	needs-flag
711.21Sitohy
721.21Sitohydevice	mmem: disk
731.21Sitohyattach	mmem at maple
741.21Sitohyfile	arch/dreamcast/dev/maple/mmemcard.c		mmem	needs-flag
751.21Sitohy
761.21Sitohydevice	mlcd
771.21Sitohyattach	mlcd at maple
781.21Sitohyfile	arch/dreamcast/dev/maple/mlcd.c			mlcd	needs-flag
791.2Smarcus
801.13Slukemdevice	pvr: wsemuldisplaydev, rasops16
811.13Slukemattach	pvr at shb
821.13Slukemfile	arch/dreamcast/dev/pvr.c			pvr	needs-flag
831.4Smarcus
841.4Smarcusdevice	gdrom: disk
851.4Smarcusattach	gdrom at shb
861.6Sthorpejfile	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
871.2Smarcus
881.6Sthorpejdevice	g2bus { }
891.6Sthorpejattach	g2bus at shb
901.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus.c			g2bus
911.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
921.6Sthorpej
931.6Sthorpejdevice	gapspci: pcibus
941.6Sthorpejattach	gapspci at g2bus
951.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci.c			gapspci
961.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
971.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
981.23Stsutsui
991.23Stsutsui# LAN Adapter
1001.23Stsutsuiattach	mbe at g2bus with mbe_g2bus
1011.23Stsutsuifile	arch/dreamcast/dev/g2/if_mbe_g2.c		mbe_g2bus
1021.25Smarcus
1031.25Smarcusdevice	aica: audiobus, auconv, mulaw
1041.25Smarcusattach	aica at g2bus
1051.25Smarcusfile	arch/dreamcast/dev/g2/aica.c			aica	needs-flag
1061.20Sgehenna
1071.20Sgehennainclude "arch/dreamcast/conf/majors.dreamcast"
108