Home | History | Annotate | Line # | Download | only in conf
CQREEKSH3 revision 1.11.2.4
      1  1.11.2.4  jdolecek #	$NetBSD: CQREEKSH3,v 1.11.2.4 2002/06/23 17:36:02 jdolecek Exp $
      2       1.1    itojun #
      3       1.1    itojun #	GENERIC -- everything that's currently supported
      4       1.1    itojun #
      5       1.1    itojun 
      6      1.10    itojun # for big endian
      7      1.10    itojun include "arch/evbsh3/conf/std.evbsh3.eb"
      8      1.10    itojun # for little endian
      9      1.10    itojun #include "arch/evbsh3/conf/std.evbsh3.el"
     10       1.1    itojun 
     11  1.11.2.4  jdolecek #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     12  1.11.2.4  jdolecek 
     13       1.1    itojun # Enable the hooks used for initializing the root memory-disk.
     14       1.1    itojun options 	MEMORY_DISK_HOOKS
     15       1.1    itojun options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     16       1.1    itojun options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     17  1.11.2.4  jdolecek options 	MEMORY_DISK_ROOT_SIZE=2400	# size of memory disk, in blocks
     18       1.1    itojun 
     19  1.11.2.1   thorpej options 	ROMIMAGE
     20       1.1    itojun 
     21       1.1    itojun maxusers	32		# estimated number of users
     22       1.1    itojun 
     23       1.1    itojun # CPU support.  At least one is REQUIRED.
     24  1.11.2.3  jdolecek options		SH3
     25  1.11.2.1   thorpej options 	SH7708		# 100MHz
     26  1.11.2.1   thorpej options 	PCLOCK=15000000		# 15.000MHz
     27  1.11.2.1   thorpej options 	IOM_ROM_BEGIN=0x00000000
     28  1.11.2.1   thorpej options 	IOM_ROM_SIZE=0x00200000	# 2MB
     29  1.11.2.4  jdolecek options 	IOM_RAM_BEGIN=0x0c000000
     30  1.11.2.1   thorpej options 	IOM_RAM_SIZE=0x00400000	# 4MB
     31  1.11.2.1   thorpej options 	LED_ADDR=0xa8000000
     32  1.11.2.1   thorpej 
     33  1.11.2.1   thorpej options 	BSC_BCR1_VAL	=0x0010
     34  1.11.2.1   thorpej options 	BSC_BCR2_VAL	=0x3ddc
     35  1.11.2.1   thorpej options 	BSC_WCR1_VAL	=0x2aaa
     36  1.11.2.1   thorpej options 	BSC_WCR2_VAL	=0x0246
     37  1.11.2.1   thorpej options 	BSC_MCR_VAL	=0x0074
     38  1.11.2.1   thorpej options 	BSC_RTCSR_VAL	=0xa510
     39  1.11.2.1   thorpej options 	BSC_RTCNT_VAL	=0xa500	# XXX
     40  1.11.2.1   thorpej options 	BSC_RTCOR_VAL	=0xa53a
     41  1.11.2.1   thorpej options 	FRQCR_VAL	=0x0102
     42       1.1    itojun 
     43  1.11.2.1   thorpej options 	HZ=50		# clock interrupt generates every 1/HZ sec
     44  1.11.2.4  jdolecek #options 	USERCONF	# userconf(4) support
     45       1.1    itojun 
     46       1.1    itojun # Compatibility options
     47       1.1    itojun options 	COMPAT_43	# and 4.3BSD
     48       1.1    itojun 
     49       1.1    itojun # Executable format options
     50       1.5   msaitoh options 	EXEC_COFF	# 32-bit COFF executables (sh-compiler)
     51       1.1    itojun 
     52       1.1    itojun # File systems
     53       1.1    itojun file-system 	FFS		# UFS
     54       1.1    itojun 
     55       1.1    itojun # Kernel root file system and dump configuration.
     56       1.1    itojun config		netbsd	root on ? type ?
     57       1.1    itojun 
     58       1.1    itojun #
     59       1.1    itojun # Device configuration
     60       1.1    itojun #
     61       1.1    itojun mainbus0 at root
     62       1.1    itojun shb* at mainbus?
     63  1.11.2.4  jdolecek wdog0 at shb?
     64  1.11.2.1   thorpej options 	SCICONSOLE,SCICN_SPEED=38400
     65  1.11.2.4  jdolecek sci0 at shb?
     66       1.1    itojun 
     67       1.1    itojun # Pseudo-Devices
     68       1.1    itojun pseudo-device	md		1	# memory disk device (ramdisk)
     69       1.9  jdolecek pseudo-device	pty			# pseudo-terminals
     70