1 # $NetBSD: files.dreamcast,v 1.7 2001/02/01 01:27:04 thorpej 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 include "dev/rasops/files.rasops" 10 include "dev/wsfont/files.wsfont" 11 12 include "dev/i2o/files.i2o" 13 include "dev/pci/files.pci" 14 15 file arch/dreamcast/dreamcast/conf.c 16 file arch/dreamcast/dreamcast/machdep.c 17 file arch/dreamcast/dreamcast/procfs_machdep.c procfs 18 19 defopt opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE 20 defopt opt_led_addr.h LED_ADDR 21 defopt opt_initbsc.h BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL 22 BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL 23 BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL 24 BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL 25 26 device maple { [port = -1], [subunit = -1] } 27 attach maple at shb 28 file arch/dreamcast/dev/maple/maple.c maple 29 30 device mkbd: wskbddev 31 attach mkbd at maple 32 file arch/dreamcast/dev/maple/mkbd.c mkbd needs-flag 33 34 device pvr: wsemuldisplaydev, rasops16 35 attach pvr at shb 36 file arch/dreamcast/dev/pvr.c pvr needs-flag 37 38 device gdrom: disk 39 attach gdrom at shb 40 file arch/dreamcast/dev/gdrom.c gdrom needs-flag 41 major {gdrom = 19} 42 43 device g2bus { } 44 attach g2bus at shb 45 file arch/dreamcast/dev/g2/g2bus.c g2bus 46 file arch/dreamcast/dev/g2/g2bus_bus_mem.c g2bus 47 48 device gapspci: pcibus 49 attach gapspci at g2bus 50 file arch/dreamcast/dev/g2/gapspci.c gapspci 51 file arch/dreamcast/dev/g2/gapspci_dma.c gapspci 52 file arch/dreamcast/dev/g2/gapspci_pci.c gapspci 53