files.dreamcast revision 1.17
11.17Such#	$NetBSD: files.dreamcast,v 1.17 2002/03/24 18:14:27 uch 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.3Sfvdlfile	arch/dreamcast/dreamcast/procfs_machdep.c	procfs
191.15Suchfile	arch/dreamcast/dreamcast/clock_machdep.c
201.9Suchfile	arch/sh3/sh3/disksubr.c				disk
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.8Suchmajor	{sd = 4}
301.8Suchmajor	{st = 5}
311.8Suchmajor	{cd = 6}
321.8Such
331.8Such#
341.8Such# Machine-independent ATA drivers
351.8Such#
361.8Such
371.8Suchinclude "dev/ata/files.ata"
381.8Suchmajor	{wd = 0}
391.8Such
401.8Such# Memory Disk for install floppy
411.8Suchfile dev/md_root.c				memory_disk_hooks
421.8Suchmajor	{md = 17}
431.8Such
441.8Such#
451.8Such# System bus types
461.8Such#
471.8Such
481.8Suchdefine mainbus { }
491.13Slukemdevice	mainbus: mainbus
501.8Suchattach	mainbus at root
511.8Suchfile	arch/dreamcast/dreamcast/mainbus.c	mainbus
521.8Such
531.17Suchdevice cpu
541.17Suchattach cpu at mainbus
551.17Suchfile	arch/sh3/sh3/cpu.c			cpu
561.17Such
571.17Suchinclude	"arch/sh3/conf/files.shb"
581.17Such
591.17Suchfile arch/dreamcast/dreamcast/sysasic.c		shb
601.8Such
611.8Such# network devices MII bus
621.8Suchinclude "dev/mii/files.mii"
631.2Smarcus
641.5Sthorpejdevice maple { [port = -1], [subunit = -1] }
651.2Smarcusattach maple at shb
661.11Smarcusfile	arch/dreamcast/dev/maple/maple.c		maple	needs-flag
671.2Smarcus
681.2Smarcusdevice	mkbd: wskbddev
691.2Smarcusattach	mkbd at maple
701.6Sthorpejfile	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
711.12Sthorpej
721.12Sthorpejdevice	mms: wsmousedev
731.12Sthorpejattach	mms at maple
741.12Sthorpejfile	arch/dreamcast/dev/maple/mms.c			mms	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.4Smarcusdevice	gdrom: disk
811.4Smarcusattach	gdrom at shb
821.6Sthorpejfile	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
831.4Smarcusmajor	{gdrom = 19}
841.2Smarcus
851.6Sthorpejdevice	g2bus { }
861.6Sthorpejattach	g2bus at shb
871.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus.c			g2bus
881.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
891.6Sthorpej
901.6Sthorpejdevice	gapspci: pcibus
911.6Sthorpejattach	gapspci at g2bus
921.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci.c			gapspci
931.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
941.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
95