GENERIC revision 1.38
11.38Sdarcy# $NetBSD: GENERIC,v 1.38 2001/06/30 11:00:35 darcy Exp $ 21.1Sws# 31.34Sthorpej# GENERIC -- everything that's currently supported 41.1Sws# 51.1Sws 61.13Ssakamotoinclude "arch/ofppc/conf/std.ofppc" 71.23Shubertf 81.38Sdarcy#ident "GENERIC-$Revision: 1.38 $" 91.1Sws 101.1Swsmaxusers 32 111.1Sws 121.1Sws# various hacks due to bugs in Openfirmware implementation 131.6Slukemoptions FIRMWORKSBUGS 141.1Sws 151.34Sthorpej# Standard system options 161.34Sthorpej#options UCONSOLE # users can use TIOCCONS (for xconsole) 171.34Sthorpej#options INSECURE # disable kernel security checks 181.34Sthorpej#options NTP # NTP phase/frequency locked loop 191.34Sthorpejoptions KTRACE # system call tracing via ktrace(1) 201.34Sthorpej 211.34Sthorpejoptions SYSVMSG # System V message queues 221.34Sthorpejoptions SYSVSEM # System V semaphores 231.38Sdarcy#options SEMMNI=10 # number of semaphore identifiers 241.38Sdarcy#options SEMMNS=60 # number of semaphores in system 251.38Sdarcy#options SEMUME=10 # max number of undo entries per process 261.38Sdarcy#options SEMMNU=30 # number of undo structures in system 271.34Sthorpejoptions SYSVSHM # System V shared memory 281.34Sthorpej#options SHMMAXPGS=1024 # 1024 pages is the default 291.34Sthorpej 301.34Sthorpejoptions LKM # loadable kernel modules 311.34Sthorpej 321.34Sthorpej# Diagnostic/debugging support options 331.34Sthorpejoptions DIAGNOSTIC # cheap kernel consistency checks 341.34Sthorpej#options DEBUG # expensive debugging checks/support 351.34Sthorpejoptions DDB # in-kernel debugger 361.34Sthorpejoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 371.34Sthorpejoptions TRAP_PANICWAIT 381.1Sws 391.34Sthorpejmakeoptions DEBUG="-g" # compile fill symbol table 401.5Sthorpej 411.34Sthorpej# Compatibility option 421.34Sthorpejoptions COMPAT_09 # NetBSD 0.9, 431.34Sthorpejoptions COMPAT_10 # NetBSD 1.0, 441.34Sthorpejoptions COMPAT_11 # NetBSD 1.1, 451.34Sthorpejoptions COMPAT_12 # NetBSD 1.2, 461.34Sthorpejoptions COMPAT_13 # NetBSD 1.3, 471.34Sthorpejoptions COMPAT_14 # NetBSD 1.4, 481.34Sthorpejoptions COMPAT_43 # and 4.3BSD 491.11Sdrochneroptions COMPAT_386BSD_MBRPART # recognize old partition ID 501.37Smanu#options COMPAT_LINUX # Linux binary compatibility (experimental) 511.1Sws 521.34Sthorpej# File systems 531.34Sthorpejfile-system FFS # UFS 541.34Sthorpejfile-system EXT2FS # second extended file system (linux) 551.34Sthorpejfile-system LFS # log-structured file system 561.34Sthorpejfile-system MFS # memory file system 571.34Sthorpejfile-system NFS # Network file System client 581.34Sthorpejfile-system CD9660 # ISO 9660 + Rock Ridge file system 591.34Sthorpejfile-system MSDOSFS # MS-DOS file system 601.34Sthorpejfile-system FDESC # /dev/fd 611.34Sthorpejfile-system KERNFS # /kern 621.34Sthorpejfile-system NULLFS # loopback file system 631.22Swrstudenfile-system OVERLAY # overlay file system 641.34Sthorpejfile-system PORTAL # portal file system (still experimental) 651.34Sthorpejfile-system PROCFS # /proc 661.34Sthorpejfile-system UMAPFS # NULLFS + uid and gid remapping 671.34Sthorpejfile-system UNION # union file system 681.34Sthorpejfile-system NTFS # Windows NT file system 691.34Sthorpej 701.34Sthorpej# File system options 711.34Sthorpejoptions QUOTA # UFS quotas 721.34Sthorpejoptions FFS_EI # FFS Endian Independent support 731.34Sthorpejoptions SOFTDEP # FFS soft updates support 741.34Sthorpejoptions NFSSERVER # Network File System server 751.34Sthorpej#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 761.34Sthorpej # immutable) behave as system flags. 771.34Sthorpej 781.34Sthorpejoptions NFS_BOOT_DHCP # Support DHCP NFS root 791.34Sthorpej 801.34Sthorpej# Networking options 811.34Sthorpej#options GATEWAY # packet forwarding 821.34Sthorpejoptions INET # IP + ICMP + TCP + UDP 831.21Sitojunoptions INET6 # IPV6 841.21Sitojun#options IPSEC # IP security 851.21Sitojun#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 861.21Sitojun#options IPSEC_DEBUG # debug for IP security 871.34Sthorpej#options MROUTING # IP multicast routing 881.34Sthorpej#options NS # XNS 891.34Sthorpej#options NSIP # XNS tunneling over IP 901.34Sthorpej#options ISO,TPIP # OSI 911.34Sthorpej#options EON # OSI tunneling over IP 921.34Sthorpej#options CCITT,LLC,HDLC # X.25 931.34Sthorpej#options NETATALK # AppleTalk networking protocols 941.34Sthorpejoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 951.34Sthorpejoptions PPP_DEFLATE # Deflate compression support for PPP 961.34Sthorpejoptions PPP_FILTER # Active filter support for PPP (requires BPF) 971.34Sthorpejoptions PFIL_HOOKS # pfil(9) packet filter hooks 981.34Sthorpejoptions IPFILTER_LOG # ipmon(8) log support 991.6Slukemoptions NMBCLUSTERS=1024 1001.1Sws 1011.34Sthorpej# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 1021.34Sthorpej#options TCP_COMPAT_42 1031.34Sthorpej 1041.34Sthorpej# Kernel root file system and dump configuration 1051.4Sthorpejconfig netbsd root on ? type ? 1061.1Sws 1071.34Sthorpej# 1081.34Sthorpej# Device configuration 1091.34Sthorpej# 1101.34Sthorpej 1111.34Sthorpejmainbus* at root 1121.1Sws 1131.34Sthorpej# Generic OpenFirmware bus support 1141.10Smycroftofbus* at mainbus? 1151.10Smycroftofbus* at ofbus? 1161.1Sws 1171.34Sthorpej# Generic OpenFirmware disk support 1181.10Smycroftofdisk* at ofbus? 1191.1Sws 1201.34Sthorpej# Generic OpenFirmware network interface support 1211.10Smycroftofnet* at ofbus? 1221.1Sws 1231.34Sthorpej# Generic OpenFirmware console support 1241.10Smycroftofcons* at ofbus? 1251.1Sws 1261.34Sthorpej# Generic OpenFirmware real-time clock support 1271.10Smycroftofrtc* at ofbus? 1281.1Sws 1291.34Sthorpejpseudo-device vnd 4 # disk-like interface to files 1301.34Sthorpejpseudo-device ccd 4 # concatenated/striped disk devices 1311.34Sthorpej#pesudo-device raid 4 # RAIDframe disk driver 1321.34Sthorpej#options RAID_AUTOCONFIG # auto-configuration of RAID components 1331.34Sthorpejpseudo-device md 1 # memory disk device 1341.34Sthorpejpseudo-device loop # network loopback 1351.5Sthorpejpseudo-device bpfilter 8 # packet filter 1361.34Sthorpejpseudo-device ipfilter # IP Filter (firewall) and NAT 1371.34Sthorpejpseudo-device ppp 2 # Point-to-Point Protocol 1381.34Sthorpejpseudo-device sl 2 # Serial Line IP 1391.34Sthorpejpseudo-device tun 4 # network tunneling over tty 1401.34Sthorpej#pseudo-device gre 2 # generic L3 over IP tunnel 1411.34Sthorpejpseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 1421.34Sthorpej#pseudo-device faith # IPv[46] tcp relay translation i/f 1431.34Sthorpej#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1441.35Sbouyerpseudo-device vlan # IEEE 802.1q encapsulation 1451.32Sjdolecekpseudo-device pty # pseudo-terminals 1461.33Sitojunpseudo-device rnd # /dev/random and in-kernel generator 147