files.dreamcast revision 1.20
11.20Sgehenna#	$NetBSD: files.dreamcast,v 1.20 2002/09/06 13:18:43 gehenna Exp $
21.1Smarcus
31.16Such# maxpartitions must be first item in files.${MACHINE}
41.8Suchmaxpartitions 8
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.1Smarcus
211.14Slukemdefparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
221.8Such
231.8Such#
241.8Such# Machine-independent SCSI drivers
251.8Such#
261.8Such
271.8Suchinclude "dev/scsipi/files.scsipi"
281.8Such
291.8Such#
301.8Such# Machine-independent ATA drivers
311.8Such#
321.8Such
331.8Suchinclude "dev/ata/files.ata"
341.8Such
351.8Such# Memory Disk for install floppy
361.8Suchfile dev/md_root.c				memory_disk_hooks
371.8Such
381.8Such#
391.8Such# System bus types
401.8Such#
411.8Such
421.8Suchdefine mainbus { }
431.13Slukemdevice	mainbus: mainbus
441.8Suchattach	mainbus at root
451.8Suchfile	arch/dreamcast/dreamcast/mainbus.c	mainbus
461.8Such
471.17Suchdevice cpu
481.17Suchattach cpu at mainbus
491.17Suchfile	arch/sh3/sh3/cpu.c			cpu
501.17Such
511.17Suchinclude	"arch/sh3/conf/files.shb"
521.17Such
531.17Suchfile arch/dreamcast/dreamcast/sysasic.c		shb
541.2Smarcus
551.5Sthorpejdevice maple { [port = -1], [subunit = -1] }
561.2Smarcusattach maple at shb
571.11Smarcusfile	arch/dreamcast/dev/maple/maple.c		maple	needs-flag
581.2Smarcus
591.2Smarcusdevice	mkbd: wskbddev
601.2Smarcusattach	mkbd at maple
611.6Sthorpejfile	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
621.12Sthorpej
631.12Sthorpejdevice	mms: wsmousedev
641.12Sthorpejattach	mms at maple
651.12Sthorpejfile	arch/dreamcast/dev/maple/mms.c			mms	needs-flag
661.2Smarcus
671.13Slukemdevice	pvr: wsemuldisplaydev, rasops16
681.13Slukemattach	pvr at shb
691.13Slukemfile	arch/dreamcast/dev/pvr.c			pvr	needs-flag
701.4Smarcus
711.4Smarcusdevice	gdrom: disk
721.4Smarcusattach	gdrom at shb
731.6Sthorpejfile	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
741.2Smarcus
751.6Sthorpejdevice	g2bus { }
761.6Sthorpejattach	g2bus at shb
771.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus.c			g2bus
781.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
791.6Sthorpej
801.6Sthorpejdevice	gapspci: pcibus
811.6Sthorpejattach	gapspci at g2bus
821.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci.c			gapspci
831.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
841.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
851.20Sgehenna
861.20Sgehennainclude "arch/dreamcast/conf/majors.dreamcast"
87