GENERIC revision 1.27
1# $NetBSD: GENERIC,v 1.27 2004/06/26 07:32:08 abs 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.27 $" 8 9#options LOCKDEBUG # XXX XXX XXX XXX 10options 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 SOFTFLOAT 16 17maxusers 32 18 19# Standard system options 20options KTRACE # system call tracing support 21options SYSTRACE # system call vetting via systrace(1) 22options SYSVMSG # System V message queues 23options SYSVSEM # System V semaphores 24options SYSVSHM # System V shared memory 25#options SHMMAXPGS=1024 # 1024 pages is the default 26options LKM # loadable kernel modules 27#options NTP # network time protocol 28 29# Debugging options 30options DIAGNOSTIC # extra kernel sanity checking 31#options DEBUG # extra kernel debugging support 32#options KMEMSTATS # kernel memory statistics (vmstat -m) 33options USERCONF # userconf(4) support 34options DDB # kernel dynamic debugger 35options DDB_HISTORY_SIZE=100 # enable history editing in DDB 36#makeoptions DEBUG="-g" # compile full symbol table 37options SYMTAB_SPACE=200000 # size for embedded symbol table 38 39# Compatibility options 40options COMPAT_43 # compatibility with 4.3BSD binaries 41#options COMPAT_10 # NetBSD 0.9 binary compatibility 42#options COMPAT_10 # NetBSD 1.0 binary compatibility 43#options COMPAT_11 # NetBSD 1.1 binary compatibility 44#options COMPAT_12 # NetBSD 1.2 binary compatibility 45#options COMPAT_13 # NetBSD 1.3 binary compatibility 46#options COMPAT_14 # NetBSD 1.4 binary compatibility 47options COMPAT_16 # NetBSD 1.6 binary compatibility 48#options EXEC_ECOFF # exec ECOFF binaries 49#options COMPAT_ULTRIX # binary compatibility with Ultrix 50 51# File systems 52file-system FFS # Berkeley Fast Filesystem 53file-system NFS # Sun NFS-compatible filesystem client 54file-system KERNFS # kernel data-structure filesystem 55#file-system NULLFS # NULL layered filesystem 56file-system OVERLAY # overlay file system 57file-system MFS # memory-based filesystem 58file-system FDESC # user file descriptor filesystem 59#file-system UMAPFS # uid/gid remapping filesystem 60file-system LFS # Log-based filesystem (still experimental) 61#file-system PORTAL # portal filesystem (still experimental) 62file-system PROCFS # /proc 63#file-system CD9660 # ISO 9660 + Rock Ridge file system 64#file-system UNION # union file system 65#file-system MSDOSFS # MS-DOS FAT filesystem(s). 66#file-system CODA # Coda File System; also needs vcoda (below) 67 68# File system options 69options NFSSERVER # Sun NFS-compatible filesystem server 70options QUOTA # FFS quotas 71#options FFS_EI # FFS Endian Independant support 72#options SOFTDEP # FFS soft updates support. 73#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 74 # immutable) behave as system flags. 75 76# Networking options 77#options GATEWAY # IP packet forwarding 78options INET # Internet protocols 79options INET6 # IPV6 80#options IPSEC # IP security 81#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 82#options IPSEC_DEBUG # debug for IP security 83#options MROUTING # packet forwarding of multicast packets 84#options NS # Xerox NS networking 85#options NSIP # Xerox NS tunneling over IP 86#options ISO,TPIP # OSI networking 87#options EON # OSI tunneling over IP 88#options CCITT,LLC,HDLC # X.25 89#options NETATALK # AppleTalk (over Ethernet) protocol 90#options PPP_BSDCOMP # BSD-Compress compression support for PPP 91#options PPP_DEFLATE # Deflate compression support for PPP 92options PPP_FILTER # Active filter support for PPP (requires bpf) 93options PFIL_HOOKS # pfil(9) packet filter hooks 94options IPFILTER_LOG # ipmon(8) log support 95#options IPFILTER_DEFAULT_BLOCK # block all packets by default 96 97#options ALTQ # Manipulate network interfaces' output queues 98#options ALTQ_BLUE # Stochastic Fair Blue 99#options ALTQ_CBQ # Class-Based Queueing 100#options ALTQ_CDNR # Diffserv Traffic Conditioner 101#options ALTQ_FIFOQ # First-In First-Out Queue 102#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 103#options ALTQ_HFSC # Hierarchical Fair Service Curve 104#options ALTQ_LOCALQ # Local queueing discipline 105#options ALTQ_PRIQ # Priority Queueing 106#options ALTQ_RED # Random Early Detection 107#options ALTQ_RIO # RED with IN/OUT 108#options ALTQ_WFQ # Weighted Fair Queueing 109 110# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 111#options TCP_COMPAT_42 112 113# These options enable verbose messages for several subsystems. 114# Warning, these may compile large string tables into the kernel! 115options PCIVERBOSE # verbose PCI device autoconfig messages 116#options PCI_CONFIG_DUMP # verbosely dump PCI config space 117#options SCSIVERBOSE # human readable SCSI error messages 118options MIIVERBOSE # verbose PHY autoconfig messages 119 120options NFS_BOOT_DHCP 121 122#config netbsd root on ? type ? 123config netbsd root on sbmac0 type nfs 124 125zbbus* at root 126 127cpu* at zbbus? busid ? 128sbscd* at zbbus? busid ? 129sbobio* at zbbus? busid ? 130 131#sbicu* at sbscd? offset ? 132sbwdog* at sbscd? offset ? intr ? 133sbtimer0 at sbscd? offset ? intr ? flags 0x01 # clock 134#sbtimer1 at sbscd? offset ? intr ? flags 0x02 # statclock 135sbtimer* at sbscd? offset ? intr ? 136 137sbmac* at sbobio? offset ? 138sbscn* at sbobio? offset ? 139#sbgbus* at sbobio? offset ? 140smbus* at sbobio? offset ? 141 142xirtc* at smbus? chan ? dev ? # Xicor X1241 RTC 143m41t81rtc* at smbus? chan ? dev ? # ST M41T81 RTC 144 145# MII/PHY support 146brgphy* at mii? phy ? 147 148# Pseudo-devices 149 150# Disk/mass storage pseudo-devices 151pseudo-device ccd 4 # concatenated disk devices 152#pseudo-device cgd 4 # cryptographic disk devices 153#pseudo-device raid 4 # RAIDframe disk driver 154#options RAID_AUTOCONFIG # auto-configuration of RAID 155pseudo-device md 1 # memory disk device (ramdisk) 156pseudo-device vnd 4 # disk-like interface to files 157 158# Network pseudo-devices 159pseudo-device bpfilter 8 # Berkeley packet filter 160pseudo-device ipfilter # IP filter (firewall) and NAT 161pseudo-device loop # network loopback 162#pseudo-device ppp 2 # Point-to-Point Protocol 163#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 164#pseudo-device sl 2 # Serial Line IP 165#pseudo-device strip 2 # Starmode Radio IP (Metricom) 166#pseudo-device irframetty # IrDA frame line discipline 167#pseudo-device tun 2 # network tunneling over tty 168#pseudo-device gre 2 # generic L3 over IP tunnel 169#pseudo-device ipip 2 # RFC 2003 IP Encapsulation 170#pseudo-device gif 4 # RFC1933 tunnel 171#pseudo-device faith 1 # IPv[46] tcp relay translation 172#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 173pseudo-device vlan # IEEE 802.1q encapsulation 174pseudo-device bridge # simple inter-network bridging 175#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 176 177# Miscellaneous pseudo-devices 178pseudo-device pty # pseudo-terminals 179#pseudo-device tb 1 # tablet line discipline 180#pseudo-device sequencer 1 # MIDI sequencer 181pseudo-device rnd # /dev/random & kernel generator 182pseudo-device clockctl # user control of clock subsystem 183pseudo-device ksyms # /dev/ksyms 184#pseudo-device pf # PF packet filter 185#pseudo-device pflog # PF log if 186 187# A pseudo device needed for Coda # also needs CODA (above) 188#pseudo-device vcoda 4 # coda minicache <-> venus comm. 189