Home | History | Annotate | Line # | Download | only in conf
T_SH7706LAN revision 1.13
      1 #	$NetBSD: T_SH7706LAN,v 1.13 2017/09/14 07:58:40 mrg Exp $
      2 #
      3 #	TAC T-SH7706LAN Rev.3 config file
      4 #
      5 
      6 include "arch/evbsh3/conf/std.evbsh3.el"
      7 include "arch/evbsh3/conf/std.t_sh7706lan"
      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 	DDB		# in-kernel debugger
     37 #options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
     38 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     39 #options 	DDB_VERBOSE_HELP
     40 #makeoptions    DEBUG="-g"      # compile full symbol table
     41 makeoptions	COPY_SYMTAB=1
     42 
     43 # Compatibility options
     44 include 	"conf/compat_netbsd14.config"
     45 
     46 # File systems
     47 file-system 	FFS		# UFS
     48 file-system 	KERNFS		# /kern
     49 file-system 	MSDOSFS		# MS-DOS file system
     50 file-system 	NFS		# Network File System client
     51 file-system 	PTYFS		# /dev/ptm support
     52 file-system 	PROCFS		# /proc
     53 file-system	TMPFS		# Efficient memory file-system
     54 
     55 # File system options
     56 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     57 options 	WAPBL		# File system journaling support
     58 
     59 # Networking options
     60 options 	INET		# IP + ICMP + TCP + UDP
     61 options 	INET6		# IPV6
     62 options 	IPFILTER_LOG	# ipmon(8) log support
     63 options 	IPFILTER_LOOKUP	# ippool(8) support
     64 options 	IPFILTER_COMPAT # Compat for IP-Filter
     65 #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
     66 
     67 # Kernel root file system and dump configuration.
     68 config		netbsd	root on ? type ?
     69 
     70 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
     71 
     72 #
     73 # Device configuration
     74 #
     75 mainbus0 at root
     76 cpu* at mainbus?
     77 shb* at mainbus?
     78 wdog0 at shb?
     79 options 	SCIFCONSOLE,SCIFCN_SPEED=115200
     80 scif0 at shb?
     81 
     82 # Network interface
     83 ne0 at mainbus?				# Realtek RTL8019AS
     84 
     85 # Serial pheripheral interface for MMC
     86 scimci0 at shb?
     87 sdmmc* at scimci?
     88 #options 	SCIMCI_DEBUG
     89 #options 	SDMMC_DEBUG
     90 #options 	SDMMC_DUMP_CSD
     91 ld* at sdmmc?				# MMC card
     92 
     93 # Pseudo-Devices
     94 
     95 # disk/mass storage pseudo-devices
     96 pseudo-device	md			# memory disk device (ramdisk)
     97 
     98 pseudo-device	vnd			# disk-like interface to files
     99 options 	VND_COMPRESSION		# compressed vnd(4)
    100 
    101 # network pseudo-devices
    102 pseudo-device	bpfilter		# Berkeley packet filter
    103 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    104 pseudo-device	loop			# network loopback
    105 
    106 # miscellaneous pseudo-devices
    107 pseudo-device	pty			# pseudo-terminals
    108 pseudo-device	clockctl		# user control of clock subsystem
    109 pseudo-device	ksyms			# /dev/ksyms
    110 
    111 # userland interface to drivers, including autoconf and properties retrieval
    112 pseudo-device	drvctl
    113