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