files.dreamcast revision 1.24
11.24Stsutsui#	$NetBSD: files.dreamcast,v 1.24 2003/06/14 16:15:16 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.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.24Stsutsuifile	arch/dreamcast/dreamcast/kloader.c		kloader
221.24Stsutsuidefflag	opt_kloader.h	KLOADER
231.24Stsutsuidefflag	debug_kloader.h	KLOADER_DEBUG
241.1Smarcus
251.14Slukemdefparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
261.8Such
271.8Such#
281.8Such# Machine-independent SCSI drivers
291.8Such#
301.8Such
311.8Suchinclude "dev/scsipi/files.scsipi"
321.8Such
331.8Such#
341.8Such# Machine-independent ATA drivers
351.8Such#
361.8Such
371.8Suchinclude "dev/ata/files.ata"
381.8Such
391.8Such# Memory Disk for install floppy
401.8Suchfile dev/md_root.c				memory_disk_hooks
411.8Such
421.8Such#
431.8Such# System bus types
441.8Such#
451.8Such
461.8Suchdefine mainbus { }
471.13Slukemdevice	mainbus: mainbus
481.8Suchattach	mainbus at root
491.8Suchfile	arch/dreamcast/dreamcast/mainbus.c	mainbus
501.8Such
511.17Suchdevice cpu
521.17Suchattach cpu at mainbus
531.17Suchfile	arch/sh3/sh3/cpu.c			cpu
541.17Such
551.17Suchinclude	"arch/sh3/conf/files.shb"
561.17Such
571.17Suchfile arch/dreamcast/dreamcast/sysasic.c		shb
581.2Smarcus
591.5Sthorpejdevice maple { [port = -1], [subunit = -1] }
601.2Smarcusattach maple at shb
611.11Smarcusfile	arch/dreamcast/dev/maple/maple.c		maple	needs-flag
621.2Smarcus
631.2Smarcusdevice	mkbd: wskbddev
641.2Smarcusattach	mkbd at maple
651.6Sthorpejfile	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
661.12Sthorpej
671.12Sthorpejdevice	mms: wsmousedev
681.12Sthorpejattach	mms at maple
691.12Sthorpejfile	arch/dreamcast/dev/maple/mms.c			mms	needs-flag
701.21Sitohy
711.21Sitohydevice	mmem: disk
721.21Sitohyattach	mmem at maple
731.21Sitohyfile	arch/dreamcast/dev/maple/mmemcard.c		mmem	needs-flag
741.21Sitohy
751.21Sitohydevice	mlcd
761.21Sitohyattach	mlcd at maple
771.21Sitohyfile	arch/dreamcast/dev/maple/mlcd.c			mlcd	needs-flag
781.2Smarcus
791.13Slukemdevice	pvr: wsemuldisplaydev, rasops16
801.13Slukemattach	pvr at shb
811.13Slukemfile	arch/dreamcast/dev/pvr.c			pvr	needs-flag
821.4Smarcus
831.4Smarcusdevice	gdrom: disk
841.4Smarcusattach	gdrom at shb
851.6Sthorpejfile	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
861.2Smarcus
871.6Sthorpejdevice	g2bus { }
881.6Sthorpejattach	g2bus at shb
891.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus.c			g2bus
901.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
911.6Sthorpej
921.6Sthorpejdevice	gapspci: pcibus
931.6Sthorpejattach	gapspci at g2bus
941.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci.c			gapspci
951.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
961.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
971.23Stsutsui
981.23Stsutsui# LAN Adapter
991.23Stsutsuiattach	mbe at g2bus with mbe_g2bus
1001.23Stsutsuifile	arch/dreamcast/dev/g2/if_mbe_g2.c		mbe_g2bus
1011.20Sgehenna
1021.20Sgehennainclude "arch/dreamcast/conf/majors.dreamcast"
103