KZSH401 revision 1.16
11.16Sgmcgarry# $NetBSD: KZSH401,v 1.16 2002/04/12 08:10:57 gmcgarry 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.1Smsaitoh 111.1Smsaitoh# Enable the hooks used for initializing the root memory-disk. 121.1Smsaitohoptions MEMORY_DISK_HOOKS 131.1Smsaitohoptions MEMORY_DISK_IS_ROOT # force root on memory disk 141.1Smsaitohoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 151.15Slukemoptions MEMORY_DISK_ROOT_SIZE=2880 # size of memory disk, in blocks 161.1Smsaitoh 171.1Smsaitohmaxusers 16 # estimated number of users 181.1Smsaitoh 191.1Smsaitoh# CPU support 201.1Smsaitohoptions SH7750 211.10Slukemoptions SH4 221.10Slukemoptions PCLOCK=33333300 # 33.3333MHz 231.10Slukemoptions IOM_ROM_BEGIN=0x00000000 241.10Slukemoptions IOM_ROM_SIZE=0x00100000 # 1MB 251.10Slukemoptions IOM_RAM_BEGIN=0x88000000 261.10Slukemoptions IOM_RAM_SIZE=0x01000000 # 16MB 271.10Slukem 281.10Slukemoptions BSC_BCR1_VAL =0x8000000c 291.10Slukemoptions BSC_BCR2_VAL =0xb538 301.10Slukemoptions BSC_WCR1_VAL =0x00010111 311.10Slukemoptions BSC_WCR2_VAL =0x108a2520 321.10Slukemoptions BSC_WCR3_VAL =0x00000000 331.10Slukemoptions BSC_MCR_VAL =0x10192194 341.10Slukem#options BSC_PCR_VAL =0x08eb 351.10Slukemoptions BSC_RTCSR_VAL =0xa510 361.10Slukem#options BSC_RTCNT_VAL =0xa500 371.10Slukemoptions BSC_RTCOR_VAL =0xa541 381.10Slukemoptions BSC_RFCR_VAL =0xa400 391.10Slukemoptions FRQCR_VAL =0x0e13 401.10Slukemoptions BSC_SDMR2_VAL =0xff90008c 411.1Smsaitoh 421.10Slukemoptions LED_ADDR=0xa8000000 431.1Smsaitoh 441.1Smsaitohoptions HZ=64 # clock interrupt generates every 1/HZ sec 451.1Smsaitohoptions COMPAT_43 # and 4.3BSD 461.16Sgmcgarry#options USERCONF # userconf(4) support 471.1Smsaitoh 481.1Smsaitoh# Executable format options 491.1Smsaitohoptions EXEC_COFF # COFF executables 501.1Smsaitoh 511.1Smsaitoh# File systems 521.1Smsaitohfile-system FFS # UFS 531.14Such 541.14Suchconfig netbsd root on ? type ? 551.1Smsaitoh 561.1Smsaitoh# 571.1Smsaitoh# Device configuration 581.1Smsaitoh# 591.1Smsaitohmainbus0 at root 601.1Smsaitohshb* at mainbus? 611.10Slukemoptions SCIFCN_SPEED=19200 621.14Suchscif0 at shb? 631.7Sjdolecekpseudo-device pty # pseudo-terminals 641.1Smsaitohpseudo-device md 1 # memory disk device (ramdisk) 65