1 1.60 mrg # $NetBSD: NAPPI,v 1.60 2017/09/14 07:58:40 mrg Exp $ 2 1.1 ichiro # 3 1.1 ichiro # NAPPI -- Netwise APlication Platform Board Kernel 4 1.1 ichiro # 5 1.1 ichiro 6 1.1 ichiro include "arch/evbarm/conf/std.ixm1200" 7 1.1 ichiro 8 1.1 ichiro #options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 1.1 ichiro 10 1.1 ichiro # estimated number of users 11 1.1 ichiro 12 1.1 ichiro maxusers 32 13 1.1 ichiro 14 1.1 ichiro # Standard system options 15 1.1 ichiro 16 1.1 ichiro options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 17 1.1 ichiro #options NTP # NTP phase/frequency locked loop 18 1.1 ichiro 19 1.1 ichiro # CPU options 20 1.1 ichiro 21 1.1 ichiro # For StrongARM systems 22 1.1 ichiro options CPU_SA110 # Support the SA110 core 23 1.1 ichiro options CPU_IXP12X0 # Support the IXP12X0 24 1.11 rearnsha makeoptions CPUFLAGS="-march=armv4 -mtune=strongarm" 25 1.1 ichiro 26 1.1 ichiro # Architecture options 27 1.1 ichiro 28 1.1 ichiro # File systems 29 1.1 ichiro 30 1.1 ichiro file-system FFS # UFS 31 1.1 ichiro #file-system LFS # log-structured file system 32 1.1 ichiro file-system MFS # memory file system 33 1.1 ichiro file-system NFS # Network file system 34 1.1 ichiro #file-system ADOSFS # AmigaDOS-compatible file system 35 1.1 ichiro #file-system EXT2FS # second extended file system (linux) 36 1.1 ichiro #file-system CD9660 # ISO 9660 + Rock Ridge file system 37 1.1 ichiro #file-system MSDOSFS # MS-DOS file system 38 1.1 ichiro file-system FDESC # /dev/fd 39 1.1 ichiro file-system KERNFS # /kern 40 1.1 ichiro file-system NULLFS # loopback file system 41 1.1 ichiro file-system PROCFS # /proc 42 1.46 msaitoh #file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 43 1.1 ichiro #file-system UMAPFS # NULLFS + uid and gid remapping 44 1.1 ichiro #file-system UNION # union file system 45 1.21 christos file-system PTYFS # /dev/pts/N support 46 1.1 ichiro 47 1.1 ichiro # File system options 48 1.40 bouyer #options QUOTA # legacy UFS quotas 49 1.40 bouyer #options QUOTA2 # new, in-filesystem UFS quotas 50 1.58 rin #options DISKLABEL_EI # disklabel Endian Independent support 51 1.41 wiz #options FFS_EI # FFS Endian Independent support 52 1.1 ichiro options NFSSERVER 53 1.43 dholland options WAPBL # File system journaling support 54 1.22 tsutsui #options FFS_NO_SNAPSHOT # No FFS snapshot support 55 1.1 ichiro 56 1.1 ichiro # Networking options 57 1.1 ichiro 58 1.1 ichiro #options GATEWAY # packet forwarding 59 1.1 ichiro options INET # IP + ICMP + TCP + UDP 60 1.1 ichiro options INET6 # IPV6 61 1.1 ichiro #options IPSEC # IP security 62 1.1 ichiro #options IPSEC_DEBUG # debug for IP security 63 1.1 ichiro #options MROUTING # IP multicast routing 64 1.12 manu #options PIM # Protocol Independent Multicast 65 1.1 ichiro #options NETATALK # AppleTalk networking 66 1.1 ichiro #options PPP_BSDCOMP # BSD-Compress compression support for PPP 67 1.1 ichiro #options PPP_DEFLATE # Deflate compression support for PPP 68 1.1 ichiro #options PPP_FILTER # Active filter support for PPP (requires bpf) 69 1.1 ichiro #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 70 1.1 ichiro 71 1.1 ichiro options NFS_BOOT_BOOTP 72 1.1 ichiro options NFS_BOOT_DHCP 73 1.1 ichiro #options NFS_BOOT_BOOTPARAM 74 1.1 ichiro 75 1.1 ichiro # Compatibility options 76 1.1 ichiro 77 1.60 mrg include "conf/compat_netbsd14.config" 78 1.60 mrg options COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries 79 1.1 ichiro 80 1.1 ichiro # Shared memory options 81 1.1 ichiro 82 1.1 ichiro options SYSVMSG # System V-like message queues 83 1.1 ichiro options SYSVSEM # System V-like semaphores 84 1.1 ichiro options SYSVSHM # System V-like memory sharing 85 1.1 ichiro 86 1.1 ichiro # Console options. 87 1.1 ichiro #options CONSPEED=38400 # Console speed 88 1.1 ichiro 89 1.1 ichiro # Miscellaneous kernel options 90 1.1 ichiro options KTRACE # system call tracing, a la ktrace(1) 91 1.1 ichiro options IRQSTATS # manage IRQ statistics 92 1.1 ichiro #options SCSIVERBOSE # Verbose SCSI errors 93 1.1 ichiro options PCIVERBOSE # Verbose PCI descriptions 94 1.1 ichiro options MIIVERBOSE # Verbose MII autoconfuration messages 95 1.1 ichiro #options PCI_CONFIG_DUMP # verbosely dump PCI config space 96 1.1 ichiro #options DDB_KEYCODE=0x40 97 1.2 lukem options USERCONF # userconf(4) support 98 1.1 ichiro #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 99 1.10 atatat #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 100 1.1 ichiro 101 1.1 ichiro # Development and Debugging options 102 1.1 ichiro 103 1.52 dholland #options DIAGNOSTIC # internal consistency checks 104 1.37 uebayasi #options DEBUG 105 1.1 ichiro options PMAP_DEBUG # Enable pmap_debug_level code 106 1.1 ichiro options VERBOSE_INIT_ARM # verbose bootstraping messages 107 1.1 ichiro options DDB # in-kernel debugger 108 1.1 ichiro options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 109 1.7 rearnsha #makeoptions DEBUG="-g" # compile full symbol table 110 1.55 joerg makeoptions COPY_SYMTAB=1 111 1.1 ichiro 112 1.1 ichiro config netbsd root on ? type ? 113 1.1 ichiro 114 1.1 ichiro # The main bus device 115 1.1 ichiro mainbus0 at root 116 1.1 ichiro 117 1.9 wiz # The boot CPU 118 1.1 ichiro cpu0 at mainbus? 119 1.1 ichiro 120 1.1 ichiro # IXP12x0 slow peripheral 121 1.1 ichiro ixpsip0 at mainbus? 122 1.1 ichiro 123 1.1 ichiro #Timer 124 1.4 ichiro ixpclk* at ixpsip? addr 0x42000300 size 0x10 125 1.1 ichiro 126 1.1 ichiro # Serial 127 1.5 igy ixpcom* at ixpsip? addr 0x90000000 size 0x4000 128 1.1 ichiro 129 1.1 ichiro # Status LEDs 130 1.4 ichiro nappinr* at ixpsip? addr 0x38508000 size 0x1000 131 1.1 ichiro 132 1.1 ichiro # IXP12x0 fast bus 133 1.1 ichiro ixpio0 at mainbus? 134 1.1 ichiro pci0 at ixpio? bus ? 135 1.1 ichiro 136 1.1 ichiro # Non-Transparent PCI-PCI bridge 137 1.1 ichiro #nppb* at pci? dev ? function ? 138 1.1 ichiro 139 1.1 ichiro # 140 1.1 ichiro # Networking devices 141 1.1 ichiro # 142 1.38 jakllsch fxp* at pci? dev ? function ? # Intel 82559ER Fast Ethernet LAN Controller 143 1.1 ichiro 144 1.1 ichiro # MII/PHY support 145 1.1 ichiro inphy* at mii? phy ? # Intel 82555 PHYs 146 1.1 ichiro 147 1.1 ichiro 148 1.1 ichiro # Pseudo-Devices 149 1.1 ichiro 150 1.1 ichiro # disk/mass storage pseudo-devices 151 1.36 hannken #pseudo-device md # memory disk device (ramdisk) 152 1.24 cube #pseudo-device vnd # disk-like interface to files 153 1.46 msaitoh #pseudo-device fss # file system snapshot device 154 1.46 msaitoh #pseudo-device putter # for puffs and pud 155 1.1 ichiro 156 1.1 ichiro # network pseudo-devices 157 1.23 rpaulo #pseudo-device bpfilter # Berkeley packet filter 158 1.1 ichiro pseudo-device loop # network loopback 159 1.1 ichiro 160 1.1 ichiro # miscellaneous pseudo-devices 161 1.1 ichiro pseudo-device pty # pseudo-terminals 162 1.6 thorpej pseudo-device ksyms # /dev/ksyms 163