GENERIC revision 1.16
11.16Ssimonb# $NetBSD: GENERIC,v 1.16 2002/11/12 01:22:26 simonb Exp $ 21.1Ssimonb 31.16Ssimonb#include "arch/sbmips/conf/std.sbmips.eb" # big-endian mode 41.16Ssimonbinclude "arch/sbmips/conf/std.sbmips.el" # little-endian mode 51.1Ssimonb 61.5Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 71.5Satatat 81.16Ssimonb#ident "GENERIC-$Revision: 1.16 $" 91.16Ssimonb 101.16Ssimonb#options LOCKDEBUG # XXX XXX XXX XXX 111.16Ssimonboptions DEBUG # extra kernel debugging support 121.1Ssimonb 131.1Ssimonb# The following three options are required for BCM1250 pass 1 silicon 141.16Ssimonb#options SB1250_PASS1 151.16Ssimonb#options NOFPU 161.16Ssimonb#options SOFTFLOAT 171.1Ssimonb 181.1Ssimonbmaxusers 32 191.1Ssimonb 201.1Ssimonb# Standard system options 211.1Ssimonboptions KTRACE # system call tracing support 221.13Sprovosoptions SYSTRACE # system call vetting via systrace(1) 231.1Ssimonboptions SYSVMSG # System V message queues 241.1Ssimonboptions SYSVSEM # System V semaphores 251.1Ssimonboptions SYSVSHM # System V shared memory 261.1Ssimonb#options SHMMAXPGS=1024 # 1024 pages is the default 271.1Ssimonboptions LKM # loadable kernel modules 281.1Ssimonb#options NTP # network time protocol 291.1Ssimonb#options UCONSOLE # users can redirect console (unsafe) 301.1Ssimonb 311.1Ssimonb# Debugging options 321.1Ssimonboptions DIAGNOSTIC # extra kernel sanity checking 331.1Ssimonb#options DEBUG # extra kernel debugging support 341.1Ssimonb#options KMEMSTATS # kernel memory statistics (vmstat -m) 351.10Slukemoptions USERCONF # userconf(4) support 361.1Ssimonboptions DDB # kernel dynamic debugger 371.1Ssimonboptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 381.1Ssimonb#makeoptions DEBUG="-g" # compile full symbol table 391.1Ssimonboptions SYMTAB_SPACE=200000 # size for embedded symbol table 401.1Ssimonb 411.1Ssimonb# Compatibility options 421.1Ssimonboptions COMPAT_43 # compatibility with 4.3BSD binaries 431.1Ssimonb#options COMPAT_10 # NetBSD 0.9 binary compatibility 441.1Ssimonb#options COMPAT_10 # NetBSD 1.0 binary compatibility 451.1Ssimonb#options COMPAT_11 # NetBSD 1.1 binary compatibility 461.1Ssimonb#options COMPAT_12 # NetBSD 1.2 binary compatibility 471.1Ssimonb#options COMPAT_13 # NetBSD 1.3 binary compatibility 481.1Ssimonb#options COMPAT_14 # NetBSD 1.4 binary compatibility 491.1Ssimonb#options EXEC_ECOFF # exec ECOFF binaries 501.1Ssimonb#options COMPAT_ULTRIX # binary compatibility with Ultrix 511.1Ssimonb 521.1Ssimonb# File systems 531.1Ssimonbfile-system FFS # Berkeley Fast Filesystem 541.1Ssimonbfile-system NFS # Sun NFS-compatible filesystem client 551.1Ssimonbfile-system KERNFS # kernel data-structure filesystem 561.1Ssimonb#file-system NULLFS # NULL layered filesystem 571.1Ssimonbfile-system OVERLAY # overlay file system 581.1Ssimonbfile-system MFS # memory-based filesystem 591.1Ssimonbfile-system FDESC # user file descriptor filesystem 601.1Ssimonb#file-system UMAPFS # uid/gid remapping filesystem 611.1Ssimonbfile-system LFS # Log-based filesystem (still experimental) 621.1Ssimonb#file-system PORTAL # portal filesystem (still experimental) 631.6Ssimonbfile-system PROCFS # /proc 641.1Ssimonb#file-system CD9660 # ISO 9660 + Rock Ridge file system 651.1Ssimonb#file-system UNION # union file system 661.1Ssimonb#file-system MSDOSFS # MS-DOS FAT filesystem(s). 671.1Ssimonb#file-system CODA # Coda File System; also needs vcoda (below) 681.1Ssimonb 691.1Ssimonb# File system options 701.1Ssimonboptions NFSSERVER # Sun NFS-compatible filesystem server 711.1Ssimonboptions QUOTA # FFS quotas 721.1Ssimonb#options FFS_EI # FFS Endian Independant support 731.1Ssimonb#options SOFTDEP # FFS soft updates support. 741.1Ssimonb#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 751.1Ssimonb # immutable) behave as system flags. 761.1Ssimonb 771.1Ssimonb# Networking options 781.1Ssimonb#options GATEWAY # IP packet forwarding 791.1Ssimonboptions INET # Internet protocols 801.1Ssimonboptions INET6 # IPV6 811.1Ssimonb#options IPSEC # IP security 821.1Ssimonb#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 831.1Ssimonb#options IPSEC_DEBUG # debug for IP security 841.1Ssimonb#options MROUTING # packet forwarding of multicast packets 851.1Ssimonb#options NS # Xerox NS networking 861.1Ssimonb#options NSIP # Xerox NS tunneling over IP 871.1Ssimonb#options ISO,TPIP # OSI networking 881.1Ssimonb#options EON # OSI tunneling over IP 891.1Ssimonb#options CCITT,LLC,HDLC # X.25 901.1Ssimonb#options NETATALK # AppleTalk (over Ethernet) protocol 911.1Ssimonb#options PPP_BSDCOMP # BSD-Compress compression support for PPP 921.1Ssimonb#options PPP_DEFLATE # Deflate compression support for PPP 931.1Ssimonboptions PPP_FILTER # Active filter support for PPP (requires bpf) 941.1Ssimonboptions PFIL_HOOKS # pfil(9) packet filter hooks 951.1Ssimonboptions IPFILTER_LOG # ipmon(8) log support 961.12Smartti#options IPFILTER_DEFAULT_BLOCK # block all packets by default 971.1Ssimonb 981.1Ssimonb# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 991.1Ssimonb#options TCP_COMPAT_42 1001.1Ssimonb 1011.1Ssimonb# These options enable verbose messages for several subsystems. 1021.1Ssimonb# Warning, these may compile large string tables into the kernel! 1031.1Ssimonboptions PCIVERBOSE # verbose PCI device autoconfig messages 1041.1Ssimonb#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1051.1Ssimonb#options SCSIVERBOSE # human readable SCSI error messages 1061.1Ssimonboptions MIIVERBOSE # verbose PHY autoconfig messages 1071.1Ssimonb 1081.1Ssimonboptions NFS_BOOT_DHCP 1091.1Ssimonb 1101.1Ssimonb#config netbsd root on ? type ? 1111.1Ssimonbconfig netbsd root on sbmac0 type nfs 1121.1Ssimonb 1131.1Ssimonbzbbus* at root 1141.1Ssimonb 1151.6Ssimonbcpu* at zbbus? busid ? 1161.1Ssimonbsbscd* at zbbus? busid ? 1171.1Ssimonbsbobio* at zbbus? busid ? 1181.1Ssimonb 1191.1Ssimonb#sbicu* at sbscd? offset ? 1201.9Ssimonbsbwdog* at sbscd? offset ? intr ? 1211.1Ssimonbsbtimer0 at sbscd? offset ? intr ? flags 0x01 # clock 1221.1Ssimonb#sbtimer1 at sbscd? offset ? intr ? flags 0x02 # statclock 1231.1Ssimonbsbtimer* at sbscd? offset ? intr ? 1241.1Ssimonb 1251.1Ssimonbsbmac* at sbobio? offset ? 1261.1Ssimonbsbscn* at sbobio? offset ? 1271.1Ssimonb#sbgbus* at sbobio? offset ? 1281.7Ssimonbsmbus* at sbobio? offset ? 1291.7Ssimonb 1301.16Ssimonbxirtc* at smbus? chan ? dev ? # Xicor X1241 RTC 1311.16Ssimonbstrtc* at smbus? chan ? dev ? # ST M41T81 RTC 1321.1Ssimonb 1331.1Ssimonb# MII/PHY support 1341.6Ssimonbbrgphy* at mii? phy ? 1351.1Ssimonb 1361.1Ssimonb# Pseudo-devices 1371.1Ssimonb 1381.1Ssimonb# Disk/mass storage pseudo-devices 1391.1Ssimonbpseudo-device ccd 4 # concatenated disk devices 1401.14Selric#pseudo-device cgd 4 # cryptographic disk devices 1411.1Ssimonb#pseudo-device raid 4 # RAIDframe disk driver 1421.1Ssimonb#options RAID_AUTOCONFIG # auto-configuration of RAID 1431.1Ssimonbpseudo-device md 1 # memory disk device (ramdisk) 1441.1Ssimonbpseudo-device vnd 4 # disk-like interface to files 1451.1Ssimonb 1461.1Ssimonb# Network pseudo-devices 1471.1Ssimonbpseudo-device bpfilter 8 # Berkeley packet filter 1481.1Ssimonbpseudo-device ipfilter # IP filter (firewall) and NAT 1491.1Ssimonbpseudo-device loop # network loopback 1501.1Ssimonb#pseudo-device ppp 2 # Point-to-Point Protocol 1511.1Ssimonb#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 1521.1Ssimonb#pseudo-device sl 2 # Serial Line IP 1531.1Ssimonb#pseudo-device strip 2 # Starmode Radio IP (Metricom) 1541.1Ssimonb#pseudo-device irframetty # IrDA frame line discipline 1551.1Ssimonb#pseudo-device tun 2 # network tunneling over tty 1561.1Ssimonb#pseudo-device gre 2 # generic L3 over IP tunnel 1571.1Ssimonb#pseudo-device ipip 2 # RFC 2003 IP Encapsulation 1581.1Ssimonb#pseudo-device gif 4 # RFC1933 tunnel 1591.1Ssimonb#pseudo-device faith 1 # IPv[46] tcp relay translation 1601.1Ssimonb#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 1611.1Ssimonbpseudo-device vlan # IEEE 802.1q encapsulation 1621.1Ssimonbpseudo-device bridge # simple inter-network bridging 1631.1Ssimonb 1641.1Ssimonb# Miscellaneous pseudo-devices 1651.1Ssimonbpseudo-device pty # pseudo-terminals 1661.1Ssimonb#pseudo-device tb 1 # tablet line discipline 1671.1Ssimonb#pseudo-device sequencer 1 # MIDI sequencer 1681.1Ssimonbpseudo-device rnd # /dev/random & kernel generator 1691.8Slukempseudo-device clockctl # user control of clock subsystem 1701.1Ssimonb 1711.1Ssimonb# A pseudo device needed for Coda # also needs CODA (above) 1721.1Ssimonb#pseudo-device vcoda 4 # coda minicache <-> venus comm. 173