OPENBLOCKS266 revision 1.63
11.63Schristos# $NetBSD: OPENBLOCKS266,v 1.63 2013/04/27 18:19:34 christos Exp $ 21.1Sshige# 31.1Sshige# GENERIC -- everything that's currently supported 41.1Sshige# 51.1Sshige 61.48Skiyoharainclude "arch/evbppc/conf/std.obs266" 71.1Sshige 81.1Sshige#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.1Sshige 101.63Schristos#ident "OPENBLOCKS266-$Revision: 1.63 $" 111.1Sshige 121.1Sshigemaxusers 32 131.1Sshige 141.1Sshige 151.25Sshige# 161.25Sshige# Standard system options 171.25Sshige# 181.25Sshige 191.25Sshige#options INSECURE # disable kernel security levels 201.25Sshige#options NTP # NTP phase/frequency locked loop 211.25Sshige#options KTRACE # system call tracing via ktrace(1) 221.25Sshige 231.25Sshigeoptions SYSVMSG # System V message queues 241.25Sshigeoptions SYSVSEM # System V semaphores 251.25Sshigeoptions SYSVSHM # System V shared memory 261.1Sshige 271.25Sshige#options USERCONF # userconf(4) support 281.25Sshige#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 291.9Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 301.25Sshige 311.25Sshige#options UVMHIST 321.25Sshige#options UVMHIST_PRINT 331.1Sshige 341.25Sshige 351.25Sshige# 361.1Sshige# Diagnostic/debugging support options 371.25Sshige# 381.25Sshige 391.25Sshige#options DIAGNOSTIC # cheap kernel consistency checks 401.25Sshigeoptions DEBUG # expensive debugging checks/support 411.25Sshige#options KMEMSTATS # kernel memory statistics (vmstat -m) 421.25Sshigeoptions DDB # in-kernel debugger 431.1Sshigeoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 441.1Sshigeoptions TRAP_PANICWAIT 451.55Smattoptions SYMTAB_SPACE=666000 # size for embedded symbol table 461.1Sshige 471.25Sshigemakeoptions DEBUG="-g" # compile full symbol table 481.1Sshige 491.25Sshige 501.25Sshige# 511.1Sshige# Compatibility options 521.25Sshige# 531.25Sshige 541.25Sshige#options COMPAT_09 # NetBSD 0.9, 551.25Sshige#options COMPAT_10 # NetBSD 1.0, 561.25Sshige#options COMPAT_11 # NetBSD 1.1, 571.25Sshige#options COMPAT_12 # NetBSD 1.2, 581.25Sshigeoptions COMPAT_13 # NetBSD 1.3, 591.25Sshigeoptions COMPAT_14 # NetBSD 1.4, 601.36Smanuoptions COMPAT_15 # NetBSD 1.5, 611.25Sshigeoptions COMPAT_16 # NetBSD 1.6, 621.25Sshigeoptions COMPAT_20 # NetBSD 2.0, 631.39Stsutsuioptions COMPAT_30 # NetBSD 3.0, 641.45Skiyoharaoptions COMPAT_40 # NetBSD 4.0, 651.45Skiyoharaoptions COMPAT_50 # NetBSD 5.0 compatibility. 661.60Sapboptions COMPAT_60 # NetBSD 6.0 compatibility. 671.25Sshigeoptions COMPAT_43 # and 4.3BSD 681.25Sshige#options COMPAT_386BSD_MBRPART # recognize old partition ID 691.25Sshigeoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 701.25Sshige 711.1Sshige 721.25Sshige# 731.1Sshige# File systems 741.25Sshige# 751.25Sshige 761.1Sshigefile-system FFS # UFS 771.1Sshigefile-system EXT2FS # second extended file system (linux) 781.1Sshigefile-system LFS # log-structured file system 791.1Sshigefile-system MFS # memory file system 801.1Sshigefile-system NFS # Network File System client 811.1Sshigefile-system CD9660 # ISO 9660 + Rock Ridge file system 821.1Sshigefile-system MSDOSFS # MS-DOS file system 831.1Sshigefile-system FDESC # /dev/fd 841.1Sshigefile-system KERNFS # /kern 851.1Sshigefile-system NULLFS # loopback file system 861.1Sshigefile-system OVERLAY # overlay file system 871.44Spookafile-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 881.1Sshigefile-system PROCFS # /proc 891.1Sshigefile-system UMAPFS # NULLFS + uid and gid remapping 901.1Sshigefile-system UNION # union file system 911.24Schristosfile-system PTYFS # /dev/pts/N support 921.40Skiyoharafile-system TMPFS # Efficient memory file-system 931.25Sshige#file-system NTFS # Windows NT file system (experimental) 941.25Sshige 951.1Sshige 961.25Sshige# 971.1Sshige# File system options 981.25Sshige# 991.1Sshige 1001.52Sbouyeroptions QUOTA # legacy UFS quotas 1011.52Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 1021.56Swizoptions FFS_EI # FFS Endian Independent support 1031.58Sdhollandoptions WAPBL # File system journaling support 1041.25Sshigeoptions NFSSERVER # Network File System server 1051.27Stsutsui#options FFS_NO_SNAPSHOT # No FFS snapshot support 1061.25Sshigeoptions EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1071.25Sshige # immutable) behave as system flags. 1081.25Sshigeoptions NFS_BOOT_DHCP # Support DHCP NFS root 1091.1Sshige 1101.25Sshige 1111.25Sshige# 1121.1Sshige# Networking options 1131.25Sshige# 1141.25Sshige 1151.1Sshigeoptions GATEWAY # packet forwarding 1161.1Sshigeoptions INET # IP + ICMP + TCP + UDP 1171.47Skiyoharaoptions INET6 # IPv6 1181.1Sshige#options IPSEC # IP security 1191.19Stron#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 1201.1Sshige#options IPSEC_DEBUG # debug for IP security 1211.1Sshige#options MROUTING # IP multicast routing 1221.10Smanu#options PIM # Protocol Independent Multicast 1231.1Sshige#options DIRECTED_BROADCAST # allow broadcasts through routers 1241.1Sshige#options NETATALK # AppleTalk networking protocols 1251.1Sshigeoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1261.1Sshigeoptions PPP_DEFLATE # Deflate compression support for PPP 1271.1Sshigeoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1281.1Sshigeoptions PFIL_HOOKS # pfil(9) packet filter hooks 1291.1Sshigeoptions IPFILTER_LOG # ipmon(8) log support 1301.34Schristosoptions IPFILTER_LOOKUP # ippool(8) support 1311.25Sshige#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 1321.1Sshige#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1331.1Sshige 1341.1Sshige 1351.25Sshige# 1361.25Sshige# Kernel root file system and dump configuration. 1371.25Sshige# 1381.1Sshige 1391.1Sshigeconfig netbsd root on ? type ? 1401.1Sshige 1411.25Sshige 1421.1Sshige# 1431.1Sshige# Device configuration 1441.1Sshige# 1451.1Sshige 1461.1Sshigeplb0 at root # Processor Local Bus 1471.25Sshigecpu0 at plb? # CPU 1481.46Skiyoharaecc0 at plb? irq 17 # On-chip ECC controller 1491.25Sshigepchb0 at plb? # PCI-Host bridges 1501.1Sshige 1511.25Sshige# On-chip Peripheral Bus support 1521.1Sshigeopb* at plb? # On-chip Peripheral Bus 1531.1Sshigewdog* at opb? # Watchdog timer 1541.1Sshigecom* at opb? addr ? irq ? # UARTs 1551.1Sshigeemac0 at opb? addr ? irq ? # Ethernet Media Access Controller 1561.1Sshigeoptions EMAC_EVENT_COUNTERS 1571.3Sshigegpiic0 at opb? addr ? irq ? # On-chip IIC controller 1581.3Sshigeiic0 at gpiic? # I2C bus 1591.3Sshigexrtc0 at iic? addr 0x6f # RTC 1601.30Sshigeopbgpio0 at opb? addr ? irq ? # On-chip GPIO controller 1611.30Sshigegpio* at opbgpio? # GPIO framework 1621.13Sshige 1631.25Sshige# PCI bus support 1641.1Sshigepci* at pchb? 1651.25Sshigeoptions PCIVERBOSE # verbose PCI device autoconfig messages 1661.25Sshige#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1671.25Sshigeoptions PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever 1681.25Sshige # to configure PCI devices 1691.25Sshige#options PCI_CONFIGURE_VERBOSE # Show PCI config information 1701.1Sshigeppb* at pci? dev ? function ? # PCI-PCI bridges 1711.5Sbouyerhptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 1721.1Sshigetlp* at pci? dev ? function ? # DECchip 21x4x and clones 1731.1Sshige 1741.25Sshige# ATA (IDE) bus support 1751.25Sshigeatabus* at ata? 1761.4Sbouyerwd* at atabus? drive ? 1771.1Sshige 1781.25Sshige# MII/PHY support 1791.32Skiyoharadmphy* at mii? phy ? # Davicom DM9101/9102 PHYs 1801.25Sshigelxtphy* at mii? phy ? # Level One LXT-970 PHYs 1811.51Smattukphy* at mii? phy ? # unknown PHYs 1821.25Sshigeoptions MIIVERBOSE # verbose PHY autoconfig messages 1831.1Sshige 1841.1Sshige 1851.25Sshige# 1861.25Sshige# Pseudo devices 1871.25Sshige# 1881.1Sshige 1891.25Sshige# disk/mass storage pseudo-devices 1901.63Schristos#pseudo-device ccd # concatenated/striped disk devices 1911.63Schristos#pseudo-device cgd # cryptographic disk devices 1921.1Sshige#pseudo-device raid 4 # RAIDframe disk driver 1931.1Sshige#options RAID_AUTOCONFIG # auto-configuration of RAID components 1941.49Spooka#pseudo-device fss # file system snapshot device 1951.50Shannken#pseudo-device md # memory disk device 1961.29Scube#pseudo-device vnd # disk-like interface to files 1971.25Sshige 1981.25Sshige# network pseudo-devices 1991.1Sshigepseudo-device loop # network loopback 2001.25Sshigepseudo-device bpfilter # packet filter 2011.1Sshigepseudo-device ipfilter # IP filter (firewall) and NAT 2021.25Sshigepseudo-device ppp # Point-to-Point Protocol 2031.25Sshigepseudo-device pppoe # PPP over Ethernet (RFC 2516) 2041.40Skiyoharapseudo-device sl # Serial Line IP 2051.40Skiyoharapseudo-device strip # Starmode Radio IP (Metricom) 2061.40Skiyoharapseudo-device irframetty # IrDA frame line discipline 2071.40Skiyoharapseudo-device tap # virtual ethernet 2081.40Skiyoharapseudo-device tun # network tunneling over tty 2091.40Skiyoharapseudo-device gre # generic L3 over IP tunnel 2101.47Skiyoharapseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933) 2111.47Skiyohara#pseudo-device faith # IPv[46] TCP relay translation i/f 2121.31Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 2131.1Sshigepseudo-device vlan # IEEE 802.1q encapsulation 2141.25Sshigepseudo-device bridge # simple inter-network bridging 2151.25Sshige#options BRIDGE_IPF # bridge uses IPv[46] pfil hooks too 2161.40Skiyoharapseudo-device agr # IEEE 802.3ad link aggregation 2171.25Sshige#pseudo-device pf # PF packet filter 2181.25Sshige#pseudo-device pflog # PF log if 2191.25Sshige 2201.25Sshige# miscellaneous pseudo-devices 2211.1Sshigepseudo-device pty # pseudo-terminals 2221.1Sshigepseudo-device clockctl # user control of clock subsystem 2231.33Ssimonbpseudo-device ksyms # /dev/ksyms 2241.44Spookapseudo-device putter # for puffs and pud 225