Home | History | Annotate | Line # | Download | only in conf
OPENBLOCKS266 revision 1.32
      1 #	$NetBSD: OPENBLOCKS266,v 1.32 2006/04/02 17:04:24 kiyohara Exp $
      2 #
      3 #	GENERIC -- everything that's currently supported
      4 #
      5 
      6 include		"arch/evbppc/conf/std.obs405"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 #ident 		"OPENBLOCKS266-$Revision: 1.32 $"
     11 
     12 maxusers	32
     13 
     14 
     15 #
     16 # Standard system options
     17 #
     18 
     19 #options 	INSECURE		# disable kernel security levels
     20 #options 	NTP			# NTP phase/frequency locked loop
     21 #options 	KTRACE			# system call tracing via ktrace(1)
     22 #options	SYSTRACE		# system call vetting via systrace(1)
     23 
     24 options 	SYSVMSG			# System V message queues
     25 options 	SYSVSEM			# System V semaphores
     26 #options	SEMMNI=10		# number of semaphore identifiers
     27 #options	SEMMNS=60		# number of semaphores in system
     28 #options	SEMUME=10		# max number of undo entries per process
     29 #options	SEMMNU=30		# number of undo structures in system
     30 options 	SYSVSHM			# System V shared memory
     31 #options 	SHMMAXPGS=1024		# 1024 pages is the default
     32 options		P1003_1B_SEMAPHORE	# p1003.1b semaphore support
     33 
     34 #options 	LKM			# loadable kernel modules
     35 
     36 #options 	USERCONF		# userconf(4) support
     37 #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     38 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     39 #options	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
     40 
     41 #options 	UVMHIST
     42 #options 	UVMHIST_PRINT
     43 
     44 
     45 #
     46 # Diagnostic/debugging support options
     47 #
     48 
     49 #options 	DIAGNOSTIC		# cheap kernel consistency checks
     50 options 	DEBUG			# expensive debugging checks/support
     51 #options	KMEMSTATS		# kernel memory statistics (vmstat -m)
     52 options 	DDB			# in-kernel debugger
     53 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     54 options 	TRAP_PANICWAIT
     55 options 	SYMTAB_SPACE=300000	# size for embedded symbol table
     56 
     57 makeoptions	DEBUG="-g"		# compile full symbol table
     58 
     59 
     60 #
     61 # Compatibility options
     62 #
     63 
     64 #options 	COMPAT_09		# NetBSD 0.9,
     65 #options 	COMPAT_10		# NetBSD 1.0,
     66 #options 	COMPAT_11		# NetBSD 1.1,
     67 #options 	COMPAT_12		# NetBSD 1.2,
     68 options 	COMPAT_13		# NetBSD 1.3,
     69 options 	COMPAT_14		# NetBSD 1.4,
     70 options 	COMPAT_16		# NetBSD 1.6,
     71 options 	COMPAT_20		# NetBSD 2.0,
     72 options 	COMPAT_30		# NetBSD 3.0 compatibility.
     73 options 	COMPAT_43		# and 4.3BSD
     74 #options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     75 options		COMPAT_BSDPTY		# /dev/[pt]ty?? ptys.
     76 
     77 
     78 #
     79 # File systems
     80 #
     81 
     82 file-system 	FFS		# UFS
     83 file-system 	EXT2FS		# second extended file system (linux)
     84 file-system 	LFS		# log-structured file system
     85 file-system 	MFS		# memory file system
     86 file-system 	NFS		# Network File System client
     87 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     88 file-system 	MSDOSFS		# MS-DOS file system
     89 file-system 	FDESC		# /dev/fd
     90 file-system 	KERNFS		# /kern
     91 file-system 	NULLFS		# loopback file system
     92 file-system 	OVERLAY		# overlay file system
     93 file-system 	PORTAL		# portal filesystem (still experimental)
     94 file-system 	PROCFS		# /proc
     95 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     96 file-system 	UNION		# union file system
     97 file-system	PTYFS		# /dev/pts/N support
     98 #file-system	NTFS		# Windows NT file system (experimental)
     99 
    100 
    101 #
    102 # File system options
    103 #
    104 
    105 options 	QUOTA			# UFS quotas
    106 options 	FFS_EI			# FFS Endian Independant support
    107 options 	SOFTDEP			# FFS soft updates support.
    108 options 	NFSSERVER		# Network File System server
    109 #options 	FFS_NO_SNAPSHOT		# No FFS snapshot support
    110 options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
    111 					# immutable) behave as system flags.
    112 options 	NFS_BOOT_DHCP		# Support DHCP NFS root
    113 
    114 
    115 #
    116 # Networking options
    117 #
    118 
    119 options 	GATEWAY		# packet forwarding
    120 options 	INET		# IP + ICMP + TCP + UDP
    121 options 	INET6		# IPV6
    122 #options 	IPSEC		# IP security
    123 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    124 #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
    125 #options 	IPSEC_DEBUG	# debug for IP security
    126 #options 	MROUTING	# IP multicast routing
    127 #options 	PIM		# Protocol Independent Multicast
    128 #options        DIRECTED_BROADCAST      # allow broadcasts through routers
    129 #options 	NS		# XNS
    130 #options 	NSIP		# XNS tunneling over IP
    131 options 	ISO,TPIP	# OSI
    132 #options 	EON		# OSI tunneling over IP
    133 #options 	CCITT,LLC,HDLC	# X.25
    134 #options 	NETATALK	# AppleTalk networking protocols
    135 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    136 options 	PPP_DEFLATE	# Deflate compression support for PPP
    137 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    138 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    139 options 	IPFILTER_LOG	# ipmon(8) log support
    140 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    141 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    142 
    143 
    144 #
    145 # Kernel root file system and dump configuration.
    146 #
    147 
    148 config		netbsd	root on ? type ?
    149 
    150 
    151 #
    152 # Device configuration
    153 #
    154 
    155 plb0 at root				# Processor Local Bus
    156 cpu0	at plb?				# CPU
    157 ecc0	at plb? irq 16			# On-chip ECC controller
    158 pchb0	at plb?				# PCI-Host bridges
    159 
    160 # On-chip Peripheral Bus support
    161 opb*	at plb?				# On-chip Peripheral Bus
    162 wdog*	at opb?				# Watchdog timer
    163 com*	at opb? addr ? irq ?		# UARTs
    164 emac0	at opb? addr ? irq ?		# Ethernet Media Access Controller
    165 options	EMAC_EVENT_COUNTERS
    166 gpiic0	at opb? addr ? irq ?		# On-chip IIC controller
    167 iic0	at gpiic?			# I2C bus
    168 xrtc0	at iic? addr 0x6f		# RTC
    169 opbgpio0 at opb? addr ? irq ?		# On-chip GPIO controller
    170 gpio*	at opbgpio?			# GPIO framework
    171 
    172 # PCI bus support
    173 pci*	at pchb?
    174 options 	PCIVERBOSE		# verbose PCI device autoconfig messages
    175 #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
    176 options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever
    177 					# to configure PCI devices
    178 #options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
    179 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    180 hptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    181 tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    182 
    183 # ATA (IDE) bus support
    184 atabus* at ata?
    185 wd*	at atabus? drive ?
    186 
    187 # MII/PHY support
    188 dmphy*	at mii? phy ?			# Davicom DM9101/9102 PHYs
    189 lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    190 options 	MIIVERBOSE		# verbose PHY autoconfig messages
    191 
    192 
    193 #
    194 # Pseudo devices
    195 #
    196 
    197 # disk/mass storage pseudo-devices
    198 #pseudo-device	ccd		4	# concatenated/striped disk devices
    199 #pseudo-device	cgd		4	# cryptographic disk devices
    200 #pseudo-device	raid		4	# RAIDframe disk driver
    201 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    202 #pseudo-device	fss		4	# file system snapshot device
    203 #pseudo-device	md		1	# memory disk device
    204 #pseudo-device	vnd			# disk-like interface to files
    205 
    206 # network pseudo-devices
    207 pseudo-device	loop			# network loopback
    208 pseudo-device	bpfilter		# packet filter
    209 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    210 pseudo-device	ppp			# Point-to-Point Protocol
    211 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    212 #pseudo-device	sl			# Serial Line IP
    213 #pseudo-device	strip			# Starmode Radio IP (Metricom)
    214 #pseudo-device	irframetty		# IrDA frame line discipline
    215 #pseudo-device	tun			# network tunneling over tty
    216 #pseudo-device	tap			# virtual ethernet
    217 #pseudo-device	gre			# generic L3 over IP tunnel
    218 pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    219 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    220 pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    221 pseudo-device	vlan			# IEEE 802.1q encapsulation
    222 pseudo-device	bridge			# simple inter-network bridging
    223 #options	BRIDGE_IPF		# bridge uses IPv[46] pfil hooks too
    224 #pseudo-device	pf			# PF packet filter
    225 #pseudo-device	pflog			# PF log if
    226 
    227 # miscellaneous pseudo-devices
    228 pseudo-device	pty			# pseudo-terminals
    229 pseudo-device	rnd			# /dev/random and in-kernel generator
    230 pseudo-device	clockctl		# user control of clock subsystem
    231