files.dreamcast revision 1.16
11.16Such#	$NetBSD: files.dreamcast,v 1.16 2002/03/08 13:22:11 uch Exp $
21.1Smarcus#
31.16Such# new style config file for dreamcast
41.1Smarcus#
51.1Smarcus
61.16Such# maxpartitions must be first item in files.${MACHINE}
71.8Suchmaxpartitions 8
81.8Such
91.8Suchmaxusers 2 16 64
101.1Smarcus
111.2Smarcusinclude "dev/wscons/files.wscons"
121.7Sthorpejinclude "dev/rasops/files.rasops"
131.7Sthorpejinclude "dev/wsfont/files.wsfont"
141.6Sthorpej
151.6Sthorpejinclude "dev/i2o/files.i2o"
161.6Sthorpejinclude "dev/pci/files.pci"
171.2Smarcus
181.1Smarcusfile	arch/dreamcast/dreamcast/conf.c
191.1Smarcusfile	arch/dreamcast/dreamcast/machdep.c
201.8Suchfile	arch/dreamcast/dreamcast/autoconf.c
211.3Sfvdlfile	arch/dreamcast/dreamcast/procfs_machdep.c	procfs
221.15Suchfile	arch/dreamcast/dreamcast/clock_machdep.c
231.9Suchfile	arch/sh3/sh3/disksubr.c				disk
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.8Suchmajor	{sd = 4}
331.8Suchmajor	{st = 5}
341.8Suchmajor	{cd = 6}
351.8Such
361.8Such#
371.8Such# Machine-independent ATA drivers
381.8Such#
391.8Such
401.8Suchinclude "dev/ata/files.ata"
411.8Suchmajor	{wd = 0}
421.8Such
431.8Such# Memory Disk for install floppy
441.8Suchfile dev/md_root.c				memory_disk_hooks
451.8Suchmajor	{md = 17}
461.8Such
471.8Such#
481.8Such# System bus types
491.8Such#
501.8Such
511.8Suchdefine mainbus { }
521.13Slukemdevice	mainbus: mainbus
531.8Suchattach	mainbus at root
541.8Suchfile	arch/dreamcast/dreamcast/mainbus.c	mainbus
551.8Such
561.8Suchinclude "arch/dreamcast/conf/files.shbus"
571.8Such
581.8Such# network devices MII bus
591.8Suchinclude "dev/mii/files.mii"
601.2Smarcus
611.5Sthorpejdevice maple { [port = -1], [subunit = -1] }
621.2Smarcusattach maple at shb
631.11Smarcusfile	arch/dreamcast/dev/maple/maple.c		maple	needs-flag
641.2Smarcus
651.2Smarcusdevice	mkbd: wskbddev
661.2Smarcusattach	mkbd at maple
671.6Sthorpejfile	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
681.12Sthorpej
691.12Sthorpejdevice	mms: wsmousedev
701.12Sthorpejattach	mms at maple
711.12Sthorpejfile	arch/dreamcast/dev/maple/mms.c			mms	needs-flag
721.2Smarcus
731.13Slukemdevice	pvr: wsemuldisplaydev, rasops16
741.13Slukemattach	pvr at shb
751.13Slukemfile	arch/dreamcast/dev/pvr.c			pvr	needs-flag
761.4Smarcus
771.4Smarcusdevice	gdrom: disk
781.4Smarcusattach	gdrom at shb
791.6Sthorpejfile	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
801.4Smarcusmajor	{gdrom = 19}
811.2Smarcus
821.6Sthorpejdevice	g2bus { }
831.6Sthorpejattach	g2bus at shb
841.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus.c			g2bus
851.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
861.6Sthorpej
871.6Sthorpejdevice	gapspci: pcibus
881.6Sthorpejattach	gapspci at g2bus
891.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci.c			gapspci
901.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
911.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
92