CQREEKSH3 revision 1.16
1# $NetBSD: CQREEKSH3,v 1.16 2002/03/10 19:56:41 lukem Exp $ 2# 3# GENERIC -- everything that's currently supported 4# 5 6# for big endian 7include "arch/evbsh3/conf/std.evbsh3.eb" 8# for little endian 9#include "arch/evbsh3/conf/std.evbsh3.el" 10 11# Enable the hooks used for initializing the root memory-disk. 12options MEMORY_DISK_HOOKS 13options MEMORY_DISK_IS_ROOT # force root on memory disk 14options MEMORY_DISK_SERVER=0 # no userspace memory disk support 15options MEMORY_DISK_SIZE=2400 # size of memory disk, in blocks 16 17options ROMIMAGE 18 19maxusers 32 # estimated number of users 20 21# CPU support. At least one is REQUIRED. 22options SH3 23options SH7708 # 100MHz 24options PCLOCK=15000000 # 15.000MHz 25options IOM_ROM_BEGIN=0x00000000 26options IOM_ROM_SIZE=0x00200000 # 2MB 27options IOM_RAM_BEGIN=0x8c000000 28options IOM_RAM_SIZE=0x00400000 # 4MB 29options LED_ADDR=0xa8000000 30 31options BSC_BCR1_VAL =0x0010 32options BSC_BCR2_VAL =0x3ddc 33options BSC_WCR1_VAL =0x2aaa 34options BSC_WCR2_VAL =0x0246 35options BSC_MCR_VAL =0x0074 36options BSC_RTCSR_VAL =0xa510 37options BSC_RTCNT_VAL =0xa500 # XXX 38options BSC_RTCOR_VAL =0xa53a 39options FRQCR_VAL =0x0102 40 41# CPU-related options. 42#options MATH_EMULATE # floating point emulation 43 44# This option allows you to force a serial console at the specified 45# I/O address. see console(4) for details. 46#options CONSDEVNAME="\"com\"" 47 48# Standard system options 49 50#options UCONSOLE # users can use TIOCCONS (for xconsole) 51#options INSECURE # disable kernel security levels 52 53options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT 54options HZ=50 # clock interrupt generates every 1/HZ sec 55#options NTP # NTP phase/frequency locked loop 56 57#options KTRACE # system call tracing via ktrace(1) 58 59options SYSVMSG # System V-like message queues 60options SYSVSEM # System V-like semaphores 61options SYSVSHM # System V-like memory sharing 62#options SHMMAXPGS=1024 # 1024 pages is the default 63 64#options LKM # loadable kernel modules 65 66#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 67 68# Diagnostic/debugging support options 69#options DIAGNOSTIC # cheap kernel consistency checks 70#options DEBUG # expensive debugging checks/support 71#options KMEMSTATS # kernel memory statistics (vmstat -m) 72#options DDB # in-kernel debugger 73#options KGDB # remote debugger 74#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600 75#makeoptions DEBUG="-g" # compile full symbol table 76options SYSCALL_DEBUG 77 78# Compatibility options 79options COMPAT_13 # NetBSD 1.3, 80options COMPAT_14 # NetBSD 1.4, 81options COMPAT_43 # and 4.3BSD 82 83# Executable format options 84#options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux) 85options EXEC_COFF # 32-bit COFF executables (sh-compiler) 86 87# File systems 88file-system FFS # UFS 89#file-system EXT2FS # second extended file system (linux) 90#file-system LFS # log-structured file system 91file-system MFS # memory file system 92#file-system NFS # Network File System client 93#file-system CD9660 # ISO 9660 + Rock Ridge file system 94#file-system MSDOSFS # MS-DOS file system 95file-system FDESC # /dev/fd 96file-system KERNFS # /kern 97file-system NULLFS # loopback file system 98#file-system PORTAL # portal filesystem (still experimental) 99file-system PROCFS # /proc 100#file-system UMAPFS # NULLFS + uid and gid remapping 101#file-system UNION # union file system 102 103# File system options 104#options QUOTA # UFS quotas 105#options NFSSERVER # Network File System server 106#options FIFO # FIFOs; RECOMMENDED 107#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 108 # immutable) behave as system flags. 109 110# Networking options 111options GATEWAY # packet forwarding 112options INET # IP + ICMP + TCP + UDP 113options MROUTING # IP multicast routing 114options NS # XNS 115#options NSIP # XNS tunneling over IP 116#options ISO,TPIP # OSI 117#options EON # OSI tunneling over IP 118#options CCITT,LLC,HDLC # X.25 119#options NETATALK # AppleTalk networking protocols 120#options PPP_BSDCOMP # BSD-Compress compression support for PPP 121#options PPP_DEFLATE # Deflate compression support for PPP 122#options PPP_FILTER # Active filter support for PPP (requires bpf) 123#options PFIL_HOOKS # pfil(9) packet filter hooks 124#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 125 126#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 127 128# These options enable verbose messages for several subsystems. 129# Warning, these may compile large string tables into the kernel! 130#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 131 132# Kernel root file system and dump configuration. 133config netbsd root on ? type ? 134#config netbsd root on ? type nfs 135#config netbsd root on wd0a type ffs 136 137# 138# Device configuration 139# 140 141mainbus0 at root 142 143shb* at mainbus? 144 145# WatchDog Timer 146wdog0 at shb? port 0xffffff84 147 148# Serial Devices 149 150options SCICONSOLE,SCICN_SPEED=38400 151sci0 at shb? port 0xa4000008 irq 12 152 153# Miscellaneous mass storage devices 154 155 156# Network Interfaces 157 158 159# Pull in optional local configuration 160include "arch/evbsh3/conf/GENERIC.local" 161 162 163# Pseudo-Devices 164 165# disk/mass storage pseudo-devices 166#pseudo-device ccd 4 # concatenated/striped disk devices 167pseudo-device md 1 # memory disk device (ramdisk) 168pseudo-device vnd 4 # disk-like interface to files 169 170# network pseudo-devices 171#pseudo-device bpfilter 8 # Berkeley packet filter 172#pseudo-device ipfilter # IP filter (firewall) and NAT 173pseudo-device loop # network loopback 174pseudo-device ppp 2 # Point-to-Point Protocol 175#pseudo-device sl 2 # Serial Line IP 176#pseudo-device strip 2 # Starmode Radio IP (Metricom) 177pseudo-device tun 2 # network tunneling over tty 178 179# miscellaneous pseudo-devices 180pseudo-device pty # pseudo-terminals 181#pseudo-device tb 1 # tablet line discipline 182 183# rnd is EXPERIMENTAL at this point. 184#pseudo-device rnd # /dev/random and in-kernel generator 185#options RND_COM # use "com" randomness as well (BROKEN) 186