11.32Ssimonb# $NetBSD: COMPUTEX7750,v 1.32 2022/08/07 02:52:25 simonb 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.28Snonakainclude "arch/evbsh3/conf/std.computex7750" 111.17Satatat 121.17Satatat#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 131.1Smsaitoh 141.1Smsaitoh# Enable the hooks used for initializing the root memory-disk. 151.1Smsaitohoptions MEMORY_DISK_HOOKS 161.1Smsaitohoptions MEMORY_DISK_IS_ROOT # force root on memory disk 171.1Smsaitohoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 181.14Slukemoptions MEMORY_DISK_ROOT_SIZE=2880 # size of memory disk, in blocks 191.27Sjymoptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 201.1Smsaitoh 211.1Smsaitohmaxusers 16 # estimated number of users 221.1Smsaitoh 231.1Smsaitoh# CPU support 241.1Smsaitohoptions SH7750 251.9Slukemoptions SH4 261.9Slukemoptions PCLOCK=33333300 # 33.3333MHz 271.9Slukemoptions IOM_ROM_BEGIN=0x00000000 281.9Slukemoptions IOM_ROM_SIZE=0x00100000 # 1MB 291.18Suchoptions IOM_RAM_BEGIN=0x0c000000 301.9Slukemoptions IOM_RAM_SIZE=0x02000000 # 32MB 311.9Slukem 321.9Slukemoptions BSC_BCR1_VAL =0x0000000c 331.9Slukemoptions BSC_BCR2_VAL =0xff34 341.9Slukemoptions BSC_WCR1_VAL =0x07770777 351.9Slukemoptions BSC_WCR2_VAL =0xffff4e27 361.9Slukemoptions BSC_WCR3_VAL =0x07777777 371.9Slukem#options BSC_MCR_VAL =0xc0010014 381.9Slukemoptions BSC_MCR_VAL =0x80010014 391.9Slukem#options BSC_PCR_VAL =0x08eb 401.9Slukemoptions BSC_RTCSR_VAL =0xa508 411.9Slukem#options BSC_RTCNT_VAL =0xa500 421.9Slukemoptions BSC_RTCOR_VAL =0xa582 431.9Slukem#options BSC_RFCR_VAL =0xa400 441.9Slukemoptions FRQCR_VAL =0x0e23 451.9Slukemoptions BSC_SDMR3_VAL =0xff940110 461.1Smsaitoh 471.9Slukemoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 481.1Smsaitohoptions HZ=64 # clock interrupt generates every 1/HZ sec 491.20Slukemoptions USERCONF # userconf(4) support 501.21Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 511.1Smsaitoh 521.1Smsaitoh# Compatibility options 531.31Smrginclude "conf/compat_netbsd15.config" 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.32Ssimonb#options UFS_DIRHASH # UFS Large Directory Hashing 621.32Ssimonb#options UFS_EXTATTR # Extended attribute support for UFS1 631.30Sdhollandoptions WAPBL # File system journaling support 641.1Smsaitoh 651.1Smsaitoh# Kernel root file system and dump configuration. 661.13Suchconfig netbsd root on ? type ? 671.1Smsaitoh 681.1Smsaitoh# 691.1Smsaitoh# Device configuration 701.1Smsaitoh# 711.1Smsaitohmainbus0 at root 721.1Smsaitohshb* at mainbus? 731.25Suwertc0 at shb? 741.1Smsaitoh 751.1Smsaitoh# Serial Devices 761.1Smsaitoh 771.9Slukemoptions SCICONSOLE,SCICN_SPEED=115200 781.13Suchsci0 at shb? 791.1Smsaitoh 801.29Shannkenpseudo-device md # memory disk device (ramdisk) 811.19Slukempseudo-device clockctl # user control of clock subsystem 82