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