KZSH401 revision 1.27
11.27Sjym# $NetBSD: KZSH401,v 1.27 2009/02/06 18:50:27 jym Exp $ 21.1Smsaitoh# 31.1Smsaitoh# GENERIC -- everything that's currently supported 41.1Smsaitoh# 51.1Smsaitoh 61.9Sitojun# for big endian 71.9Sitojuninclude "arch/evbsh3/conf/std.evbsh3.eb" 81.9Sitojun# for little endian 91.9Sitojun#include "arch/evbsh3/conf/std.evbsh3.el" 101.17Satatat 111.17Satatat#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 121.1Smsaitoh 131.1Smsaitoh# Enable the hooks used for initializing the root memory-disk. 141.1Smsaitohoptions MEMORY_DISK_HOOKS 151.1Smsaitohoptions MEMORY_DISK_IS_ROOT # force root on memory disk 161.1Smsaitohoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 171.15Slukemoptions MEMORY_DISK_ROOT_SIZE=2880 # size of memory disk, in blocks 181.27Sjymoptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 191.1Smsaitoh 201.1Smsaitohmaxusers 16 # estimated number of users 211.1Smsaitoh 221.1Smsaitoh# CPU support 231.1Smsaitohoptions SH7750 241.10Slukemoptions SH4 251.10Slukemoptions PCLOCK=33333300 # 33.3333MHz 261.10Slukemoptions IOM_ROM_BEGIN=0x00000000 271.10Slukemoptions IOM_ROM_SIZE=0x00100000 # 1MB 281.18Suchoptions IOM_RAM_BEGIN=0x08000000 291.10Slukemoptions IOM_RAM_SIZE=0x01000000 # 16MB 301.10Slukem 311.10Slukemoptions BSC_BCR1_VAL =0x8000000c 321.10Slukemoptions BSC_BCR2_VAL =0xb538 331.10Slukemoptions BSC_WCR1_VAL =0x00010111 341.10Slukemoptions BSC_WCR2_VAL =0x108a2520 351.10Slukemoptions BSC_WCR3_VAL =0x00000000 361.10Slukemoptions BSC_MCR_VAL =0x10192194 371.10Slukem#options BSC_PCR_VAL =0x08eb 381.10Slukemoptions BSC_RTCSR_VAL =0xa510 391.10Slukem#options BSC_RTCNT_VAL =0xa500 401.10Slukemoptions BSC_RTCOR_VAL =0xa541 411.10Slukemoptions BSC_RFCR_VAL =0xa400 421.10Slukemoptions FRQCR_VAL =0x0e13 431.10Slukemoptions BSC_SDMR2_VAL =0xff90008c 441.1Smsaitoh 451.10Slukemoptions LED_ADDR=0xa8000000 461.1Smsaitoh 471.1Smsaitohoptions HZ=64 # clock interrupt generates every 1/HZ sec 481.1Smsaitohoptions COMPAT_43 # and 4.3BSD 491.22Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 501.20Slukemoptions USERCONF # userconf(4) support 511.21Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 521.1Smsaitoh 531.1Smsaitoh# Executable format options 541.1Smsaitohoptions EXEC_COFF # COFF executables 551.1Smsaitoh 561.1Smsaitoh# File systems 571.1Smsaitohfile-system FFS # UFS 581.24Stsutsuioptions FFS_NO_SNAPSHOT # No FFS snapshot support 591.26Ssimonboptions WAPBL # File system journaling support - Experimental 601.14Such 611.14Suchconfig netbsd root on ? type ? 621.1Smsaitoh 631.1Smsaitoh# 641.1Smsaitoh# Device configuration 651.1Smsaitoh# 661.1Smsaitohmainbus0 at root 671.1Smsaitohshb* at mainbus? 681.25Suwertc0 at shb? 691.10Slukemoptions SCIFCN_SPEED=19200 701.14Suchscif0 at shb? 711.7Sjdolecekpseudo-device pty # pseudo-terminals 721.1Smsaitohpseudo-device md 1 # memory disk device (ramdisk) 731.19Slukempseudo-device clockctl # user control of clock subsystem 74