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