GENERIC revision 1.101
1# $NetBSD: GENERIC,v 1.101 2014/11/16 16:01:42 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.101 $" 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 82#options FFS_EI # FFS Endian Independent support 83options WAPBL # File system journaling support 84#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 85#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 86 # immutable) behave as system flags. 87 88# Networking options 89#options GATEWAY # IP packet forwarding 90options INET # Internet protocols 91options INET6 # IPV6 92#options IPSEC # IP security 93#options IPSEC_DEBUG # debug for IP security 94#options MROUTING # packet forwarding of multicast packets 95#options PIM # Protocol Independent Multicast 96#options NETATALK # AppleTalk (over Ethernet) protocol 97#options PPP_BSDCOMP # BSD-Compress compression support for PPP 98#options PPP_DEFLATE # Deflate compression support for PPP 99options PPP_FILTER # Active filter support for PPP (requires bpf) 100options IPFILTER_LOG # ipmon(8) log support 101options IPFILTER_LOOKUP # ippool(8) support 102options IPFILTER_COMPAT # Compat for IP-Filter 103#options IPFILTER_DEFAULT_BLOCK # block all packets by default 104 105#options ALTQ # Manipulate network interfaces' output queues 106#options ALTQ_BLUE # Stochastic Fair Blue 107#options ALTQ_CBQ # Class-Based Queueing 108#options ALTQ_CDNR # Diffserv Traffic Conditioner 109#options ALTQ_FIFOQ # First-In First-Out Queue 110#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 111#options ALTQ_HFSC # Hierarchical Fair Service Curve 112#options ALTQ_LOCALQ # Local queueing discipline 113#options ALTQ_PRIQ # Priority Queueing 114#options ALTQ_RED # Random Early Detection 115#options ALTQ_RIO # RED with IN/OUT 116#options ALTQ_WFQ # Weighted Fair Queueing 117 118# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 119#options TCP_COMPAT_42 120 121# JIT compiler for bpfilter 122#options SLJIT 123#options BPFJIT 124 125# These options enable verbose messages for several subsystems. 126# Warning, these may compile large string tables into the kernel! 127options PCIVERBOSE # verbose PCI device autoconfig messages 128#options PCI_CONFIG_DUMP # verbosely dump PCI config space 129#options SCSIVERBOSE # human readable SCSI error messages 130options MIIVERBOSE # verbose PHY autoconfig messages 131 132options NFS_BOOT_DHCP 133 134#config netbsd root on ? type ? 135config netbsd root on sbmac0 type nfs 136 137zbbus* at root 138 139cpu* at zbbus? busid ? 140sbscd* at zbbus? busid ? 141sbbrz* at zbbus? busid ? 142sbobio* at zbbus? busid ? 143 144pci* at sbbrz? bus ? 145ppb* at pci? dev ? 146pci* at ppb? 147 148ohci* at pci? dev ? function ? # Open Host Controller 149 150bge* at pci? dev ? 151 152#sbicu* at sbscd? offset ? 153sbwdog* at sbscd? offset ? intr ? 154sbtimer0 at sbscd? offset ? intr ? flags 0x01 # clock 155#sbtimer1 at sbscd? offset ? intr ? flags 0x02 # statclock 156sbtimer* at sbscd? offset ? intr ? 157 158sbmac* at sbobio? offset ? 159sbscn* at sbobio? offset ? 160#sbgbus* at sbobio? offset ? 161smbus* at sbobio? offset ? 162 163xirtc* at smbus? chan ? dev ? # Xicor X1241 RTC 164m41t81rtc* at smbus? chan ? dev ? # ST M41T81 RTC 165 166# MII/PHY support 167brgphy* at mii? phy ? 168 169# USB 170usb* at ohci? 171uhub* at usb? 172uhub* at uhub? port ? 173umass* at uhub? port ? configuration ? interface ? 174wd* at umass? 175scsibus* at umass? channel ? 176sd* at scsibus? target ? lun ? 177uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 178ucom* at uplcom? portno ? 179 180# Pseudo-devices 181 182# Disk/mass storage pseudo-devices 183pseudo-device ccd # concatenated disk devices 184#pseudo-device cgd # cryptographic disk devices 185#pseudo-device raid # RAIDframe disk driver 186#options RAID_AUTOCONFIG # auto-configuration of RAID 187pseudo-device md # memory disk device (ramdisk) 188pseudo-device vnd # disk-like interface to files 189#options VND_COMPRESSION # compressed vnd(4) 190 191# Network pseudo-devices 192pseudo-device bpfilter # Berkeley packet filter 193#pseudo-device carp # Common Address Redundancy Protocol 194pseudo-device ipfilter # IP filter (firewall) and NAT 195pseudo-device loop # network loopback 196#pseudo-device ppp # Point-to-Point Protocol 197#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 198#pseudo-device sl # Serial Line IP 199#pseudo-device strip # Starmode Radio IP (Metricom) 200#pseudo-device irframetty # IrDA frame line discipline 201#pseudo-device tun # network tunneling over tty 202#pseudo-device tap # virtual Ethernet 203#pseudo-device gre # generic L3 over IP tunnel 204#pseudo-device ipip # RFC 2003 IP Encapsulation 205#pseudo-device gif # RFC1933 tunnel 206#pseudo-device faith # IPv[46] tcp relay translation 207#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 208pseudo-device vlan # IEEE 802.1q encapsulation 209pseudo-device bridge # simple inter-network bridging 210#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 211pseudo-device agr # IEEE 802.3ad link aggregation 212 213# 214# accept filters 215pseudo-device accf_data # "dataready" accept filter 216pseudo-device accf_http # "httpready" accept filter 217 218# Miscellaneous pseudo-devices 219pseudo-device pty # pseudo-terminals 220#pseudo-device sequencer # MIDI sequencer 221pseudo-device clockctl # user control of clock subsystem 222pseudo-device ksyms # /dev/ksyms 223#pseudo-device pf # PF packet filter 224#pseudo-device pflog # PF log if 225 226# A pseudo device needed for Coda # also needs CODA (above) 227#pseudo-device vcoda # coda minicache <-> venus comm. 228 229# Veriexec 230# 231# a pseudo device needed for veriexec 232#pseudo-device veriexec 233# 234# Uncomment the fingerprint methods below that are desired. Note that 235# removing fingerprint methods will have almost no impact on the kernel 236# code size. 237# 238#options VERIFIED_EXEC_FP_RMD160 239#options VERIFIED_EXEC_FP_SHA256 240#options VERIFIED_EXEC_FP_SHA384 241#options VERIFIED_EXEC_FP_SHA512 242#options VERIFIED_EXEC_FP_SHA1 243#options VERIFIED_EXEC_FP_MD5 244