T_SH7706LAN revision 1.1
1#	$NetBSD: T_SH7706LAN,v 1.1 2010/04/06 15:54:30 nonaka 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
36#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
37options 	DDB		# in-kernel debugger
38#options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
39options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
40#options 	DDB_VERBOSE_HELP
41#makeoptions    DEBUG="-g"      # compile full symbol table
42options 	SYMTAB_SPACE=320000
43
44# Compatibility options
45options 	COMPAT_14	# NetBSD 1.4
46options 	COMPAT_15	# NetBSD 1.5
47options 	COMPAT_16	# NetBSD 1.6
48options 	COMPAT_20	# NetBSD 2.0
49options 	COMPAT_30	# NetBSD 3.0
50options 	COMPAT_40	# NetBSD 4.0
51options 	COMPAT_50	# NetBSD 5.0
52options 	COMPAT_43	# and 4.3BSD
53options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
54
55# File systems
56file-system 	FFS		# UFS
57file-system 	KERNFS		# /kern
58file-system 	MSDOSFS		# MS-DOS file system
59file-system 	NFS		# Network File System client
60file-system 	PTYFS		# /dev/ptm support
61file-system 	PROCFS		# /proc
62file-system	TMPFS		# Efficient memory file-system
63
64# File system options
65options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
66options 	WAPBL		# File system journaling support - Experimental
67
68# Networking options
69options 	INET		# IP + ICMP + TCP + UDP
70options 	INET6		# IPV6
71
72# Kernel root file system and dump configuration.
73config		netbsd	root on ? type ?
74
75options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
76
77#
78# Device configuration
79#
80mainbus0 at root
81cpu* at mainbus?
82shb* at mainbus?
83wdog0 at shb?
84options 	SCIFCONSOLE,SCIFCN_SPEED=115200
85scif0 at shb?
86
87# Network interface
88ne0 at mainbus?				# Realtek RTL8019AS
89
90# Serial pheripheral interface for MMC
91scimci0 at shb?
92sdmmc* at scimci?
93#options 	SCIMCI_DEBUG
94#options 	SDMMC_DEBUG
95#options 	SDMMC_DUMP_CSD
96ld* at sdmmc?				# MMC card
97
98# Pseudo-Devices
99
100# disk/mass storage pseudo-devices
101pseudo-device	md		1	# memory disk device (ramdisk)
102
103pseudo-device	vnd			# disk-like interface to files
104options 	VND_COMPRESSION		# compressed vnd(4)
105
106# network pseudo-devices
107pseudo-device	bpfilter		# Berkeley packet filter
108pseudo-device	ipfilter		# IP filter (firewall) and NAT
109pseudo-device	loop			# network loopback
110
111# miscellaneous pseudo-devices
112pseudo-device	pty			# pseudo-terminals
113pseudo-device	rnd			# /dev/random and in-kernel generator
114pseudo-device	clockctl		# user control of clock subsystem
115pseudo-device	ksyms			# /dev/ksyms
116
117# userland interface to drivers, including autoconf and properties retrieval
118pseudo-device	drvctl
119