Home | History | Annotate | Line # | Download | only in conf
OPENBLOCKS266 revision 1.72
      1 #	$NetBSD: OPENBLOCKS266,v 1.72 2017/09/14 07:58:40 mrg Exp $
      2 #
      3 #	GENERIC -- everything that's currently supported
      4 #
      5 
      6 include 	"arch/evbppc/conf/std.obs266"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 #ident 		"OPENBLOCKS266-$Revision: 1.72 $"
     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 
     23 options 	SYSVMSG			# System V message queues
     24 options 	SYSVSEM			# System V semaphores
     25 options 	SYSVSHM			# System V shared memory
     26 
     27 #options 	USERCONF		# userconf(4) support
     28 #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     29 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     30 
     31 #options 	UVMHIST
     32 #options 	UVMHIST_PRINT
     33 
     34 
     35 #
     36 # Diagnostic/debugging support options
     37 #
     38 
     39 #options 	DIAGNOSTIC		# cheap kernel consistency checks
     40 options 	DEBUG			# expensive debugging checks/support
     41 options 	DDB			# in-kernel debugger
     42 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     43 options 	TRAP_PANICWAIT
     44 makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
     45 
     46 makeoptions	DEBUG="-g"		# compile full symbol table
     47 
     48 
     49 #
     50 # Compatibility options
     51 #
     52 
     53 include 	"conf/compat_netbsd13.config"
     54 #options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     55 
     56 #
     57 # File systems
     58 #
     59 
     60 file-system 	FFS		# UFS
     61 file-system 	EXT2FS		# second extended file system (linux)
     62 file-system 	LFS		# log-structured file system
     63 file-system 	MFS		# memory file system
     64 file-system 	NFS		# Network File System client
     65 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     66 file-system 	MSDOSFS		# MS-DOS file system
     67 file-system 	FDESC		# /dev/fd
     68 file-system 	KERNFS		# /kern
     69 file-system 	NULLFS		# loopback file system
     70 file-system 	OVERLAY		# overlay file system
     71 file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     72 file-system 	PROCFS		# /proc
     73 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     74 file-system 	UNION		# union file system
     75 file-system	PTYFS		# /dev/pts/N support
     76 file-system	TMPFS		# Efficient memory file-system
     77 #file-system	NTFS		# Windows NT file system (experimental)
     78 
     79 
     80 #
     81 # File system options
     82 #
     83 
     84 options 	QUOTA		# legacy UFS quotas
     85 options 	QUOTA2		# new, in-filesystem UFS quotas
     86 options 	FFS_EI			# FFS Endian Independent support
     87 options 	WAPBL		# File system journaling support
     88 options 	NFSSERVER		# Network File System server
     89 #options 	FFS_NO_SNAPSHOT		# No FFS snapshot support
     90 options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
     91 					# immutable) behave as system flags.
     92 options 	NFS_BOOT_DHCP		# Support DHCP NFS root
     93 
     94 
     95 #
     96 # Networking options
     97 #
     98 
     99 options 	GATEWAY		# packet forwarding
    100 options 	INET		# IP + ICMP + TCP + UDP
    101 options 	INET6		# IPv6
    102 #options 	IPSEC		# IP security
    103 #options 	IPSEC_DEBUG	# debug for IP security
    104 #options 	MROUTING	# IP multicast routing
    105 #options 	PIM		# Protocol Independent Multicast
    106 #options        DIRECTED_BROADCAST      # allow broadcasts through routers
    107 #options 	NETATALK	# AppleTalk networking protocols
    108 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    109 options 	PPP_DEFLATE	# Deflate compression support for PPP
    110 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    111 options 	IPFILTER_LOG	# ipmon(8) log support
    112 options 	IPFILTER_LOOKUP	# ippool(8) support
    113 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    114 
    115 
    116 #
    117 # Kernel root file system and dump configuration.
    118 #
    119 
    120 config		netbsd	root on ? type ?
    121 
    122 
    123 #
    124 # Device configuration
    125 #
    126 
    127 plb0 at root				# Processor Local Bus
    128 cpu0	at plb?				# CPU
    129 ecc0	at plb? irq 17			# On-chip ECC controller
    130 pchb0	at plb?				# PCI-Host bridges
    131 
    132 # On-chip Peripheral Bus support
    133 opb*	at plb?				# On-chip Peripheral Bus
    134 wdog*	at opb?				# Watchdog timer
    135 com*	at opb? addr ? irq ?		# UARTs
    136 emac0	at opb? addr ? irq ?		# Ethernet Media Access Controller
    137 options	EMAC_EVENT_COUNTERS
    138 gpiic0	at opb? addr ? irq ?		# On-chip IIC controller
    139 iic0	at gpiic?			# I2C bus
    140 xrtc0	at iic? addr 0x6f		# RTC
    141 opbgpio0 at opb? addr ? irq ?		# On-chip GPIO controller
    142 gpio*	at opbgpio?			# GPIO framework
    143 
    144 # PCI bus support
    145 pci*	at pchb?
    146 options 	PCIVERBOSE		# verbose PCI device autoconfig messages
    147 #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
    148 options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever
    149 					# to configure PCI devices
    150 #options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
    151 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    152 hptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    153 tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    154 
    155 # ATA (IDE) bus support
    156 atabus* at ata?
    157 wd*	at atabus? drive ?
    158 
    159 # MII/PHY support
    160 dmphy*	at mii? phy ?			# Davicom DM9101/9102 PHYs
    161 lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    162 ukphy*	at mii? phy ?			# unknown PHYs
    163 options 	MIIVERBOSE		# verbose PHY autoconfig messages
    164 
    165 
    166 #
    167 # Pseudo devices
    168 #
    169 
    170 # disk/mass storage pseudo-devices
    171 #pseudo-device	ccd			# concatenated/striped disk devices
    172 #pseudo-device	cgd			# cryptographic disk devices
    173 #pseudo-device	raid			# RAIDframe disk driver
    174 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    175 #pseudo-device	fss			# file system snapshot device
    176 #pseudo-device	md			# memory disk device
    177 #pseudo-device	vnd			# disk-like interface to files
    178 
    179 # network pseudo-devices
    180 pseudo-device	loop			# network loopback
    181 pseudo-device	bpfilter		# packet filter
    182 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    183 pseudo-device	ppp			# Point-to-Point Protocol
    184 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    185 pseudo-device	sl			# Serial Line IP
    186 pseudo-device	strip			# Starmode Radio IP (Metricom)
    187 pseudo-device	irframetty		# IrDA frame line discipline
    188 pseudo-device	tap			# virtual ethernet
    189 pseudo-device	tun			# network tunneling over tty
    190 pseudo-device	gre			# generic L3 over IP tunnel
    191 pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
    192 #pseudo-device	faith			# IPv[46] TCP relay translation i/f
    193 pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    194 pseudo-device	vlan			# IEEE 802.1q encapsulation
    195 pseudo-device	bridge			# simple inter-network bridging
    196 #options	BRIDGE_IPF		# bridge uses IPv[46] pfil hooks too
    197 pseudo-device	agr			# IEEE 802.3ad link aggregation
    198 #pseudo-device	pf			# PF packet filter
    199 #pseudo-device	pflog			# PF log if
    200 
    201 # miscellaneous pseudo-devices
    202 pseudo-device	pty			# pseudo-terminals
    203 pseudo-device	clockctl		# user control of clock subsystem
    204 pseudo-device	ksyms			# /dev/ksyms
    205 pseudo-device	putter			# for puffs and pud
    206