WGT624V3 revision 1.10
11.10Smatt# $NetBSD: WGT624V3,v 1.10 2011/02/20 07:48:33 matt Exp $ 21.1Sjmcneill 31.1Sjmcneillinclude "arch/evbmips/conf/std.atheros" 41.1Sjmcneill 51.1Sjmcneill#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 61.1Sjmcneill 71.10Smatt#ident "WGT624V3-$Revision: 1.10 $" 81.1Sjmcneill 91.1Sjmcneillmaxusers 32 101.1Sjmcneill 111.1Sjmcneillmakeoptions COPTS="-Os" # Optimise for space. Implies -O2 121.1Sjmcneillmakeoptions ATH_MACHINE_HAL=ap51 131.1Sjmcneill 141.1Sjmcneilloptions MIPS32 151.1Sjmcneilloptions NOFPU # No FPU 161.10Smattoptions FPEMUL # emulate FPU insn 171.1Sjmcneilloptions WISOC_AR5315 # WiSoC select 181.1Sjmcneilloptions COM_ARBUS_BAUD=9600 191.1Sjmcneill 201.1Sjmcneill# Options for necessary to use MD 211.1Sjmcneill#options MEMORY_DISK_HOOKS 221.1Sjmcneill#options MEMORY_DISK_IS_ROOT # force root on memory disk 231.1Sjmcneill#options MEMORY_DISK_SERVER=0 # no userspace memory disk support 241.1Sjmcneill#options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks 251.1Sjmcneill#options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks 261.1Sjmcneill#options MEMORY_DISK_ROOT_SIZE=7300 271.1Sjmcneill 281.1Sjmcneill# Size reduction options 291.1Sjmcneilloptions VNODE_OP_NOINLINE 301.1Sjmcneilloptions PIPE_SOCKETPAIR 311.1Sjmcneilloptions SOSEND_NO_LOAN 321.1Sjmcneill 331.1Sjmcneill# Standard system options 341.1Sjmcneill#options KTRACE # system call tracing support 351.1Sjmcneill#options SYSVMSG # System V message queues 361.1Sjmcneill#options SYSVSEM # System V semaphores 371.1Sjmcneill#options SYSVSHM # System V shared memory 381.1Sjmcneilloptions NTP # network time protocol 391.1Sjmcneill 401.1Sjmcneill# Debugging options 411.1Sjmcneilloptions DIAGNOSTIC # extra kernel sanity checking 421.1Sjmcneill#options DEBUG # extra kernel debugging support 431.1Sjmcneill#options KMEMSTATS # kernel memory statistics (vmstat -m) 441.1Sjmcneill#options USERCONF # userconf(4) support 451.1Sjmcneill#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 461.1Sjmcneilloptions DDB # kernel dynamic debugger 471.1Sjmcneilloptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 481.1Sjmcneillmakeoptions DEBUG="-g" # compile full symbol table 491.10Smattoptions SYMTAB_SPACE=300000 # size for embedded symbol table 501.1Sjmcneill 511.1Sjmcneill# Compatibility options 521.1Sjmcneill#options COMPAT_43 # compatibility with 4.3BSD binaries 531.1Sjmcneill#options COMPAT_09 # NetBSD 0.9 binary compatibility 541.1Sjmcneill#options COMPAT_10 # NetBSD 1.0 binary compatibility 551.1Sjmcneill#options COMPAT_11 # NetBSD 1.1 binary compatibility 561.1Sjmcneill#options COMPAT_12 # NetBSD 1.2 binary compatibility 571.1Sjmcneill#options COMPAT_13 # NetBSD 1.3 binary compatibility 581.1Sjmcneill#options COMPAT_14 # NetBSD 1.4 binary compatibility 591.1Sjmcneill#options COMPAT_15 # NetBSD 1.5 binary compatibility 601.1Sjmcneill#options COMPAT_16 # NetBSD 1.6 binary compatibility 611.1Sjmcneill#options COMPAT_20 # NetBSD 2.0 binary compatibility 621.1Sjmcneill#options COMPAT_30 # NetBSD 3.0 compatibility. 631.2Stsutsui#options COMPAT_40 # NetBSD 4.0 compatibility. 641.1Sjmcneill#options EXEC_ECOFF # exec ECOFF binaries 651.1Sjmcneill#options COMPAT_ULTRIX # binary compatibility with Ultrix 661.1Sjmcneill#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 671.1Sjmcneill 681.1Sjmcneill# File systems 691.1Sjmcneillfile-system FFS # Berkeley Fast Filesystem 701.1Sjmcneillfile-system MFS # memory-based filesystem 711.1Sjmcneill#file-system EXT2FS # second extended file system (linux) 721.1Sjmcneillfile-system NFS # Sun NFS-compatible filesystem client 731.1Sjmcneill#file-system KERNFS # kernel data-structure filesystem 741.1Sjmcneill#file-system NULLFS # NULL layered filesystem 751.1Sjmcneill#file-system OVERLAY # overlay file system 761.1Sjmcneill#file-system FDESC # user file descriptor filesystem 771.1Sjmcneill#file-system UMAPFS # uid/gid remapping filesystem 781.1Sjmcneill#file-system LFS # Log-based filesystem (still experimental) 791.1Sjmcneill#file-system PROCFS # /proc 801.1Sjmcneill#file-system CD9660 # ISO 9660 + Rock Ridge file system 811.1Sjmcneill#file-system UNION # union file system 821.1Sjmcneill#file-system MSDOSFS # MS-DOS FAT filesystem(s). 831.1Sjmcneill#file-system CODA # Coda File System; also needs vcoda (below) 841.1Sjmcneill#file-system PTYFS # /dev/pts/N support 851.1Sjmcneill 861.1Sjmcneill# File system options 871.1Sjmcneill#options NFSSERVER # Sun NFS-compatible filesystem server 881.1Sjmcneill#options QUOTA # FFS quotas 891.1Sjmcneill#options FFS_EI # FFS Endian Independant support 901.3Ssimonboptions WAPBL # File system journaling support - Experimental 911.1Sjmcneilloptions FFS_NO_SNAPSHOT # No FFS snapshot support 921.1Sjmcneill#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 931.1Sjmcneill # immutable) behave as system flags. 941.1Sjmcneill 951.1Sjmcneill# Networking options 961.1Sjmcneill#options GATEWAY # IP packet forwarding 971.1Sjmcneilloptions INET # Internet protocols 981.1Sjmcneill#options INET6 # IPV6 991.1Sjmcneill#options IPSEC # IP security 1001.1Sjmcneill#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 1011.1Sjmcneill#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 1021.1Sjmcneill#options IPSEC_DEBUG # debug for IP security 1031.1Sjmcneill#options MROUTING # packet forwarding of multicast packets 1041.1Sjmcneill#options PIM # Protocol Independent Multicast 1051.1Sjmcneill#options ISO,TPIP # OSI networking 1061.1Sjmcneill#options EON # OSI tunneling over IP 1071.1Sjmcneill#options NETATALK # AppleTalk (over Ethernet) protocol 1081.1Sjmcneill#options PPP_BSDCOMP # BSD-Compress compression support for PPP 1091.1Sjmcneill#options PPP_DEFLATE # Deflate compression support for PPP 1101.1Sjmcneill#options PPP_FILTER # Active filter support for PPP (requires bpf) 1111.1Sjmcneill#options PFIL_HOOKS # pfil(9) packet filter hooks 1121.1Sjmcneill#options IPFILTER_LOG # ipmon(8) log support 1131.1Sjmcneill#options IPFILTER_LOOKUP # ippool(8) support 1141.1Sjmcneill 1151.1Sjmcneill# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 1161.1Sjmcneill#options TCP_COMPAT_42 1171.1Sjmcneill 1181.1Sjmcneill# These options enable verbose messages for several subsystems. 1191.1Sjmcneill# Warning, these may compile large string tables into the kernel! 1201.1Sjmcneilloptions MIIVERBOSE # verbose PHY autoconfig messages 1211.1Sjmcneill 1221.1Sjmcneill# Bitmask for enabling the PCI IDE channels in the southbridge. 1231.1Sjmcneill# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1. 1241.1Sjmcneill# 1251.1Sjmcneill# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE 1261.1Sjmcneill# channels for you (thus causing the NetBSD `pciide' driver to ignore them). 1271.1Sjmcneill#options PCI_NETBSD_ENABLE_IDE=0x1 1281.1Sjmcneill 1291.1Sjmcneilloptions NFS_BOOT_DHCP 1301.1Sjmcneilloptions NFS_V2_ONLY 1311.1Sjmcneill 1321.1Sjmcneill#config netbsd root on ? type ? 1331.1Sjmcneillconfig netbsd root on ae0 type nfs 1341.1Sjmcneill 1351.1Sjmcneill 1361.1Sjmcneillmainbus0 at root 1371.1Sjmcneillcpu0 at mainbus? 1381.1Sjmcneillwdog0 at mainbus? 1391.1Sjmcneillarbus0 at mainbus? 1401.1Sjmcneill 1411.1Sjmcneillcom* at arbus? addr ? 1421.1Sjmcneillae* at arbus? addr ? 1431.1Sjmcneillath* at arbus? addr ? 1441.1Sjmcneillathflash* at arbus? addr ? 1451.1Sjmcneillargpio* at arbus? addr ? 1461.1Sjmcneillgpio* at argpio? 1471.1Sjmcneill 1481.1Sjmcneill# no RTC! so fake with a stub (required to prevent evbmips panic) 1491.1Sjmcneill 1501.1Sjmcneill 1511.1Sjmcneill# MII/PHY support 1521.1Sjmcneillmvphy* at mii? phy ? 1531.1Sjmcneill 1541.1Sjmcneill 1551.1Sjmcneill# Pseudo-devices 1561.1Sjmcneill 1571.1Sjmcneill# Disk/mass storage pseudo-devices 1581.1Sjmcneill#pseudo-device ccd 4 # concatenated disk devices 1591.1Sjmcneill#pseudo-device raid 4 # RAIDframe disk driver 1601.8Spooka#pseudo-device fss # file system snapshot device 1611.9Shannken#pseudo-device md # memory disk device (ramdisk) 1621.1Sjmcneill#pseudo-device vnd # disk-like interface to files 1631.1Sjmcneill 1641.1Sjmcneill# Network pseudo-devices 1651.1Sjmcneillpseudo-device bpfilter # Berkeley packet filter 1661.1Sjmcneill#pseudo-device ipfilter # IP filter (firewall) and NAT 1671.1Sjmcneillpseudo-device loop # network loopback 1681.1Sjmcneill#pseudo-device ppp # Point-to-Point Protocol 1691.1Sjmcneill#pseudo-device sl # Serial Line IP 1701.1Sjmcneill#pseudo-device strip # Starmode Radio IP (Metricom) 1711.1Sjmcneill#pseudo-device tun # network tunneling over tty 1721.1Sjmcneill#pseudo-device tap # virtual Ethernet 1731.1Sjmcneill#pseudo-device gre # generic L3 over IP tunnel 1741.1Sjmcneill#pseudo-device ipip 2 # RFC 2003 IP Encapsulation 1751.1Sjmcneill#pseudo-device gif # RFC1933 tunnel 1761.1Sjmcneill#pseudo-device faith # IPv[46] tcp relay translation 1771.1Sjmcneill#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1781.1Sjmcneill#pseudo-device vlan # IEEE 802.1q encapsulation 1791.1Sjmcneill#pseudo-device bridge # simple inter-network bridging 1801.1Sjmcneill 1811.1Sjmcneill# Miscellaneous pseudo-devices 1821.1Sjmcneillpseudo-device pty # pseudo-terminals 1831.1Sjmcneillpseudo-device rnd # /dev/random & kernel generator 1841.1Sjmcneillpseudo-device clockctl # user control of clock subsystem 1851.1Sjmcneillpseudo-device ksyms # /dev/ksyms 1861.1Sjmcneill 1871.1Sjmcneill# A pseudo device needed for Coda # also needs CODA (above) 1881.1Sjmcneill#pseudo-device vcoda 4 # coda minicache <-> venus comm. 189