Home | History | Annotate | Line # | Download | only in conf
files.dreamcast revision 1.5
      1  1.5  thorpej #	$NetBSD: files.dreamcast,v 1.5 2001/01/31 00:14:29 thorpej Exp $
      2  1.1   marcus #
      3  1.1   marcus # new style config file for sh3 architecture
      4  1.1   marcus #
      5  1.1   marcus 
      6  1.1   marcus include "arch/dreamcast/conf/files.shbus"
      7  1.1   marcus 
      8  1.2   marcus include "dev/wscons/files.wscons"
      9  1.2   marcus 
     10  1.1   marcus file	arch/dreamcast/dreamcast/conf.c
     11  1.1   marcus file	arch/dreamcast/dreamcast/machdep.c
     12  1.3     fvdl file	arch/dreamcast/dreamcast/procfs_machdep.c	procfs
     13  1.1   marcus 
     14  1.1   marcus defopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
     15  1.1   marcus defopt  opt_led_addr.h	LED_ADDR
     16  1.1   marcus defopt	opt_initbsc.h	BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
     17  1.1   marcus 			BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
     18  1.1   marcus 			BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
     19  1.1   marcus 			BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
     20  1.2   marcus 
     21  1.5  thorpej device maple { [port = -1], [subunit = -1] }
     22  1.2   marcus attach maple at shb
     23  1.2   marcus file	arch/dreamcast/dev/maple/maple.c	maple
     24  1.2   marcus 
     25  1.2   marcus device	mkbd: wskbddev
     26  1.2   marcus attach	mkbd at maple
     27  1.2   marcus file	arch/dreamcast/dev/maple/mkbd.c		mkbd needs-flag
     28  1.2   marcus 
     29  1.2   marcus 
     30  1.2   marcus device  pvr: wsemuldisplaydev, wsrasteremulops
     31  1.2   marcus attach  pvr at shb
     32  1.2   marcus file    arch/dreamcast/dev/pvr.c  pvr needs-flag
     33  1.4   marcus 
     34  1.4   marcus device	gdrom: disk
     35  1.4   marcus attach	gdrom at shb
     36  1.4   marcus file	arch/dreamcast/dev/gdrom.c gdrom needs-flag
     37  1.4   marcus major	{gdrom = 19}
     38  1.2   marcus 
     39