NAPPI revision 1.60
11.60Smrg# $NetBSD: NAPPI,v 1.60 2017/09/14 07:58:40 mrg Exp $ 21.1Sichiro# 31.1Sichiro# NAPPI -- Netwise APlication Platform Board Kernel 41.1Sichiro# 51.1Sichiro 61.1Sichiroinclude "arch/evbarm/conf/std.ixm1200" 71.1Sichiro 81.1Sichiro#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.1Sichiro 101.1Sichiro# estimated number of users 111.1Sichiro 121.1Sichiromaxusers 32 131.1Sichiro 141.1Sichiro# Standard system options 151.1Sichiro 161.1Sichirooptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 171.1Sichiro#options NTP # NTP phase/frequency locked loop 181.1Sichiro 191.1Sichiro# CPU options 201.1Sichiro 211.1Sichiro# For StrongARM systems 221.1Sichirooptions CPU_SA110 # Support the SA110 core 231.1Sichirooptions CPU_IXP12X0 # Support the IXP12X0 241.11Srearnshamakeoptions CPUFLAGS="-march=armv4 -mtune=strongarm" 251.1Sichiro 261.1Sichiro# Architecture options 271.1Sichiro 281.1Sichiro# File systems 291.1Sichiro 301.1Sichirofile-system FFS # UFS 311.1Sichiro#file-system LFS # log-structured file system 321.1Sichirofile-system MFS # memory file system 331.1Sichirofile-system NFS # Network file system 341.1Sichiro#file-system ADOSFS # AmigaDOS-compatible file system 351.1Sichiro#file-system EXT2FS # second extended file system (linux) 361.1Sichiro#file-system CD9660 # ISO 9660 + Rock Ridge file system 371.1Sichiro#file-system MSDOSFS # MS-DOS file system 381.1Sichirofile-system FDESC # /dev/fd 391.1Sichirofile-system KERNFS # /kern 401.1Sichirofile-system NULLFS # loopback file system 411.1Sichirofile-system PROCFS # /proc 421.46Smsaitoh#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 431.1Sichiro#file-system UMAPFS # NULLFS + uid and gid remapping 441.1Sichiro#file-system UNION # union file system 451.21Schristosfile-system PTYFS # /dev/pts/N support 461.1Sichiro 471.1Sichiro# File system options 481.40Sbouyer#options QUOTA # legacy UFS quotas 491.40Sbouyer#options QUOTA2 # new, in-filesystem UFS quotas 501.58Srin#options DISKLABEL_EI # disklabel Endian Independent support 511.41Swiz#options FFS_EI # FFS Endian Independent support 521.1Sichirooptions NFSSERVER 531.43Sdhollandoptions WAPBL # File system journaling support 541.22Stsutsui#options FFS_NO_SNAPSHOT # No FFS snapshot support 551.1Sichiro 561.1Sichiro# Networking options 571.1Sichiro 581.1Sichiro#options GATEWAY # packet forwarding 591.1Sichirooptions INET # IP + ICMP + TCP + UDP 601.1Sichirooptions INET6 # IPV6 611.1Sichiro#options IPSEC # IP security 621.1Sichiro#options IPSEC_DEBUG # debug for IP security 631.1Sichiro#options MROUTING # IP multicast routing 641.12Smanu#options PIM # Protocol Independent Multicast 651.1Sichiro#options NETATALK # AppleTalk networking 661.1Sichiro#options PPP_BSDCOMP # BSD-Compress compression support for PPP 671.1Sichiro#options PPP_DEFLATE # Deflate compression support for PPP 681.1Sichiro#options PPP_FILTER # Active filter support for PPP (requires bpf) 691.1Sichiro#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 701.1Sichiro 711.1Sichirooptions NFS_BOOT_BOOTP 721.1Sichirooptions NFS_BOOT_DHCP 731.1Sichiro#options NFS_BOOT_BOOTPARAM 741.1Sichiro 751.1Sichiro# Compatibility options 761.1Sichiro 771.60Smrginclude "conf/compat_netbsd14.config" 781.60Smrgoptions COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries 791.1Sichiro 801.1Sichiro# Shared memory options 811.1Sichiro 821.1Sichirooptions SYSVMSG # System V-like message queues 831.1Sichirooptions SYSVSEM # System V-like semaphores 841.1Sichirooptions SYSVSHM # System V-like memory sharing 851.1Sichiro 861.1Sichiro# Console options. 871.1Sichiro#options CONSPEED=38400 # Console speed 881.1Sichiro 891.1Sichiro# Miscellaneous kernel options 901.1Sichirooptions KTRACE # system call tracing, a la ktrace(1) 911.1Sichirooptions IRQSTATS # manage IRQ statistics 921.1Sichiro#options SCSIVERBOSE # Verbose SCSI errors 931.1Sichirooptions PCIVERBOSE # Verbose PCI descriptions 941.1Sichirooptions MIIVERBOSE # Verbose MII autoconfuration messages 951.1Sichiro#options PCI_CONFIG_DUMP # verbosely dump PCI config space 961.1Sichiro#options DDB_KEYCODE=0x40 971.2Slukemoptions USERCONF # userconf(4) support 981.1Sichiro#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 991.10Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1001.1Sichiro 1011.1Sichiro# Development and Debugging options 1021.1Sichiro 1031.52Sdholland#options DIAGNOSTIC # internal consistency checks 1041.37Suebayasi#options DEBUG 1051.1Sichirooptions PMAP_DEBUG # Enable pmap_debug_level code 1061.1Sichirooptions VERBOSE_INIT_ARM # verbose bootstraping messages 1071.1Sichirooptions DDB # in-kernel debugger 1081.1Sichirooptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1091.7Srearnsha#makeoptions DEBUG="-g" # compile full symbol table 1101.55Sjoergmakeoptions COPY_SYMTAB=1 1111.1Sichiro 1121.1Sichiroconfig netbsd root on ? type ? 1131.1Sichiro 1141.1Sichiro# The main bus device 1151.1Sichiromainbus0 at root 1161.1Sichiro 1171.9Swiz# The boot CPU 1181.1Sichirocpu0 at mainbus? 1191.1Sichiro 1201.1Sichiro# IXP12x0 slow peripheral 1211.1Sichiroixpsip0 at mainbus? 1221.1Sichiro 1231.1Sichiro#Timer 1241.4Sichiroixpclk* at ixpsip? addr 0x42000300 size 0x10 1251.1Sichiro 1261.1Sichiro# Serial 1271.5Sigyixpcom* at ixpsip? addr 0x90000000 size 0x4000 1281.1Sichiro 1291.1Sichiro# Status LEDs 1301.4Sichironappinr* at ixpsip? addr 0x38508000 size 0x1000 1311.1Sichiro 1321.1Sichiro# IXP12x0 fast bus 1331.1Sichiroixpio0 at mainbus? 1341.1Sichiropci0 at ixpio? bus ? 1351.1Sichiro 1361.1Sichiro# Non-Transparent PCI-PCI bridge 1371.1Sichiro#nppb* at pci? dev ? function ? 1381.1Sichiro 1391.1Sichiro# 1401.1Sichiro# Networking devices 1411.1Sichiro# 1421.38Sjakllschfxp* at pci? dev ? function ? # Intel 82559ER Fast Ethernet LAN Controller 1431.1Sichiro 1441.1Sichiro# MII/PHY support 1451.1Sichiroinphy* at mii? phy ? # Intel 82555 PHYs 1461.1Sichiro 1471.1Sichiro 1481.1Sichiro# Pseudo-Devices 1491.1Sichiro 1501.1Sichiro# disk/mass storage pseudo-devices 1511.36Shannken#pseudo-device md # memory disk device (ramdisk) 1521.24Scube#pseudo-device vnd # disk-like interface to files 1531.46Smsaitoh#pseudo-device fss # file system snapshot device 1541.46Smsaitoh#pseudo-device putter # for puffs and pud 1551.1Sichiro 1561.1Sichiro# network pseudo-devices 1571.23Srpaulo#pseudo-device bpfilter # Berkeley packet filter 1581.1Sichiropseudo-device loop # network loopback 1591.1Sichiro 1601.1Sichiro# miscellaneous pseudo-devices 1611.1Sichiropseudo-device pty # pseudo-terminals 1621.6Sthorpejpseudo-device ksyms # /dev/ksyms 163