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