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