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