files.dreamcast revision 1.8
11.8Such#	$NetBSD: files.dreamcast,v 1.8 2001/02/06 16:45:19 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.1Smarcus
231.1Smarcusdefopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
241.1Smarcusdefopt  opt_led_addr.h	LED_ADDR
251.1Smarcusdefopt	opt_initbsc.h	BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
261.1Smarcus			BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
271.1Smarcus			BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
281.1Smarcus			BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
291.8Such
301.8Such#
311.8Such# Machine-independent SCSI drivers
321.8Such#
331.8Such
341.8Suchinclude "dev/scsipi/files.scsipi"
351.8Suchmajor	{sd = 4}
361.8Suchmajor	{st = 5}
371.8Suchmajor	{cd = 6}
381.8Such
391.8Such#
401.8Such# Machine-independent ATA drivers
411.8Such#
421.8Such
431.8Suchinclude "dev/ata/files.ata"
441.8Suchmajor	{wd = 0}
451.8Such
461.8Such# Memory Disk for install floppy
471.8Suchfile dev/md_root.c				memory_disk_hooks
481.8Suchmajor	{md = 17}
491.8Such
501.8Such#
511.8Such# System bus types
521.8Such#
531.8Such
541.8Suchdefine mainbus { }
551.8Suchdevice	mainbus:  mainbus
561.8Suchattach	mainbus at root
571.8Suchfile	arch/dreamcast/dreamcast/mainbus.c	mainbus
581.8Such
591.8Suchinclude "arch/dreamcast/conf/files.shbus"
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.6Sthorpejfile	arch/dreamcast/dev/maple/maple.c		maple
671.2Smarcus
681.2Smarcusdevice	mkbd: wskbddev
691.2Smarcusattach	mkbd at maple
701.6Sthorpejfile	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
711.2Smarcus
721.7Sthorpejdevice  pvr: wsemuldisplaydev, rasops16
731.2Smarcusattach  pvr at shb
741.6Sthorpejfile    arch/dreamcast/dev/pvr.c			pvr	needs-flag
751.4Smarcus
761.4Smarcusdevice	gdrom: disk
771.4Smarcusattach	gdrom at shb
781.6Sthorpejfile	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
791.4Smarcusmajor	{gdrom = 19}
801.2Smarcus
811.6Sthorpejdevice	g2bus { }
821.6Sthorpejattach	g2bus at shb
831.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus.c			g2bus
841.6Sthorpejfile	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
851.6Sthorpej
861.6Sthorpejdevice	gapspci: pcibus
871.6Sthorpejattach	gapspci at g2bus
881.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci.c			gapspci
891.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
901.6Sthorpejfile	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
91