1 1.6 uch # $NetBSD: files.evbsh3,v 1.6 2001/02/06 16:45:20 uch Exp $ 2 1.1 itojun # 3 1.1 itojun # new style config file for sh3 architecture 4 1.1 itojun # 5 1.1 itojun 6 1.6 uch # maxpartitions must be first item in files.${ARCH}.newconf 7 1.6 uch maxpartitions 8 8 1.6 uch 9 1.6 uch maxusers 2 16 64 10 1.1 itojun 11 1.1 itojun file arch/evbsh3/evbsh3/conf.c 12 1.1 itojun file arch/evbsh3/evbsh3/machdep.c 13 1.5 fvdl file arch/evbsh3/evbsh3/procfs_machdep.c procfs 14 1.6 uch file arch/evbsh3/evbsh3/autoconf.c 15 1.1 itojun 16 1.2 msaitoh defopt opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE 17 1.1 itojun defopt opt_led_addr.h LED_ADDR 18 1.1 itojun defopt opt_initbsc.h BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL 19 1.3 msaitoh BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL 20 1.3 msaitoh BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL 21 1.4 msaitoh BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL 22 1.6 uch 23 1.6 uch # 24 1.6 uch # Machine-independent SCSI drivers 25 1.6 uch # 26 1.6 uch 27 1.6 uch include "dev/scsipi/files.scsipi" 28 1.6 uch major {sd = 4} 29 1.6 uch major {st = 5} 30 1.6 uch major {cd = 6} 31 1.6 uch 32 1.6 uch # 33 1.6 uch # Machine-independent ATA drivers 34 1.6 uch # 35 1.6 uch 36 1.6 uch include "dev/ata/files.ata" 37 1.6 uch major {wd = 0} 38 1.6 uch 39 1.6 uch # Memory Disk for install floppy 40 1.6 uch file dev/md_root.c memory_disk_hooks 41 1.6 uch major {md = 17} 42 1.6 uch 43 1.6 uch # 44 1.6 uch # System bus types 45 1.6 uch # 46 1.6 uch 47 1.6 uch define mainbus { } 48 1.6 uch device mainbus: mainbus 49 1.6 uch attach mainbus at root 50 1.6 uch file arch/evbsh3/evbsh3/mainbus.c mainbus 51 1.6 uch 52 1.6 uch include "arch/evbsh3/conf/files.shbus" 53 1.6 uch 54 1.6 uch # network devices MII bus 55 1.6 uch include "dev/mii/files.mii" 56 1.6 uch 57