RB433UAH revision 1.21
11.21Sroy# $NetBSD: RB433UAH,v 1.21 2020/09/27 13:48:50 roy Exp $ 21.1Smatt 31.1Smattinclude "arch/evbmips/conf/std.atheros" 41.1Smatt 51.1Smatt#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 61.1Smatt 71.21Sroy#ident "RB433UAH-$Revision: 1.21 $" 81.1Smatt 91.1Smattmaxusers 32 101.1Smatt 111.1Smatt#makeoptions COPTS="-Os" # Optimise for space. Implies -O2 121.1Smatt 131.1Smattoptions MIPS32R2 141.1Smattmakeoptions CPUFLAGS+="-mips32r2" 151.1Smattoptions NOFPU # No FPU 161.1Smattoptions FPEMUL # emulate FPU insn 171.1Smattoptions WISOC_AR7100 # WiSoC select 181.1Smatt 191.1Smatt# Options for necessary to use MD 201.1Smatt#options MEMORY_DISK_HOOKS 211.1Smatt#options MEMORY_DISK_IS_ROOT # force root on memory disk 221.1Smatt#options MEMORY_DISK_SERVER=0 # no userspace memory disk support 231.1Smatt#options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks 241.1Smatt#options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks 251.1Smatt#options MEMORY_DISK_ROOT_SIZE=7300 261.1Smatt 271.1Smatt# Size reduction options 281.1Smatt#options VNODE_OP_NOINLINE 291.1Smatt#options PIPE_SOCKETPAIR 301.1Smattoptions SOSEND_NO_LOAN 311.1Smatt 321.1Smatt# Standard system options 331.1Smattoptions KTRACE # system call tracing support 341.1Smatt#options SYSVMSG # System V message queues 351.1Smatt#options SYSVSEM # System V semaphores 361.1Smatt#options SYSVSHM # System V shared memory 371.1Smattoptions NTP # network time protocol 381.1Smatt 391.1Smatt# Debugging options 401.1Smattoptions DIAGNOSTIC # extra kernel sanity checking 411.15Smaya#options DEBUG # extra kernel debugging support 421.1Smatt#options USERCONF # userconf(4) support 431.1Smatt#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 441.1Smattoptions DDB # kernel dynamic debugger 451.1Smattoptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 461.1Smattmakeoptions DEBUG="-g" # compile full symbol table 471.11Sjoergmakeoptions COPY_SYMTAB=1 # size for embedded symbol table 481.1Smatt 491.1Smatt# Compatibility options 501.16Smrg 511.16Smrginclude "conf/compat_netbsd50.config" 521.16Smrg 531.1Smatt#options EXEC_ECOFF # exec ECOFF binaries 541.1Smatt#options COMPAT_ULTRIX # binary compatibility with Ultrix 551.1Smatt 561.1Smatt# File systems 571.1Smattfile-system FFS # Berkeley Fast Filesystem 581.1Smattfile-system MFS # memory-based filesystem 591.1Smatt#file-system EXT2FS # second extended file system (linux) 601.1Smattfile-system NFS # Sun NFS-compatible filesystem client 611.1Smatt#file-system KERNFS # kernel data-structure filesystem 621.1Smatt#file-system NULLFS # NULL layered filesystem 631.1Smatt#file-system OVERLAY # overlay file system 641.1Smatt#file-system FDESC # user file descriptor filesystem 651.1Smatt#file-system UMAPFS # uid/gid remapping filesystem 661.1Smatt#file-system LFS # Log-based filesystem (still experimental) 671.1Smatt#file-system PROCFS # /proc 681.1Smatt#file-system CD9660 # ISO 9660 + Rock Ridge file system 691.1Smatt#file-system UNION # union file system 701.1Smatt#file-system MSDOSFS # MS-DOS FAT filesystem(s). 711.1Smatt#file-system CODA # Coda File System; also needs vcoda (below) 721.1Smatt#file-system PTYFS # /dev/pts/N support 731.1Smatt 741.1Smatt# File system options 751.1Smatt#options NFSSERVER # Sun NFS-compatible filesystem server 761.1Smatt#options QUOTA # legacy UFS quotas 771.1Smatt#options QUOTA2 # new, in-filesystem UFS quotas 781.1Smatt#options FFS_EI # FFS Endian Independent support 791.3Sdhollandoptions WAPBL # File system journaling support 801.1Smattoptions FFS_NO_SNAPSHOT # No FFS snapshot support 811.1Smatt#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 821.1Smatt # immutable) behave as system flags. 831.1Smatt 841.18Ssevan# Alternate buffer queue strategies for better responsiveness under high 851.18Ssevan# disk I/O load. 861.18Ssevan#options BUFQ_READPRIO 871.18Ssevanoptions BUFQ_PRIOCSCAN 881.18Ssevan 891.1Smatt# Networking options 901.1Smatt#options GATEWAY # IP packet forwarding 911.1Smattoptions INET # Internet protocols 921.1Smatt#options INET6 # IPV6 931.1Smatt#options IPSEC # IP security 941.1Smatt#options IPSEC_DEBUG # debug for IP security 951.1Smatt#options MROUTING # packet forwarding of multicast packets 961.1Smatt#options PIM # Protocol Independent Multicast 971.1Smatt#options NETATALK # AppleTalk (over Ethernet) protocol 981.1Smatt#options PPP_BSDCOMP # BSD-Compress compression support for PPP 991.1Smatt#options PPP_DEFLATE # Deflate compression support for PPP 1001.1Smatt#options PPP_FILTER # Active filter support for PPP (requires bpf) 1011.1Smatt 1021.10Salnsn# JIT compiler for bpfilter 1031.10Salnsn#options SLJIT 1041.10Salnsn#options BPFJIT 1051.10Salnsn 1061.1Smatt# These options enable verbose messages for several subsystems. 1071.1Smatt# Warning, these may compile large string tables into the kernel! 1081.1Smattoptions MIIVERBOSE # verbose PHY autoconfig messages 1091.1Smatt 1101.1Smatt# Bitmask for enabling the PCI IDE channels in the southbridge. 1111.1Smatt# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1. 1121.1Smatt# 1131.1Smatt# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE 1141.1Smatt# channels for you (thus causing the NetBSD `pciide' driver to ignore them). 1151.1Smatt#options PCI_NETBSD_ENABLE_IDE=0x1 1161.1Smatt 1171.1Smattoptions NFS_BOOT_BOOTP 1181.1Smatt#options NFS_BOOT_DHCP 1191.1Smatt#options NFS_V2_ONLY 1201.1Smatt 1211.1Smattconfig netbsd root on ? type ? 1221.1Smatt 1231.1Smattmainbus0 at root 1241.1Smattcpu0 at mainbus? 1251.1Smattwdog0 at mainbus? 1261.1Smattarbus0 at mainbus? 1271.1Smatt 1281.1Smattcom* at arbus? addr ? 1291.1Smattarpci* at arbus? addr ? 1301.1Smattpci* at arpci? 1311.1Smattohci* at arbus? addr ? 1321.1Smattusb* at ohci? 1331.1Smattuhub* at usb? 1341.1Smattuhub* at uhub? port ? 1351.1Smattumass* at uhub? port ? configuration ? interface ? 1361.1Smattscsibus* at umass? channel ? 1371.1Smattsd* at scsibus? target ? lun ? 1381.1Smatt#ae* at arbus? addr ? 1391.1Smatt#ath* at arbus? addr ? 1401.1Smatt#athflash* at arbus? addr ? 1411.1Smatt#argpio* at arbus? addr ? 1421.1Smatt#gpio* at argpio? 1431.1Smatt 1441.1Smatt# no RTC! so fake with a stub (required to prevent evbmips panic) 1451.1Smatt 1461.1Smatt 1471.1Smatt# MII/PHY support 1481.1Smatt#acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs 1491.1Smatt#amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 1501.1Smatt#dmphy* at mii? phy ? # Davicom DM9101 PHYs 1511.1Smatt#glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 1521.1Smatt#gphyter* at mii? phy ? # NS83861 Gig-E PHY 1531.1Smatt#icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 1541.1Smatt#lxtphy* at mii? phy ? # Level One LXT-970 PHYs 1551.1Smatt#makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 1561.1Smatt#nsphy* at mii? phy ? # NS83840 PHYs 1571.1Smatt#nsphyter* at mii? phy ? # NS83843 PHYs 1581.1Smatt#pnaphy* at mii? phy ? # generic HomePNA PHYs 1591.1Smatt#qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 1601.1Smatt#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 1611.1Smatt#tlphy* at mii? phy ? # ThunderLAN PHYs 1621.1Smatt#tqphy* at mii? phy ? # TDK Semiconductor PHYs 1631.1Smatt#rlphy* at mii? phy ? # RealTek PHYs 1641.1Smatt#ukphy* at mii? phy ? # generic unknown PHYs 1651.1Smatt 1661.1Smatt 1671.1Smatt# Pseudo-devices 1681.1Smatt 1691.1Smatt# Disk/mass storage pseudo-devices 1701.6Schristos#pseudo-device ccd # concatenated disk devices 1711.7Schristos#pseudo-device raid # RAIDframe disk driver 1721.1Smatt#pseudo-device fss # file system snapshot device 1731.1Smatt#pseudo-device md # memory disk device (ramdisk) 1741.1Smatt#pseudo-device vnd # disk-like interface to files 1751.1Smatt 1761.1Smatt# Network pseudo-devices 1771.1Smattpseudo-device bpfilter # Berkeley packet filter 1781.19Ssevanpseudo-device carp # Common Address Redundancy Protocol 1791.17Smaxv#pseudo-device npf # NPF packet filter 1801.1Smattpseudo-device loop # network loopback 1811.1Smatt#pseudo-device ppp # Point-to-Point Protocol 1821.1Smatt#pseudo-device sl # Serial Line IP 1831.1Smatt#pseudo-device tun # network tunneling over tty 1841.1Smatt#pseudo-device tap # virtual Ethernet 1851.1Smatt#pseudo-device gre # generic L3 over IP tunnel 1861.7Schristos#pseudo-device ipip # RFC 2003 IP Encapsulation 1871.1Smatt#pseudo-device gif # RFC1933 tunnel 1881.1Smatt#pseudo-device faith # IPv[46] tcp relay translation 1891.1Smatt#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1901.1Smatt#pseudo-device vlan # IEEE 802.1q encapsulation 1911.1Smatt#pseudo-device bridge # simple inter-network bridging 1921.21Sroy#pseudo-device vether # Virtual Ethernet for bridge 1931.1Smatt 1941.1Smatt# Miscellaneous pseudo-devices 1951.1Smattpseudo-device pty # pseudo-terminals 1961.1Smattpseudo-device clockctl # user control of clock subsystem 1971.1Smattpseudo-device ksyms # /dev/ksyms 1981.1Smatt 1991.1Smatt# A pseudo device needed for Coda # also needs CODA (above) 2001.7Schristos#pseudo-device vcoda # coda minicache <-> venus comm. 2011.19Ssevan 2021.19Ssevaninclude "dev/veriexec.config" 203