files.dreamcast revision 1.9
11.9Such#	$NetBSD: files.dreamcast,v 1.9 2001/02/21 16:42:04 uch 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.9Suchfile	arch/sh3/sh3/disksubr.c				disk
231.1Smarcus
241.1Smarcusdefopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
251.1Smarcusdefopt  opt_led_addr.h	LED_ADDR
261.1Smarcusdefopt	opt_initbsc.h	BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
271.1Smarcus			BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
281.1Smarcus			BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
291.1Smarcus			BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
301.8Such
311.8Such#
321.8Such# Machine-independent SCSI drivers
331.8Such#
341.8Such
351.8Suchinclude "dev/scsipi/files.scsipi"
361.8Suchmajor	{sd = 4}
371.8Suchmajor	{st = 5}
381.8Suchmajor	{cd = 6}
391.8Such
401.8Such#
411.8Such# Machine-independent ATA drivers
421.8Such#
431.8Such
441.8Suchinclude "dev/ata/files.ata"
451.8Suchmajor	{wd = 0}
461.8Such
471.8Such# Memory Disk for install floppy
481.8Suchfile dev/md_root.c				memory_disk_hooks
491.8Suchmajor	{md = 17}
501.8Such
511.8Such#
521.8Such# System bus types
531.8Such#
541.8Such
551.8Suchdefine mainbus { }
561.8Suchdevice	mainbus:  mainbus
571.8Suchattach	mainbus at root
581.8Suchfile	arch/dreamcast/dreamcast/mainbus.c	mainbus
591.8Such
601.8Suchinclude "arch/dreamcast/conf/files.shbus"
611.8Such
621.8Such# network devices MII bus
631.8Suchinclude "dev/mii/files.mii"
641.2Smarcus
651.5Sthorpejdevice maple { [port = -1], [subunit = -1] }
661.2Smarcusattach maple at shb
671.6Sthorpejfile	arch/dreamcast/dev/maple/maple.c		maple
681.2Smarcus
691.2Smarcusdevice	mkbd: wskbddev
701.2Smarcusattach	mkbd at maple
711.6Sthorpejfile	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
721.2Smarcus
731.7Sthorpejdevice  pvr: wsemuldisplaydev, rasops16
741.2Smarcusattach  pvr at shb
751.6Sthorpejfile    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