GENERIC revision 1.27
11.27Sabs# $NetBSD: GENERIC,v 1.27 2004/06/26 07:32:08 abs Exp $ 21.1Ssimonb 31.18Ssimonbinclude "arch/sbmips/conf/std.sbmips" 41.1Ssimonb 51.5Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 61.5Satatat 71.27Sabs#ident "GENERIC-$Revision: 1.27 $" 81.16Ssimonb 91.16Ssimonb#options LOCKDEBUG # XXX XXX XXX XXX 101.16Ssimonboptions DEBUG # extra kernel debugging support 111.1Ssimonb 121.1Ssimonb# The following three options are required for BCM1250 pass 1 silicon 131.16Ssimonb#options SB1250_PASS1 141.16Ssimonb#options NOFPU 151.16Ssimonb#options SOFTFLOAT 161.1Ssimonb 171.1Ssimonbmaxusers 32 181.1Ssimonb 191.1Ssimonb# Standard system options 201.1Ssimonboptions KTRACE # system call tracing support 211.13Sprovosoptions SYSTRACE # system call vetting via systrace(1) 221.1Ssimonboptions SYSVMSG # System V message queues 231.1Ssimonboptions SYSVSEM # System V semaphores 241.1Ssimonboptions SYSVSHM # System V shared memory 251.1Ssimonb#options SHMMAXPGS=1024 # 1024 pages is the default 261.1Ssimonboptions LKM # loadable kernel modules 271.1Ssimonb#options NTP # network time protocol 281.1Ssimonb 291.1Ssimonb# Debugging options 301.1Ssimonboptions DIAGNOSTIC # extra kernel sanity checking 311.1Ssimonb#options DEBUG # extra kernel debugging support 321.1Ssimonb#options KMEMSTATS # kernel memory statistics (vmstat -m) 331.10Slukemoptions USERCONF # userconf(4) support 341.1Ssimonboptions DDB # kernel dynamic debugger 351.1Ssimonboptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 361.1Ssimonb#makeoptions DEBUG="-g" # compile full symbol table 371.1Ssimonboptions SYMTAB_SPACE=200000 # size for embedded symbol table 381.1Ssimonb 391.1Ssimonb# Compatibility options 401.1Ssimonboptions COMPAT_43 # compatibility with 4.3BSD binaries 411.1Ssimonb#options COMPAT_10 # NetBSD 0.9 binary compatibility 421.1Ssimonb#options COMPAT_10 # NetBSD 1.0 binary compatibility 431.1Ssimonb#options COMPAT_11 # NetBSD 1.1 binary compatibility 441.1Ssimonb#options COMPAT_12 # NetBSD 1.2 binary compatibility 451.1Ssimonb#options COMPAT_13 # NetBSD 1.3 binary compatibility 461.1Ssimonb#options COMPAT_14 # NetBSD 1.4 binary compatibility 471.22Ssimonboptions COMPAT_16 # NetBSD 1.6 binary compatibility 481.1Ssimonb#options EXEC_ECOFF # exec ECOFF binaries 491.1Ssimonb#options COMPAT_ULTRIX # binary compatibility with Ultrix 501.1Ssimonb 511.1Ssimonb# File systems 521.1Ssimonbfile-system FFS # Berkeley Fast Filesystem 531.1Ssimonbfile-system NFS # Sun NFS-compatible filesystem client 541.1Ssimonbfile-system KERNFS # kernel data-structure filesystem 551.1Ssimonb#file-system NULLFS # NULL layered filesystem 561.1Ssimonbfile-system OVERLAY # overlay file system 571.1Ssimonbfile-system MFS # memory-based filesystem 581.1Ssimonbfile-system FDESC # user file descriptor filesystem 591.1Ssimonb#file-system UMAPFS # uid/gid remapping filesystem 601.1Ssimonbfile-system LFS # Log-based filesystem (still experimental) 611.1Ssimonb#file-system PORTAL # portal filesystem (still experimental) 621.6Ssimonbfile-system PROCFS # /proc 631.1Ssimonb#file-system CD9660 # ISO 9660 + Rock Ridge file system 641.1Ssimonb#file-system UNION # union file system 651.1Ssimonb#file-system MSDOSFS # MS-DOS FAT filesystem(s). 661.1Ssimonb#file-system CODA # Coda File System; also needs vcoda (below) 671.1Ssimonb 681.1Ssimonb# File system options 691.1Ssimonboptions NFSSERVER # Sun NFS-compatible filesystem server 701.1Ssimonboptions QUOTA # FFS quotas 711.1Ssimonb#options FFS_EI # FFS Endian Independant support 721.1Ssimonb#options SOFTDEP # FFS soft updates support. 731.1Ssimonb#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 741.1Ssimonb # immutable) behave as system flags. 751.1Ssimonb 761.1Ssimonb# Networking options 771.1Ssimonb#options GATEWAY # IP packet forwarding 781.1Ssimonboptions INET # Internet protocols 791.1Ssimonboptions INET6 # IPV6 801.1Ssimonb#options IPSEC # IP security 811.1Ssimonb#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 821.1Ssimonb#options IPSEC_DEBUG # debug for IP security 831.1Ssimonb#options MROUTING # packet forwarding of multicast packets 841.1Ssimonb#options NS # Xerox NS networking 851.1Ssimonb#options NSIP # Xerox NS tunneling over IP 861.1Ssimonb#options ISO,TPIP # OSI networking 871.1Ssimonb#options EON # OSI tunneling over IP 881.1Ssimonb#options CCITT,LLC,HDLC # X.25 891.1Ssimonb#options NETATALK # AppleTalk (over Ethernet) protocol 901.1Ssimonb#options PPP_BSDCOMP # BSD-Compress compression support for PPP 911.1Ssimonb#options PPP_DEFLATE # Deflate compression support for PPP 921.1Ssimonboptions PPP_FILTER # Active filter support for PPP (requires bpf) 931.1Ssimonboptions PFIL_HOOKS # pfil(9) packet filter hooks 941.1Ssimonboptions IPFILTER_LOG # ipmon(8) log support 951.12Smartti#options IPFILTER_DEFAULT_BLOCK # block all packets by default 961.1Ssimonb 971.27Sabs#options ALTQ # Manipulate network interfaces' output queues 981.27Sabs#options ALTQ_BLUE # Stochastic Fair Blue 991.27Sabs#options ALTQ_CBQ # Class-Based Queueing 1001.27Sabs#options ALTQ_CDNR # Diffserv Traffic Conditioner 1011.27Sabs#options ALTQ_FIFOQ # First-In First-Out Queue 1021.27Sabs#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 1031.27Sabs#options ALTQ_HFSC # Hierarchical Fair Service Curve 1041.27Sabs#options ALTQ_LOCALQ # Local queueing discipline 1051.27Sabs#options ALTQ_PRIQ # Priority Queueing 1061.27Sabs#options ALTQ_RED # Random Early Detection 1071.27Sabs#options ALTQ_RIO # RED with IN/OUT 1081.27Sabs#options ALTQ_WFQ # Weighted Fair Queueing 1091.27Sabs 1101.1Ssimonb# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 1111.1Ssimonb#options TCP_COMPAT_42 1121.1Ssimonb 1131.1Ssimonb# These options enable verbose messages for several subsystems. 1141.1Ssimonb# Warning, these may compile large string tables into the kernel! 1151.1Ssimonboptions PCIVERBOSE # verbose PCI device autoconfig messages 1161.1Ssimonb#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1171.1Ssimonb#options SCSIVERBOSE # human readable SCSI error messages 1181.1Ssimonboptions MIIVERBOSE # verbose PHY autoconfig messages 1191.1Ssimonb 1201.1Ssimonboptions NFS_BOOT_DHCP 1211.1Ssimonb 1221.1Ssimonb#config netbsd root on ? type ? 1231.1Ssimonbconfig netbsd root on sbmac0 type nfs 1241.1Ssimonb 1251.1Ssimonbzbbus* at root 1261.1Ssimonb 1271.6Ssimonbcpu* at zbbus? busid ? 1281.1Ssimonbsbscd* at zbbus? busid ? 1291.1Ssimonbsbobio* at zbbus? busid ? 1301.1Ssimonb 1311.1Ssimonb#sbicu* at sbscd? offset ? 1321.9Ssimonbsbwdog* at sbscd? offset ? intr ? 1331.1Ssimonbsbtimer0 at sbscd? offset ? intr ? flags 0x01 # clock 1341.1Ssimonb#sbtimer1 at sbscd? offset ? intr ? flags 0x02 # statclock 1351.1Ssimonbsbtimer* at sbscd? offset ? intr ? 1361.1Ssimonb 1371.1Ssimonbsbmac* at sbobio? offset ? 1381.1Ssimonbsbscn* at sbobio? offset ? 1391.1Ssimonb#sbgbus* at sbobio? offset ? 1401.7Ssimonbsmbus* at sbobio? offset ? 1411.7Ssimonb 1421.16Ssimonbxirtc* at smbus? chan ? dev ? # Xicor X1241 RTC 1431.23Ssimonbm41t81rtc* at smbus? chan ? dev ? # ST M41T81 RTC 1441.1Ssimonb 1451.1Ssimonb# MII/PHY support 1461.6Ssimonbbrgphy* at mii? phy ? 1471.1Ssimonb 1481.1Ssimonb# Pseudo-devices 1491.1Ssimonb 1501.1Ssimonb# Disk/mass storage pseudo-devices 1511.1Ssimonbpseudo-device ccd 4 # concatenated disk devices 1521.14Selric#pseudo-device cgd 4 # cryptographic disk devices 1531.1Ssimonb#pseudo-device raid 4 # RAIDframe disk driver 1541.1Ssimonb#options RAID_AUTOCONFIG # auto-configuration of RAID 1551.1Ssimonbpseudo-device md 1 # memory disk device (ramdisk) 1561.1Ssimonbpseudo-device vnd 4 # disk-like interface to files 1571.1Ssimonb 1581.1Ssimonb# Network pseudo-devices 1591.1Ssimonbpseudo-device bpfilter 8 # Berkeley packet filter 1601.1Ssimonbpseudo-device ipfilter # IP filter (firewall) and NAT 1611.1Ssimonbpseudo-device loop # network loopback 1621.1Ssimonb#pseudo-device ppp 2 # Point-to-Point Protocol 1631.1Ssimonb#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 1641.1Ssimonb#pseudo-device sl 2 # Serial Line IP 1651.1Ssimonb#pseudo-device strip 2 # Starmode Radio IP (Metricom) 1661.1Ssimonb#pseudo-device irframetty # IrDA frame line discipline 1671.1Ssimonb#pseudo-device tun 2 # network tunneling over tty 1681.1Ssimonb#pseudo-device gre 2 # generic L3 over IP tunnel 1691.1Ssimonb#pseudo-device ipip 2 # RFC 2003 IP Encapsulation 1701.1Ssimonb#pseudo-device gif 4 # RFC1933 tunnel 1711.1Ssimonb#pseudo-device faith 1 # IPv[46] tcp relay translation 1721.1Ssimonb#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 1731.1Ssimonbpseudo-device vlan # IEEE 802.1q encapsulation 1741.1Ssimonbpseudo-device bridge # simple inter-network bridging 1751.19Sperseant#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 1761.1Ssimonb 1771.1Ssimonb# Miscellaneous pseudo-devices 1781.1Ssimonbpseudo-device pty # pseudo-terminals 1791.1Ssimonb#pseudo-device tb 1 # tablet line discipline 1801.1Ssimonb#pseudo-device sequencer 1 # MIDI sequencer 1811.1Ssimonbpseudo-device rnd # /dev/random & kernel generator 1821.8Slukempseudo-device clockctl # user control of clock subsystem 1831.21Sraggepseudo-device ksyms # /dev/ksyms 1841.26Sitojun#pseudo-device pf # PF packet filter 1851.26Sitojun#pseudo-device pflog # PF log if 1861.1Ssimonb 1871.1Ssimonb# A pseudo device needed for Coda # also needs CODA (above) 1881.1Ssimonb#pseudo-device vcoda 4 # coda minicache <-> venus comm. 189