COMPUTEXEVB revision 1.24
11.24Schristos# $NetBSD: COMPUTEXEVB,v 1.24 2004/11/10 17:54:04 christos 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.19Satatat 111.19Satatat#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.17Slukemoptions MEMORY_DISK_ROOT_SIZE=3074 # size of memory disk, in blocks 181.1Smsaitoh 191.1Smsaitohmaxusers 32 # estimated number of users 201.1Smsaitoh 211.1Smsaitoh# CPU support. At least one is REQUIRED. 221.14Suchoptions SH3 231.12Slukemoptions SH7709A,SH7709A_BROKEN_IPR # 100MHz 241.12Slukemoptions PCLOCK=25000000 # 25.000MHz 251.12Slukemoptions IOM_ROM_BEGIN=0x00000000 261.12Slukemoptions IOM_ROM_SIZE=0x00100000 # 1MB 271.20Suchoptions IOM_RAM_BEGIN=0x0c000000 281.12Slukemoptions IOM_RAM_SIZE=0x01000000 # 16MB 291.12Slukemoptions LED_ADDR=0xb8000000 301.12Slukem 311.12Slukemoptions COMPUTEXEVB # don't forget. 321.12Slukem 331.12Slukemoptions BSC_BCR1_VAL =0x0008 341.12Slukemoptions BSC_BCR2_VAL =0x3fd0 351.12Slukemoptions BSC_WCR1_VAL =0x3ff3 361.12Slukemoptions BSC_WCR2_VAL =0xffdf 371.12Slukemoptions BSC_MCR_VAL =0x0004 381.12Slukemoptions BSC_SDMR3_VAL =0xffffe088 391.12Slukemoptions BSC_RTCSR_VAL =0xa508 401.12Slukemoptions BSC_RTCNT_VAL =0xa500 411.12Slukemoptions BSC_RTCOR_VAL =0xa582 421.12Slukemoptions FRQCR_VAL =0x0122 431.12Slukemoptions PFC_SCPCR_VAL =0x00aa 441.1Smsaitoh 451.12Slukemoptions HZ=50 # clock interrupt generates every 1/HZ sec 461.22Slukemoptions USERCONF # userconf(4) support 471.23Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 481.1Smsaitoh 491.1Smsaitohoptions COMPAT_43 # and 4.3BSD 501.24Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 511.1Smsaitoh 521.1Smsaitoh# Executable format options 531.2Smsaitohoptions EXEC_COFF # 32-bit COFF executables (sh-compiler) 541.1Smsaitoh 551.1Smsaitoh# File systems 561.1Smsaitohfile-system FFS # UFS 571.1Smsaitoh 581.1Smsaitoh# Kernel root file system and dump configuration. 591.1Smsaitohconfig netbsd root on ? type ? 601.1Smsaitoh 611.1Smsaitoh# 621.1Smsaitoh# Device configuration 631.1Smsaitoh# 641.1Smsaitohmainbus0 at root 651.1Smsaitoh 661.1Smsaitohshb* at mainbus? 671.16Suchwdog0 at shb? 681.12Slukemoptions SCIFCONSOLE,SCIFCN_SPEED=115200 691.16Suchscif0 at shb? 701.1Smsaitoh 711.1Smsaitoh# disk/mass storage pseudo-devices 721.1Smsaitohpseudo-device md 1 # memory disk device (ramdisk) 731.6Sjdolecekpseudo-device pty # pseudo-terminals 741.21Slukempseudo-device clockctl # user control of clock subsystem 75