1 1.1.2.4 bouyer # $NetBSD: files.dreamcast,v 1.1.2.4 2001/03/12 13:28:07 bouyer Exp $ 2 1.1.2.2 bouyer # 3 1.1.2.2 bouyer # new style config file for sh3 architecture 4 1.1.2.2 bouyer # 5 1.1.2.2 bouyer 6 1.1.2.3 bouyer # maxpartitions must be first item in files.${ARCH}.newconf 7 1.1.2.3 bouyer maxpartitions 8 8 1.1.2.3 bouyer 9 1.1.2.3 bouyer maxusers 2 16 64 10 1.1.2.3 bouyer 11 1.1.2.3 bouyer include "dev/wscons/files.wscons" 12 1.1.2.3 bouyer include "dev/rasops/files.rasops" 13 1.1.2.3 bouyer include "dev/wsfont/files.wsfont" 14 1.1.2.3 bouyer 15 1.1.2.3 bouyer include "dev/i2o/files.i2o" 16 1.1.2.3 bouyer include "dev/pci/files.pci" 17 1.1.2.2 bouyer 18 1.1.2.2 bouyer file arch/dreamcast/dreamcast/conf.c 19 1.1.2.2 bouyer file arch/dreamcast/dreamcast/machdep.c 20 1.1.2.3 bouyer file arch/dreamcast/dreamcast/autoconf.c 21 1.1.2.3 bouyer file arch/dreamcast/dreamcast/procfs_machdep.c procfs 22 1.1.2.4 bouyer file arch/sh3/sh3/disksubr.c disk 23 1.1.2.2 bouyer 24 1.1.2.2 bouyer defopt opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE 25 1.1.2.2 bouyer defopt opt_led_addr.h LED_ADDR 26 1.1.2.2 bouyer defopt opt_initbsc.h BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL 27 1.1.2.2 bouyer BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL 28 1.1.2.2 bouyer BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL 29 1.1.2.2 bouyer BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL 30 1.1.2.3 bouyer 31 1.1.2.3 bouyer # 32 1.1.2.3 bouyer # Machine-independent SCSI drivers 33 1.1.2.3 bouyer # 34 1.1.2.3 bouyer 35 1.1.2.3 bouyer include "dev/scsipi/files.scsipi" 36 1.1.2.3 bouyer major {sd = 4} 37 1.1.2.3 bouyer major {st = 5} 38 1.1.2.3 bouyer major {cd = 6} 39 1.1.2.3 bouyer 40 1.1.2.3 bouyer # 41 1.1.2.3 bouyer # Machine-independent ATA drivers 42 1.1.2.3 bouyer # 43 1.1.2.3 bouyer 44 1.1.2.3 bouyer include "dev/ata/files.ata" 45 1.1.2.3 bouyer major {wd = 0} 46 1.1.2.3 bouyer 47 1.1.2.3 bouyer # Memory Disk for install floppy 48 1.1.2.3 bouyer file dev/md_root.c memory_disk_hooks 49 1.1.2.3 bouyer major {md = 17} 50 1.1.2.3 bouyer 51 1.1.2.3 bouyer # 52 1.1.2.3 bouyer # System bus types 53 1.1.2.3 bouyer # 54 1.1.2.3 bouyer 55 1.1.2.3 bouyer define mainbus { } 56 1.1.2.3 bouyer device mainbus: mainbus 57 1.1.2.3 bouyer attach mainbus at root 58 1.1.2.3 bouyer file arch/dreamcast/dreamcast/mainbus.c mainbus 59 1.1.2.3 bouyer 60 1.1.2.3 bouyer include "arch/dreamcast/conf/files.shbus" 61 1.1.2.3 bouyer 62 1.1.2.3 bouyer # network devices MII bus 63 1.1.2.3 bouyer include "dev/mii/files.mii" 64 1.1.2.3 bouyer 65 1.1.2.3 bouyer device maple { [port = -1], [subunit = -1] } 66 1.1.2.3 bouyer attach maple at shb 67 1.1.2.3 bouyer file arch/dreamcast/dev/maple/maple.c maple 68 1.1.2.3 bouyer 69 1.1.2.3 bouyer device mkbd: wskbddev 70 1.1.2.3 bouyer attach mkbd at maple 71 1.1.2.3 bouyer file arch/dreamcast/dev/maple/mkbd.c mkbd needs-flag 72 1.1.2.3 bouyer 73 1.1.2.3 bouyer device pvr: wsemuldisplaydev, rasops16 74 1.1.2.3 bouyer attach pvr at shb 75 1.1.2.3 bouyer file arch/dreamcast/dev/pvr.c pvr needs-flag 76 1.1.2.3 bouyer 77 1.1.2.3 bouyer device gdrom: disk 78 1.1.2.3 bouyer attach gdrom at shb 79 1.1.2.3 bouyer file arch/dreamcast/dev/gdrom.c gdrom needs-flag 80 1.1.2.3 bouyer major {gdrom = 19} 81 1.1.2.3 bouyer 82 1.1.2.3 bouyer device g2bus { } 83 1.1.2.3 bouyer attach g2bus at shb 84 1.1.2.3 bouyer file arch/dreamcast/dev/g2/g2bus.c g2bus 85 1.1.2.3 bouyer file arch/dreamcast/dev/g2/g2bus_bus_mem.c g2bus 86 1.1.2.3 bouyer 87 1.1.2.3 bouyer device gapspci: pcibus 88 1.1.2.3 bouyer attach gapspci at g2bus 89 1.1.2.3 bouyer file arch/dreamcast/dev/g2/gapspci.c gapspci 90 1.1.2.3 bouyer file arch/dreamcast/dev/g2/gapspci_dma.c gapspci 91 1.1.2.3 bouyer file arch/dreamcast/dev/g2/gapspci_pci.c gapspci 92