1# $NetBSD: GENERIC,v 1.35 2000/12/19 10:42:06 bouyer Exp $ 2# 3# GENERIC -- everything that's currently supported 4# 5 6include "arch/ofppc/conf/std.ofppc" 7 8#ident "GENERIC-$Revision: 1.35 $" 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 47# File systems 48file-system FFS # UFS 49file-system EXT2FS # second extended file system (linux) 50file-system LFS # log-structured file system 51file-system MFS # memory file system 52file-system NFS # Network file System client 53file-system CD9660 # ISO 9660 + Rock Ridge file system 54file-system MSDOSFS # MS-DOS file system 55file-system FDESC # /dev/fd 56file-system KERNFS # /kern 57file-system NULLFS # loopback file system 58file-system OVERLAY # overlay file system 59file-system PORTAL # portal file system (still experimental) 60file-system PROCFS # /proc 61file-system UMAPFS # NULLFS + uid and gid remapping 62file-system UNION # union file system 63file-system NTFS # Windows NT file system 64 65# File system options 66options QUOTA # UFS quotas 67options FFS_EI # FFS Endian Independent support 68options SOFTDEP # FFS soft updates support 69options NFSSERVER # Network File System server 70#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 71 # immutable) behave as system flags. 72 73options NFS_BOOT_DHCP # Support DHCP NFS root 74 75# Networking options 76#options GATEWAY # packet forwarding 77options INET # IP + ICMP + TCP + UDP 78options INET6 # IPV6 79#options IPSEC # IP security 80#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 81#options IPSEC_DEBUG # debug for IP security 82#options MROUTING # IP multicast routing 83#options NS # XNS 84#options NSIP # XNS tunneling over IP 85#options ISO,TPIP # OSI 86#options EON # OSI tunneling over IP 87#options CCITT,LLC,HDLC # X.25 88#options NETATALK # AppleTalk networking protocols 89options PPP_BSDCOMP # BSD-Compress compression support for PPP 90options PPP_DEFLATE # Deflate compression support for PPP 91options PPP_FILTER # Active filter support for PPP (requires BPF) 92options PFIL_HOOKS # pfil(9) packet filter hooks 93options IPFILTER_LOG # ipmon(8) log support 94options NMBCLUSTERS=1024 95 96# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 97#options TCP_COMPAT_42 98 99# Kernel root file system and dump configuration 100config netbsd root on ? type ? 101 102# 103# Device configuration 104# 105 106mainbus* at root 107 108# Generic OpenFirmware bus support 109ofbus* at mainbus? 110ofbus* at ofbus? 111 112# Generic OpenFirmware disk support 113ofdisk* at ofbus? 114 115# Generic OpenFirmware network interface support 116ofnet* at ofbus? 117 118# Generic OpenFirmware console support 119ofcons* at ofbus? 120 121# Generic OpenFirmware real-time clock support 122ofrtc* at ofbus? 123 124pseudo-device vnd 4 # disk-like interface to files 125pseudo-device ccd 4 # concatenated/striped disk devices 126#pesudo-device raid 4 # RAIDframe disk driver 127#options RAID_AUTOCONFIG # auto-configuration of RAID components 128pseudo-device md 1 # memory disk device 129pseudo-device loop # network loopback 130pseudo-device bpfilter 8 # packet filter 131pseudo-device ipfilter # IP Filter (firewall) and NAT 132pseudo-device ppp 2 # Point-to-Point Protocol 133pseudo-device sl 2 # Serial Line IP 134pseudo-device tun 4 # network tunneling over tty 135#pseudo-device gre 2 # generic L3 over IP tunnel 136pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 137#pseudo-device faith # IPv[46] tcp relay translation i/f 138#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 139pseudo-device vlan # IEEE 802.1q encapsulation 140pseudo-device pty # pseudo-terminals 141pseudo-device rnd # /dev/random and in-kernel generator 142