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