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