COMPUTEX7750 revision 1.27
11.27Sjym# $NetBSD: COMPUTEX7750,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.8Sitojun# for big endian 71.8Sitojuninclude "arch/evbsh3/conf/std.evbsh3.eb" 81.8Sitojun# for little endian 91.8Sitojun#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.14Slukemoptions 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.9Slukemoptions SH4 251.9Slukemoptions PCLOCK=33333300 # 33.3333MHz 261.9Slukemoptions IOM_ROM_BEGIN=0x00000000 271.9Slukemoptions IOM_ROM_SIZE=0x00100000 # 1MB 281.18Suchoptions IOM_RAM_BEGIN=0x0c000000 291.9Slukemoptions IOM_RAM_SIZE=0x02000000 # 32MB 301.9Slukem 311.9Slukemoptions BSC_BCR1_VAL =0x0000000c 321.9Slukemoptions BSC_BCR2_VAL =0xff34 331.9Slukemoptions BSC_WCR1_VAL =0x07770777 341.9Slukemoptions BSC_WCR2_VAL =0xffff4e27 351.9Slukemoptions BSC_WCR3_VAL =0x07777777 361.9Slukem#options BSC_MCR_VAL =0xc0010014 371.9Slukemoptions BSC_MCR_VAL =0x80010014 381.9Slukem#options BSC_PCR_VAL =0x08eb 391.9Slukemoptions BSC_RTCSR_VAL =0xa508 401.9Slukem#options BSC_RTCNT_VAL =0xa500 411.9Slukemoptions BSC_RTCOR_VAL =0xa582 421.9Slukem#options BSC_RFCR_VAL =0xa400 431.9Slukemoptions FRQCR_VAL =0x0e23 441.9Slukemoptions BSC_SDMR3_VAL =0xff940110 451.1Smsaitoh 461.9Slukemoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 471.1Smsaitohoptions HZ=64 # clock interrupt generates every 1/HZ sec 481.20Slukemoptions USERCONF # userconf(4) support 491.21Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 501.1Smsaitoh 511.1Smsaitoh# Compatibility options 521.1Smsaitohoptions COMPAT_43 # and 4.3BSD 531.22Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 541.1Smsaitoh 551.1Smsaitoh# Executable format options 561.1Smsaitohoptions EXEC_COFF # COFF executables 571.1Smsaitoh 581.1Smsaitoh# File systems 591.1Smsaitohfile-system FFS # UFS 601.24Stsutsuioptions FFS_NO_SNAPSHOT # No FFS snapshot support 611.26Ssimonboptions WAPBL # File system journaling support - Experimental 621.1Smsaitoh 631.1Smsaitoh# Kernel root file system and dump configuration. 641.13Suchconfig netbsd root on ? type ? 651.1Smsaitoh 661.1Smsaitoh# 671.1Smsaitoh# Device configuration 681.1Smsaitoh# 691.1Smsaitohmainbus0 at root 701.1Smsaitohshb* at mainbus? 711.25Suwertc0 at shb? 721.1Smsaitoh 731.1Smsaitoh# Serial Devices 741.1Smsaitoh 751.9Slukemoptions SCICONSOLE,SCICN_SPEED=115200 761.13Suchsci0 at shb? 771.1Smsaitoh 781.1Smsaitohpseudo-device md 1 # memory disk device (ramdisk) 791.19Slukempseudo-device clockctl # user control of clock subsystem 80