OPENBLOCKS266 revision 1.39
1# $NetBSD: OPENBLOCKS266,v 1.39 2008/05/30 20:10:02 tsutsui Exp $ 2# 3# GENERIC -- everything that's currently supported 4# 5 6include "arch/evbppc/conf/std.obs405" 7 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 10#ident "OPENBLOCKS266-$Revision: 1.39 $" 11 12maxusers 32 13 14 15# 16# Standard system options 17# 18 19#options INSECURE # disable kernel security levels 20#options NTP # NTP phase/frequency locked loop 21#options KTRACE # system call tracing via ktrace(1) 22 23options SYSVMSG # System V message queues 24options SYSVSEM # System V semaphores 25#options SEMMNI=10 # number of semaphore identifiers 26#options SEMMNS=60 # number of semaphores in system 27#options SEMUME=10 # max number of undo entries per process 28#options SEMMNU=30 # number of undo structures in system 29options SYSVSHM # System V shared memory 30#options SHMMAXPGS=1024 # 1024 pages is the default 31options P1003_1B_SEMAPHORE # p1003.1b semaphore support 32 33#options LKM # loadable kernel modules 34 35#options USERCONF # userconf(4) support 36#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 37#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 38 39#options UVMHIST 40#options UVMHIST_PRINT 41 42 43# 44# Diagnostic/debugging support options 45# 46 47#options DIAGNOSTIC # cheap kernel consistency checks 48options DEBUG # expensive debugging checks/support 49#options KMEMSTATS # kernel memory statistics (vmstat -m) 50options DDB # in-kernel debugger 51options DDB_HISTORY_SIZE=512 # enable history editing in DDB 52options TRAP_PANICWAIT 53options SYMTAB_SPACE=410000 # size for embedded symbol table 54 55makeoptions DEBUG="-g" # compile full symbol table 56 57 58# 59# Compatibility options 60# 61 62#options COMPAT_09 # NetBSD 0.9, 63#options COMPAT_10 # NetBSD 1.0, 64#options COMPAT_11 # NetBSD 1.1, 65#options COMPAT_12 # NetBSD 1.2, 66options COMPAT_13 # NetBSD 1.3, 67options COMPAT_14 # NetBSD 1.4, 68options COMPAT_15 # NetBSD 1.5, 69options COMPAT_16 # NetBSD 1.6, 70options COMPAT_20 # NetBSD 2.0, 71options COMPAT_30 # NetBSD 3.0, 72options COMPAT_40 # NetBSD 4.0 compatibility. 73options COMPAT_43 # and 4.3BSD 74#options COMPAT_386BSD_MBRPART # recognize old partition ID 75options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 76 77 78# 79# File systems 80# 81 82file-system FFS # UFS 83file-system EXT2FS # second extended file system (linux) 84file-system LFS # log-structured file system 85file-system MFS # memory file system 86file-system NFS # Network File System client 87file-system CD9660 # ISO 9660 + Rock Ridge file system 88file-system MSDOSFS # MS-DOS file system 89file-system FDESC # /dev/fd 90file-system KERNFS # /kern 91file-system NULLFS # loopback file system 92file-system OVERLAY # overlay file system 93file-system PORTAL # portal filesystem (still experimental) 94file-system PROCFS # /proc 95file-system UMAPFS # NULLFS + uid and gid remapping 96file-system UNION # union file system 97file-system PTYFS # /dev/pts/N support 98#file-system NTFS # Windows NT file system (experimental) 99 100 101# 102# File system options 103# 104 105options QUOTA # UFS quotas 106options FFS_EI # FFS Endian Independant support 107options SOFTDEP # FFS soft updates support. 108options NFSSERVER # Network File System server 109#options FFS_NO_SNAPSHOT # No FFS snapshot support 110options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 111 # immutable) behave as system flags. 112options NFS_BOOT_DHCP # Support DHCP NFS root 113 114 115# 116# Networking options 117# 118 119options GATEWAY # packet forwarding 120options INET # IP + ICMP + TCP + UDP 121options INET6 # IPV6 122#options IPSEC # IP security 123#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 124#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 125#options IPSEC_DEBUG # debug for IP security 126#options MROUTING # IP multicast routing 127#options PIM # Protocol Independent Multicast 128#options DIRECTED_BROADCAST # allow broadcasts through routers 129options ISO,TPIP # OSI 130#options EON # OSI tunneling over IP 131#options NETATALK # AppleTalk networking protocols 132options PPP_BSDCOMP # BSD-Compress compression support for PPP 133options PPP_DEFLATE # Deflate compression support for PPP 134options PPP_FILTER # Active filter support for PPP (requires bpf) 135options PFIL_HOOKS # pfil(9) packet filter hooks 136options IPFILTER_LOG # ipmon(8) log support 137options IPFILTER_LOOKUP # ippool(8) support 138#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 139#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 140 141 142# 143# Kernel root file system and dump configuration. 144# 145 146config netbsd root on ? type ? 147 148 149# 150# Device configuration 151# 152 153plb0 at root # Processor Local Bus 154cpu0 at plb? # CPU 155ecc0 at plb? irq 16 # On-chip ECC controller 156pchb0 at plb? # PCI-Host bridges 157 158# On-chip Peripheral Bus support 159opb* at plb? # On-chip Peripheral Bus 160wdog* at opb? # Watchdog timer 161com* at opb? addr ? irq ? # UARTs 162emac0 at opb? addr ? irq ? # Ethernet Media Access Controller 163options EMAC_EVENT_COUNTERS 164gpiic0 at opb? addr ? irq ? # On-chip IIC controller 165iic0 at gpiic? # I2C bus 166xrtc0 at iic? addr 0x6f # RTC 167opbgpio0 at opb? addr ? irq ? # On-chip GPIO controller 168gpio* at opbgpio? # GPIO framework 169 170# PCI bus support 171pci* at pchb? 172options PCIVERBOSE # verbose PCI device autoconfig messages 173#options PCI_CONFIG_DUMP # verbosely dump PCI config space 174options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever 175 # to configure PCI devices 176#options PCI_CONFIGURE_VERBOSE # Show PCI config information 177ppb* at pci? dev ? function ? # PCI-PCI bridges 178hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 179tlp* at pci? dev ? function ? # DECchip 21x4x and clones 180 181# ATA (IDE) bus support 182atabus* at ata? 183wd* at atabus? drive ? 184 185# MII/PHY support 186dmphy* at mii? phy ? # Davicom DM9101/9102 PHYs 187lxtphy* at mii? phy ? # Level One LXT-970 PHYs 188options MIIVERBOSE # verbose PHY autoconfig messages 189 190 191# 192# Pseudo devices 193# 194 195# disk/mass storage pseudo-devices 196#pseudo-device ccd 4 # concatenated/striped disk devices 197#pseudo-device cgd 4 # cryptographic disk devices 198#pseudo-device raid 4 # RAIDframe disk driver 199#options RAID_AUTOCONFIG # auto-configuration of RAID components 200#pseudo-device fss 4 # file system snapshot device 201#pseudo-device md 1 # memory disk device 202#pseudo-device vnd # disk-like interface to files 203 204# network pseudo-devices 205pseudo-device loop # network loopback 206pseudo-device bpfilter # packet filter 207pseudo-device ipfilter # IP filter (firewall) and NAT 208pseudo-device ppp # Point-to-Point Protocol 209pseudo-device pppoe # PPP over Ethernet (RFC 2516) 210#pseudo-device sl # Serial Line IP 211#pseudo-device strip # Starmode Radio IP (Metricom) 212#pseudo-device irframetty # IrDA frame line discipline 213#pseudo-device tun # network tunneling over tty 214#pseudo-device tap # virtual ethernet 215#pseudo-device gre # generic L3 over IP tunnel 216pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 217#pseudo-device faith # IPv[46] tcp relay translation i/f 218pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 219pseudo-device vlan # IEEE 802.1q encapsulation 220pseudo-device bridge # simple inter-network bridging 221#options BRIDGE_IPF # bridge uses IPv[46] pfil hooks too 222#pseudo-device pf # PF packet filter 223#pseudo-device pflog # PF log if 224 225# miscellaneous pseudo-devices 226pseudo-device pty # pseudo-terminals 227pseudo-device rnd # /dev/random and in-kernel generator 228pseudo-device clockctl # user control of clock subsystem 229pseudo-device ksyms # /dev/ksyms 230