GENERIC revision 1.37
1# $NetBSD: GENERIC,v 1.37 2001/04/04 17:08:08 manu Exp $ 2# 3# GENERIC -- everything that's currently supported 4# 5 6include "arch/ofppc/conf/std.ofppc" 7 8#ident "GENERIC-$Revision: 1.37 $" 9 10maxusers 32 11 12# various hacks due to bugs in Openfirmware implementation 13options FIRMWORKSBUGS 14 15# Standard system options 16#options UCONSOLE # users can use TIOCCONS (for xconsole) 17#options INSECURE # disable kernel security checks 18#options NTP # NTP phase/frequency locked loop 19options KTRACE # system call tracing via ktrace(1) 20 21options SYSVMSG # System V message queues 22options SYSVSEM # System V semaphores 23options SYSVSHM # System V shared memory 24#options SHMMAXPGS=1024 # 1024 pages is the default 25 26options LKM # loadable kernel modules 27 28# Diagnostic/debugging support options 29options DIAGNOSTIC # cheap kernel consistency checks 30#options DEBUG # expensive debugging checks/support 31options DDB # in-kernel debugger 32options DDB_HISTORY_SIZE=512 # enable history editing in DDB 33options TRAP_PANICWAIT 34 35makeoptions DEBUG="-g" # compile fill symbol table 36 37# Compatibility option 38options COMPAT_09 # NetBSD 0.9, 39options COMPAT_10 # NetBSD 1.0, 40options COMPAT_11 # NetBSD 1.1, 41options COMPAT_12 # NetBSD 1.2, 42options COMPAT_13 # NetBSD 1.3, 43options COMPAT_14 # NetBSD 1.4, 44options COMPAT_43 # and 4.3BSD 45options COMPAT_386BSD_MBRPART # recognize old partition ID 46#options COMPAT_LINUX # Linux binary compatibility (experimental) 47 48# File systems 49file-system FFS # UFS 50file-system EXT2FS # second extended file system (linux) 51file-system LFS # log-structured file system 52file-system MFS # memory file system 53file-system NFS # Network file System client 54file-system CD9660 # ISO 9660 + Rock Ridge file system 55file-system MSDOSFS # MS-DOS file system 56file-system FDESC # /dev/fd 57file-system KERNFS # /kern 58file-system NULLFS # loopback file system 59file-system OVERLAY # overlay file system 60file-system PORTAL # portal file system (still experimental) 61file-system PROCFS # /proc 62file-system UMAPFS # NULLFS + uid and gid remapping 63file-system UNION # union file system 64file-system NTFS # Windows NT file system 65 66# File system options 67options QUOTA # UFS quotas 68options FFS_EI # FFS Endian Independent support 69options SOFTDEP # FFS soft updates support 70options NFSSERVER # Network File System server 71#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 72 # immutable) behave as system flags. 73 74options NFS_BOOT_DHCP # Support DHCP NFS root 75 76# Networking options 77#options GATEWAY # packet forwarding 78options INET # IP + ICMP + TCP + UDP 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 # IP multicast routing 84#options NS # XNS 85#options NSIP # XNS tunneling over IP 86#options ISO,TPIP # OSI 87#options EON # OSI tunneling over IP 88#options CCITT,LLC,HDLC # X.25 89#options NETATALK # AppleTalk networking protocols 90options PPP_BSDCOMP # BSD-Compress compression support for PPP 91options 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 95options NMBCLUSTERS=1024 96 97# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 98#options TCP_COMPAT_42 99 100# Kernel root file system and dump configuration 101config netbsd root on ? type ? 102 103# 104# Device configuration 105# 106 107mainbus* at root 108 109# Generic OpenFirmware bus support 110ofbus* at mainbus? 111ofbus* at ofbus? 112 113# Generic OpenFirmware disk support 114ofdisk* at ofbus? 115 116# Generic OpenFirmware network interface support 117ofnet* at ofbus? 118 119# Generic OpenFirmware console support 120ofcons* at ofbus? 121 122# Generic OpenFirmware real-time clock support 123ofrtc* at ofbus? 124 125pseudo-device vnd 4 # disk-like interface to files 126pseudo-device ccd 4 # concatenated/striped disk devices 127#pesudo-device raid 4 # RAIDframe disk driver 128#options RAID_AUTOCONFIG # auto-configuration of RAID components 129pseudo-device md 1 # memory disk device 130pseudo-device loop # network loopback 131pseudo-device bpfilter 8 # packet filter 132pseudo-device ipfilter # IP Filter (firewall) and NAT 133pseudo-device ppp 2 # Point-to-Point Protocol 134pseudo-device sl 2 # Serial Line IP 135pseudo-device tun 4 # network tunneling over tty 136#pseudo-device gre 2 # generic L3 over IP tunnel 137pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 138#pseudo-device faith # IPv[46] tcp relay translation i/f 139#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 140pseudo-device vlan # IEEE 802.1q encapsulation 141pseudo-device pty # pseudo-terminals 142pseudo-device rnd # /dev/random and in-kernel generator 143