files.dreamcast revision 1.13
11.13Slukem#	$NetBSD: files.dreamcast,v 1.13 2001/11/20 12:56:25 lukem Exp $
21.1Smarcus#
31.1Smarcus# new style config file for sh3 architecture
41.1Smarcus#
51.1Smarcus
61.8Such# maxpartitions must be first item in files.${ARCH}.newconf
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.10Suchfile	arch/dreamcast/dreamcast/clock.c
231.9Suchfile	arch/sh3/sh3/disksubr.c				disk
241.1Smarcus
251.1Smarcusdefopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
261.13Slukemdefopt	opt_led_addr.h	LED_ADDR
271.1Smarcusdefopt	opt_initbsc.h	BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
281.1Smarcus			BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
291.1Smarcus			BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
301.1Smarcus			BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
311.8Such
321.8Such#
331.8Such# Machine-independent SCSI drivers
341.8Such#
351.8Such
361.8Suchinclude "dev/scsipi/files.scsipi"
371.8Suchmajor	{sd = 4}
381.8Suchmajor	{st = 5}
391.8Suchmajor	{cd = 6}
401.8Such
411.8Such#
421.8Such# Machine-independent ATA drivers
431.8Such#
441.8Such
451.8Suchinclude "dev/ata/files.ata"
461.8Suchmajor	{wd = 0}
471.8Such
481.8Such# Memory Disk for install floppy
491.8Suchfile dev/md_root.c				memory_disk_hooks
501.8Suchmajor	{md = 17}
511.8Such
521.8Such#
531.8Such# System bus types
541.8Such#
551.8Such
561.8Suchdefine mainbus { }
571.13Slukemdevice	mainbus: mainbus
581.8Suchattach	mainbus at root
591.8Suchfile	arch/dreamcast/dreamcast/mainbus.c	mainbus
601.8Such
611.8Suchinclude "arch/dreamcast/conf/files.shbus"
621.8Such
631.8Such# network devices MII bus
641.8Suchinclude "dev/mii/files.mii"
651.2Smarcus
661.5Sthorpejdevice maple { [port = -1], [subunit = -1] }
671.2Smarcusattach maple at shb
681.11Smarcusfile	arch/dreamcast/dev/maple/maple.c		maple	needs-flag
691.2Smarcus
701.2Smarcusdevice	mkbd: wskbddev
711.2Smarcusattach	mkbd at maple
721.6Sthorpejfile	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
731.12Sthorpej
741.12Sthorpejdevice	mms: wsmousedev
751.12Sthorpejattach	mms at maple
761.12Sthorpejfile	arch/dreamcast/dev/maple/mms.c			mms	needs-flag
771.2Smarcus
781.13Slukemdevice	pvr: wsemuldisplaydev, rasops16
791.13Slukemattach	pvr at shb
801.13Slukemfile	arch/dreamcast/dev/pvr.c			pvr	needs-flag
811.4Smarcus
821.4Smarcusdevice	gdrom: disk
831.4Smarcusattach	gdrom at shb
841.6Sthorpejfile	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
851.4Smarcusmajor	{gdrom = 19}
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
97