WGT624V3 revision 1.32
11.32Sandvar# $NetBSD: WGT624V3,v 1.32 2021/08/20 20:25:27 andvar 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.32Sandvar#ident "WGT624V3-$Revision: 1.32 $" 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 USERCONF # userconf(4) support 441.1Sjmcneill#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 451.1Sjmcneilloptions DDB # kernel dynamic debugger 461.1Sjmcneilloptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 471.1Sjmcneillmakeoptions DEBUG="-g" # compile full symbol table 481.23Sjoergmakeoptions COPY_SYMTAB=1 # size for embedded symbol table 491.1Sjmcneill 501.1Sjmcneill# Compatibility options 511.27Smrg 521.27Smrginclude "conf/compat_netbsd50.config" 531.27Smrg 541.1Sjmcneill#options EXEC_ECOFF # exec ECOFF binaries 551.1Sjmcneill#options COMPAT_ULTRIX # binary compatibility with Ultrix 561.1Sjmcneill 571.1Sjmcneill# File systems 581.1Sjmcneillfile-system FFS # Berkeley Fast Filesystem 591.1Sjmcneillfile-system MFS # memory-based filesystem 601.1Sjmcneill#file-system EXT2FS # second extended file system (linux) 611.1Sjmcneillfile-system NFS # Sun NFS-compatible filesystem client 621.1Sjmcneill#file-system KERNFS # kernel data-structure filesystem 631.1Sjmcneill#file-system NULLFS # NULL layered filesystem 641.1Sjmcneill#file-system OVERLAY # overlay file system 651.1Sjmcneill#file-system FDESC # user file descriptor filesystem 661.1Sjmcneill#file-system UMAPFS # uid/gid remapping filesystem 671.1Sjmcneill#file-system LFS # Log-based filesystem (still experimental) 681.1Sjmcneill#file-system PROCFS # /proc 691.1Sjmcneill#file-system CD9660 # ISO 9660 + Rock Ridge file system 701.1Sjmcneill#file-system UNION # union file system 711.1Sjmcneill#file-system MSDOSFS # MS-DOS FAT filesystem(s). 721.1Sjmcneill#file-system CODA # Coda File System; also needs vcoda (below) 731.1Sjmcneill#file-system PTYFS # /dev/pts/N support 741.1Sjmcneill 751.1Sjmcneill# File system options 761.1Sjmcneill#options NFSSERVER # Sun NFS-compatible filesystem server 771.11Sbouyer#options QUOTA # legacy UFS quotas 781.11Sbouyer#options QUOTA2 # new, in-filesystem UFS quotas 791.13Swiz#options FFS_EI # FFS Endian Independent support 801.15Sdhollandoptions WAPBL # File system journaling support 811.1Sjmcneilloptions FFS_NO_SNAPSHOT # No FFS snapshot support 821.1Sjmcneill#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 831.1Sjmcneill # immutable) behave as system flags. 841.1Sjmcneill 851.29Ssevan# Alternate buffer queue strategies for better responsiveness under high 861.29Ssevan# disk I/O load. 871.29Ssevan#options BUFQ_READPRIO 881.29Ssevanoptions BUFQ_PRIOCSCAN 891.29Ssevan 901.1Sjmcneill# Networking options 911.1Sjmcneill#options GATEWAY # IP packet forwarding 921.1Sjmcneilloptions INET # Internet protocols 931.1Sjmcneill#options INET6 # IPV6 941.1Sjmcneill#options IPSEC # IP security 951.1Sjmcneill#options IPSEC_DEBUG # debug for IP security 961.1Sjmcneill#options MROUTING # packet forwarding of multicast packets 971.1Sjmcneill#options PIM # Protocol Independent Multicast 981.1Sjmcneill#options NETATALK # AppleTalk (over Ethernet) protocol 991.1Sjmcneill#options PPP_BSDCOMP # BSD-Compress compression support for PPP 1001.1Sjmcneill#options PPP_DEFLATE # Deflate compression support for PPP 1011.1Sjmcneill#options PPP_FILTER # Active filter support for PPP (requires bpf) 1021.1Sjmcneill 1031.22Salnsn# JIT compiler for bpfilter 1041.22Salnsn#options SLJIT 1051.22Salnsn#options BPFJIT 1061.22Salnsn 1071.1Sjmcneill# These options enable verbose messages for several subsystems. 1081.1Sjmcneill# Warning, these may compile large string tables into the kernel! 1091.1Sjmcneilloptions MIIVERBOSE # verbose PHY autoconfig messages 1101.1Sjmcneill 1111.1Sjmcneill# Bitmask for enabling the PCI IDE channels in the southbridge. 1121.1Sjmcneill# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1. 1131.1Sjmcneill# 1141.32Sandvar# Do this if your firmware (usually PMON and YAMON) doesn't enable the IDE 1151.1Sjmcneill# channels for you (thus causing the NetBSD `pciide' driver to ignore them). 1161.1Sjmcneill#options PCI_NETBSD_ENABLE_IDE=0x1 1171.1Sjmcneill 1181.1Sjmcneilloptions NFS_BOOT_DHCP 1191.1Sjmcneilloptions NFS_V2_ONLY 1201.1Sjmcneill 1211.1Sjmcneill#config netbsd root on ? type ? 1221.1Sjmcneillconfig netbsd root on ae0 type nfs 1231.1Sjmcneill 1241.1Sjmcneill 1251.1Sjmcneillmainbus0 at root 1261.1Sjmcneillcpu0 at mainbus? 1271.1Sjmcneillwdog0 at mainbus? 1281.1Sjmcneillarbus0 at mainbus? 1291.1Sjmcneill 1301.1Sjmcneillcom* at arbus? addr ? 1311.1Sjmcneillae* at arbus? addr ? 1321.1Sjmcneillath* at arbus? addr ? 1331.1Sjmcneillathflash* at arbus? addr ? 1341.1Sjmcneillargpio* at arbus? addr ? 1351.1Sjmcneillgpio* at argpio? 1361.1Sjmcneill 1371.1Sjmcneill# no RTC! so fake with a stub (required to prevent evbmips panic) 1381.1Sjmcneill 1391.1Sjmcneill 1401.1Sjmcneill# MII/PHY support 1411.1Sjmcneillmvphy* at mii? phy ? 1421.1Sjmcneill 1431.1Sjmcneill 1441.1Sjmcneill# Pseudo-devices 1451.1Sjmcneill 1461.1Sjmcneill# Disk/mass storage pseudo-devices 1471.18Schristos#pseudo-device ccd # concatenated disk devices 1481.19Schristos#pseudo-device raid # RAIDframe disk driver 1491.8Spooka#pseudo-device fss # file system snapshot device 1501.9Shannken#pseudo-device md # memory disk device (ramdisk) 1511.1Sjmcneill#pseudo-device vnd # disk-like interface to files 1521.1Sjmcneill 1531.1Sjmcneill# Network pseudo-devices 1541.1Sjmcneillpseudo-device bpfilter # Berkeley packet filter 1551.28Smaxv#pseudo-device npf # NPF packet filter 1561.1Sjmcneillpseudo-device loop # network loopback 1571.1Sjmcneill#pseudo-device ppp # Point-to-Point Protocol 1581.1Sjmcneill#pseudo-device sl # Serial Line IP 1591.1Sjmcneill#pseudo-device tun # network tunneling over tty 1601.1Sjmcneill#pseudo-device tap # virtual Ethernet 1611.1Sjmcneill#pseudo-device gre # generic L3 over IP tunnel 1621.19Schristos#pseudo-device ipip # RFC 2003 IP Encapsulation 1631.1Sjmcneill#pseudo-device gif # RFC1933 tunnel 1641.1Sjmcneill#pseudo-device faith # IPv[46] tcp relay translation 1651.1Sjmcneill#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1661.1Sjmcneill#pseudo-device vlan # IEEE 802.1q encapsulation 1671.1Sjmcneill#pseudo-device bridge # simple inter-network bridging 1681.31Sroy#pseudo-device vether # Virtual Ethernet for bridge 1691.1Sjmcneill 1701.1Sjmcneill# Miscellaneous pseudo-devices 1711.1Sjmcneillpseudo-device pty # pseudo-terminals 1721.1Sjmcneillpseudo-device clockctl # user control of clock subsystem 1731.1Sjmcneillpseudo-device ksyms # /dev/ksyms 1741.1Sjmcneill 1751.1Sjmcneill# A pseudo device needed for Coda # also needs CODA (above) 1761.19Schristos#pseudo-device vcoda # coda minicache <-> venus comm. 177