Home | History | Annotate | Line # | Download | only in conf
files.evbsh3 revision 1.18.78.1
      1  1.18.78.1     yamt #	$NetBSD: files.evbsh3,v 1.18.78.1 2010/08/11 22:51:57 yamt 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.17      wiz maxpartitions 8
      8        1.6      uch 
      9        1.6      uch maxusers 2 16 64
     10        1.1   itojun 
     11  1.18.78.1     yamt file	arch/evbsh3/evbsh3/autoconf.c
     12  1.18.78.1     yamt file	arch/evbsh3/evbsh3/bus_dma.c
     13        1.1   itojun file	arch/evbsh3/evbsh3/conf.c
     14        1.1   itojun file	arch/evbsh3/evbsh3/machdep.c
     15        1.7      uch file	arch/sh3/sh3/disksubr.c			disk
     16        1.1   itojun 
     17       1.10    lukem defparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
     18       1.10    lukem defparam opt_led_addr.h	LED_ADDR
     19       1.10    lukem defparam opt_initbsc.h	BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
     20        1.3  msaitoh 			BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
     21        1.3  msaitoh 			BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
     22        1.4  msaitoh 			BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
     23        1.6      uch 
     24        1.6      uch #
     25        1.6      uch # Machine-independent SCSI drivers
     26        1.6      uch #
     27        1.6      uch 
     28        1.6      uch include "dev/scsipi/files.scsipi"
     29        1.6      uch 
     30        1.6      uch #
     31        1.6      uch # Machine-independent ATA drivers
     32        1.6      uch #
     33        1.6      uch 
     34        1.6      uch include "dev/ata/files.ata"
     35        1.6      uch 
     36        1.6      uch # Memory Disk for install floppy
     37        1.6      uch file dev/md_root.c				memory_disk_hooks
     38        1.6      uch 
     39        1.6      uch #
     40        1.6      uch # System bus types
     41        1.6      uch #
     42        1.6      uch 
     43        1.6      uch define mainbus { }
     44        1.9    lukem device	mainbus: mainbus
     45        1.6      uch attach	mainbus at root
     46  1.18.78.1     yamt file	arch/evbsh3/evbsh3/mainbus.c		mainbus
     47        1.6      uch 
     48       1.12      uch device cpu
     49       1.12      uch attach cpu at mainbus
     50       1.12      uch file	arch/sh3/sh3/cpu.c			cpu
     51       1.12      uch 
     52       1.12      uch include	"arch/sh3/conf/files.shb"
     53       1.15  gehenna 
     54  1.18.78.1     yamt #
     55  1.18.78.1     yamt # SH3/4 evaluation board specific devices
     56  1.18.78.1     yamt #
     57  1.18.78.1     yamt defparam opt_evbsh3_boardtype.h			EVBSH3_BOARDTYPE
     58  1.18.78.1     yamt 
     59  1.18.78.1     yamt 
     60  1.18.78.1     yamt #
     61  1.18.78.1     yamt # kloader
     62  1.18.78.1     yamt #
     63  1.18.78.1     yamt defflag	opt_kloader.h				KLOADER
     64  1.18.78.1     yamt defflag	debug_kloader.h				KLOADER_DEBUG
     65  1.18.78.1     yamt defparam opt_kloader_kernel_path.h		KLOADER_KERNEL_PATH
     66  1.18.78.1     yamt 
     67  1.18.78.1     yamt file	dev/kloader.c				kloader
     68  1.18.78.1     yamt file	arch/evbsh3/evbsh3/kloader_machdep.c	kloader
     69  1.18.78.1     yamt 
     70       1.15  gehenna include "arch/evbsh3/conf/majors.evbsh3"
     71