GENERIC revision 1.100
1# $NetBSD: GENERIC,v 1.100 2014/11/12 10:47:23 manu Exp $ 2 3include "arch/sbmips/conf/std.sbmips" 4 5options INCLUDE_CONFIG_FILE # embed config file in kernel binary 6 7#ident "GENERIC-$Revision: 1.100 $" 8 9#options LOCKDEBUG # XXX XXX XXX XXX 10#options DEBUG # extra kernel debugging support 11 12# The following three options are required for BCM1250 pass 1 silicon 13#options SB1250_PASS1 14#options NOFPU 15#options FPEMUL 16 17maxusers 32 18 19# Standard system options 20options KTRACE # system call tracing support 21options SYSVMSG # System V message queues 22options SYSVSEM # System V semaphores 23options SYSVSHM # System V shared memory 24#options NTP # network time protocol 25 26# Debugging options 27#options DIAGNOSTIC # extra kernel sanity checking 28#options DEBUG # extra kernel debugging support 29#options KMEMSTATS # kernel memory statistics (vmstat -m) 30options USERCONF # userconf(4) support 31options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 32options DDB # kernel dynamic debugger 33options DDB_HISTORY_SIZE=100 # enable history editing in DDB 34#makeoptions DEBUG="-g" # compile full symbol table 35makeoptions COPY_SYMTAB=1 # size for embedded symbol table 36 37# Compatibility options 38options COMPAT_43 # compatibility with 4.3BSD binaries 39#options COMPAT_09 # NetBSD 0.9, 40#options COMPAT_10 # NetBSD 1.0, 41#options COMPAT_11 # NetBSD 1.1, 42#options COMPAT_12 # NetBSD 1.2, 43#options COMPAT_13 # NetBSD 1.3, 44#options COMPAT_14 # NetBSD 1.4, 45#options COMPAT_15 # NetBSD 1.5, 46options COMPAT_16 # NetBSD 1.6, 47options COMPAT_20 # NetBSD 2.0, 48options COMPAT_30 # NetBSD 3.0, 49options COMPAT_40 # NetBSD 4.0, 50options COMPAT_50 # NetBSD 5.0, 51options COMPAT_60 # NetBSD 6.0, and 52options COMPAT_70 # NetBSD 7.0 binary compatibility 53#options EXEC_ECOFF # exec ECOFF binaries 54#options COMPAT_ULTRIX # binary compatibility with Ultrix 55options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 56 57# File systems 58file-system FFS # Berkeley Fast Filesystem 59file-system NFS # Sun NFS-compatible filesystem client 60file-system KERNFS # kernel data-structure filesystem 61#file-system NULLFS # NULL layered filesystem 62file-system OVERLAY # overlay file system 63file-system MFS # memory-based filesystem 64file-system FDESC # user file descriptor filesystem 65#file-system UMAPFS # uid/gid remapping filesystem 66file-system LFS # Log-based filesystem (still experimental) 67file-system PROCFS # /proc 68#file-system CD9660 # ISO 9660 + Rock Ridge file system 69#file-system UNION # union file system 70#file-system MSDOSFS # MS-DOS FAT filesystem(s). 71#file-system CODA # Coda File System; also needs vcoda (below) 72file-system PTYFS # /dev/pts/N support 73file-system TMPFS # Efficient memory file-system 74#file-system UDF # experimental - OSTA UDF CD/DVD file-system 75 76# File system options 77options NFSSERVER # Sun NFS-compatible filesystem server 78options QUOTA # legacy UFS quotas 79options QUOTA2 # new, in-filesystem UFS quotas 80#options FFS_NO_SNAPSHOT # No FFS snapshot support 81options UFS_EXTATTR # Extended attribute support for UFS1 82options UFS_EXTATTR_AUTOSTART 83options UFS_EXTATTR_AUTOCREATE=1024 84#options FFS_EI # FFS Endian Independent support 85options WAPBL # File system journaling support 86#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 87#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 88 # immutable) behave as system flags. 89 90# Networking options 91#options GATEWAY # IP packet forwarding 92options INET # Internet protocols 93options INET6 # IPV6 94#options IPSEC # IP security 95#options IPSEC_DEBUG # debug for IP security 96#options MROUTING # packet forwarding of multicast packets 97#options PIM # Protocol Independent Multicast 98#options NETATALK # AppleTalk (over Ethernet) protocol 99#options PPP_BSDCOMP # BSD-Compress compression support for PPP 100#options PPP_DEFLATE # Deflate compression support for PPP 101options PPP_FILTER # Active filter support for PPP (requires bpf) 102options IPFILTER_LOG # ipmon(8) log support 103options IPFILTER_LOOKUP # ippool(8) support 104options IPFILTER_COMPAT # Compat for IP-Filter 105#options IPFILTER_DEFAULT_BLOCK # block all packets by default 106 107#options ALTQ # Manipulate network interfaces' output queues 108#options ALTQ_BLUE # Stochastic Fair Blue 109#options ALTQ_CBQ # Class-Based Queueing 110#options ALTQ_CDNR # Diffserv Traffic Conditioner 111#options ALTQ_FIFOQ # First-In First-Out Queue 112#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 113#options ALTQ_HFSC # Hierarchical Fair Service Curve 114#options ALTQ_LOCALQ # Local queueing discipline 115#options ALTQ_PRIQ # Priority Queueing 116#options ALTQ_RED # Random Early Detection 117#options ALTQ_RIO # RED with IN/OUT 118#options ALTQ_WFQ # Weighted Fair Queueing 119 120# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 121#options TCP_COMPAT_42 122 123# JIT compiler for bpfilter 124#options SLJIT 125#options BPFJIT 126 127# These options enable verbose messages for several subsystems. 128# Warning, these may compile large string tables into the kernel! 129options PCIVERBOSE # verbose PCI device autoconfig messages 130#options PCI_CONFIG_DUMP # verbosely dump PCI config space 131#options SCSIVERBOSE # human readable SCSI error messages 132options MIIVERBOSE # verbose PHY autoconfig messages 133 134options NFS_BOOT_DHCP 135 136#config netbsd root on ? type ? 137config netbsd root on sbmac0 type nfs 138 139zbbus* at root 140 141cpu* at zbbus? busid ? 142sbscd* at zbbus? busid ? 143sbbrz* at zbbus? busid ? 144sbobio* at zbbus? busid ? 145 146pci* at sbbrz? bus ? 147ppb* at pci? dev ? 148pci* at ppb? 149 150ohci* at pci? dev ? function ? # Open Host Controller 151 152bge* at pci? dev ? 153 154#sbicu* at sbscd? offset ? 155sbwdog* at sbscd? offset ? intr ? 156sbtimer0 at sbscd? offset ? intr ? flags 0x01 # clock 157#sbtimer1 at sbscd? offset ? intr ? flags 0x02 # statclock 158sbtimer* at sbscd? offset ? intr ? 159 160sbmac* at sbobio? offset ? 161sbscn* at sbobio? offset ? 162#sbgbus* at sbobio? offset ? 163smbus* at sbobio? offset ? 164 165xirtc* at smbus? chan ? dev ? # Xicor X1241 RTC 166m41t81rtc* at smbus? chan ? dev ? # ST M41T81 RTC 167 168# MII/PHY support 169brgphy* at mii? phy ? 170 171# USB 172usb* at ohci? 173uhub* at usb? 174uhub* at uhub? port ? 175umass* at uhub? port ? configuration ? interface ? 176wd* at umass? 177scsibus* at umass? channel ? 178sd* at scsibus? target ? lun ? 179uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 180ucom* at uplcom? portno ? 181 182# Pseudo-devices 183 184# Disk/mass storage pseudo-devices 185pseudo-device ccd # concatenated disk devices 186#pseudo-device cgd # cryptographic disk devices 187#pseudo-device raid # RAIDframe disk driver 188#options RAID_AUTOCONFIG # auto-configuration of RAID 189pseudo-device md # memory disk device (ramdisk) 190pseudo-device vnd # disk-like interface to files 191#options VND_COMPRESSION # compressed vnd(4) 192 193# Network pseudo-devices 194pseudo-device bpfilter # Berkeley packet filter 195#pseudo-device carp # Common Address Redundancy Protocol 196pseudo-device ipfilter # IP filter (firewall) and NAT 197pseudo-device loop # network loopback 198#pseudo-device ppp # Point-to-Point Protocol 199#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 200#pseudo-device sl # Serial Line IP 201#pseudo-device strip # Starmode Radio IP (Metricom) 202#pseudo-device irframetty # IrDA frame line discipline 203#pseudo-device tun # network tunneling over tty 204#pseudo-device tap # virtual Ethernet 205#pseudo-device gre # generic L3 over IP tunnel 206#pseudo-device ipip # RFC 2003 IP Encapsulation 207#pseudo-device gif # RFC1933 tunnel 208#pseudo-device faith # IPv[46] tcp relay translation 209#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 210pseudo-device vlan # IEEE 802.1q encapsulation 211pseudo-device bridge # simple inter-network bridging 212#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 213pseudo-device agr # IEEE 802.3ad link aggregation 214 215# 216# accept filters 217pseudo-device accf_data # "dataready" accept filter 218pseudo-device accf_http # "httpready" accept filter 219 220# Miscellaneous pseudo-devices 221pseudo-device pty # pseudo-terminals 222#pseudo-device sequencer # MIDI sequencer 223pseudo-device clockctl # user control of clock subsystem 224pseudo-device ksyms # /dev/ksyms 225#pseudo-device pf # PF packet filter 226#pseudo-device pflog # PF log if 227 228# A pseudo device needed for Coda # also needs CODA (above) 229#pseudo-device vcoda # coda minicache <-> venus comm. 230 231# Veriexec 232# 233# a pseudo device needed for veriexec 234#pseudo-device veriexec 235# 236# Uncomment the fingerprint methods below that are desired. Note that 237# removing fingerprint methods will have almost no impact on the kernel 238# code size. 239# 240#options VERIFIED_EXEC_FP_RMD160 241#options VERIFIED_EXEC_FP_SHA256 242#options VERIFIED_EXEC_FP_SHA384 243#options VERIFIED_EXEC_FP_SHA512 244#options VERIFIED_EXEC_FP_SHA1 245#options VERIFIED_EXEC_FP_MD5 246