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