1# $NetBSD: T_SH7706LAN,v 1.12 2015/08/07 07:29:33 maxv Exp $ 2# 3# TAC T-SH7706LAN Rev.3 config file 4# 5 6include "arch/evbsh3/conf/std.evbsh3.el" 7include "arch/evbsh3/conf/std.t_sh7706lan" 8 9#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 10 11maxusers 32 12 13# kloader-related 14options KLOADER 15options KLOADER_KERNEL_PATH="\"/netbsd\"" 16#options KLOADER_DEBUG 17 18# Standard system options 19 20options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 21options NTP # NTP phase/frequency locked loop 22 23options KTRACE # system call tracing via ktrace(1) 24 25options SYSVMSG # System V-like message queues 26options SYSVSEM # System V-like semaphores 27options SYSVSHM # System V-like memory sharing 28 29options USERCONF # userconf(4) support 30#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 31 32# Development and Debugging options 33options DIAGNOSTIC # expensive kernel consistency checks 34#options DEBUG # expensive debugging checks/support 35#options LOCKDEBUG # expensive locking checks/support 36options DDB # in-kernel debugger 37#options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic' 38options DDB_HISTORY_SIZE=512 # enable history editing in DDB 39#options DDB_VERBOSE_HELP 40#makeoptions DEBUG="-g" # compile full symbol table 41makeoptions COPY_SYMTAB=1 42 43# Compatibility options 44options COMPAT_14 # NetBSD 1.4, 45options COMPAT_15 # NetBSD 1.5, 46options COMPAT_16 # NetBSD 1.6, 47options COMPAT_20 # NetBSD 2.0, 48options COMPAT_30 # NetBSD 3.0, 49options COMPAT_40 # NetBSD 4.0, 50options COMPAT_50 # NetBSD 5.0, 51options COMPAT_60 # NetBSD 6.0, and 52options COMPAT_70 # NetBSD 7.0 binary compatibility. 53options COMPAT_43 # and 4.3BSD 54options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 55 56# File systems 57file-system FFS # UFS 58file-system KERNFS # /kern 59file-system MSDOSFS # MS-DOS file system 60file-system NFS # Network File System client 61file-system PTYFS # /dev/ptm support 62file-system PROCFS # /proc 63file-system TMPFS # Efficient memory file-system 64 65# File system options 66options FFS_NO_SNAPSHOT # No FFS snapshot support 67options WAPBL # File system journaling support 68 69# Networking options 70options INET # IP + ICMP + TCP + UDP 71options INET6 # IPV6 72options IPFILTER_LOG # ipmon(8) log support 73options IPFILTER_LOOKUP # ippool(8) support 74options IPFILTER_COMPAT # Compat for IP-Filter 75#options IPFILTER_DEFAULT_BLOCK # block all packets by default 76 77# Kernel root file system and dump configuration. 78config netbsd root on ? type ? 79 80options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 81 82# 83# Device configuration 84# 85mainbus0 at root 86cpu* at mainbus? 87shb* at mainbus? 88wdog0 at shb? 89options SCIFCONSOLE,SCIFCN_SPEED=115200 90scif0 at shb? 91 92# Network interface 93ne0 at mainbus? # Realtek RTL8019AS 94 95# Serial pheripheral interface for MMC 96scimci0 at shb? 97sdmmc* at scimci? 98#options SCIMCI_DEBUG 99#options SDMMC_DEBUG 100#options SDMMC_DUMP_CSD 101ld* at sdmmc? # MMC card 102 103# Pseudo-Devices 104 105# disk/mass storage pseudo-devices 106pseudo-device md # memory disk device (ramdisk) 107 108pseudo-device vnd # disk-like interface to files 109options VND_COMPRESSION # compressed vnd(4) 110 111# network pseudo-devices 112pseudo-device bpfilter # Berkeley packet filter 113pseudo-device ipfilter # IP filter (firewall) and NAT 114pseudo-device loop # network loopback 115 116# miscellaneous pseudo-devices 117pseudo-device pty # pseudo-terminals 118pseudo-device clockctl # user control of clock subsystem 119pseudo-device ksyms # /dev/ksyms 120 121# userland interface to drivers, including autoconf and properties retrieval 122pseudo-device drvctl 123