1 1.23 rpaulo # $NetBSD: NAPPI,v 1.23 2006/02/04 02:50:10 rpaulo 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 PORTAL # portal filesystem (still experimental) 42 1.1 ichiro file-system PROCFS # /proc 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.1 ichiro #options QUOTA # UFS quotas 49 1.1 ichiro #options FFS_EI # FFS Endian Independant support 50 1.1 ichiro options NFSSERVER 51 1.1 ichiro options SOFTDEP 52 1.22 tsutsui #options FFS_NO_SNAPSHOT # No FFS snapshot support 53 1.1 ichiro 54 1.1 ichiro # Networking options 55 1.1 ichiro 56 1.1 ichiro #options GATEWAY # packet forwarding 57 1.1 ichiro options INET # IP + ICMP + TCP + UDP 58 1.1 ichiro options INET6 # IPV6 59 1.1 ichiro #options IPSEC # IP security 60 1.1 ichiro #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 61 1.17 tron #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 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 NS # XNS 66 1.1 ichiro #options NSIP # XNS tunneling over IP 67 1.1 ichiro #options ISO,TPIP # OSI 68 1.1 ichiro #options EON # OSI tunneling over IP 69 1.1 ichiro #options CCITT,LLC,HDLC # X.25 70 1.1 ichiro #options NETATALK # AppleTalk networking 71 1.1 ichiro #options PFIL_HOOKS # pfil(9) packet filter hooks 72 1.1 ichiro #options PPP_BSDCOMP # BSD-Compress compression support for PPP 73 1.1 ichiro #options PPP_DEFLATE # Deflate compression support for PPP 74 1.1 ichiro #options PPP_FILTER # Active filter support for PPP (requires bpf) 75 1.1 ichiro #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 76 1.1 ichiro 77 1.1 ichiro options NFS_BOOT_BOOTP 78 1.1 ichiro options NFS_BOOT_DHCP 79 1.1 ichiro #options NFS_BOOT_BOOTPARAM 80 1.1 ichiro 81 1.1 ichiro # Compatibility options 82 1.1 ichiro 83 1.1 ichiro #options COMPAT_43 # 4.3BSD compatibility. 84 1.20 christos options COMPAT_30 # NetBSD 3.0 compatibility. 85 1.16 simonb options COMPAT_20 # NetBSD 2.0 compatibility. 86 1.8 chris options COMPAT_16 # NetBSD 1.6 compatibility. 87 1.1 ichiro options COMPAT_15 # NetBSD 1.5 compatibility. 88 1.1 ichiro options COMPAT_14 # NetBSD 1.4 compatibility. 89 1.1 ichiro #options COMPAT_13 # NetBSD 1.3 compatibility. 90 1.1 ichiro #options COMPAT_12 # NetBSD 1.2 compatibility. 91 1.1 ichiro #options COMPAT_11 # NetBSD 1.1 compatibility. 92 1.1 ichiro #options COMPAT_10 # NetBSD 1.0 compatibility. 93 1.1 ichiro #options COMPAT_09 # NetBSD 0.9 compatibility. 94 1.1 ichiro #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 95 1.13 christos options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 96 1.1 ichiro 97 1.1 ichiro # Shared memory options 98 1.1 ichiro 99 1.1 ichiro options SYSVMSG # System V-like message queues 100 1.1 ichiro options SYSVSEM # System V-like semaphores 101 1.1 ichiro #options SEMMNI=10 # number of semaphore identifiers 102 1.1 ichiro #options SEMMNS=60 # number of semaphores in system 103 1.1 ichiro #options SEMUME=10 # max number of undo entries per process 104 1.1 ichiro #options SEMMNU=30 # number of undo structures in system 105 1.1 ichiro options SYSVSHM # System V-like memory sharing 106 1.1 ichiro options SHMMAXPGS=1024 # 1024 pages is the default 107 1.1 ichiro 108 1.1 ichiro # Console options. 109 1.1 ichiro #options CONSPEED=38400 # Console speed 110 1.1 ichiro 111 1.1 ichiro # Miscellaneous kernel options 112 1.1 ichiro options KTRACE # system call tracing, a la ktrace(1) 113 1.1 ichiro options IRQSTATS # manage IRQ statistics 114 1.1 ichiro #options LKM # loadable kernel modules 115 1.1 ichiro #options KMEMSTATS # kernel memory statistics 116 1.1 ichiro #options SCSIVERBOSE # Verbose SCSI errors 117 1.1 ichiro options PCIVERBOSE # Verbose PCI descriptions 118 1.1 ichiro options MIIVERBOSE # Verbose MII autoconfuration messages 119 1.1 ichiro #options PCI_CONFIG_DUMP # verbosely dump PCI config space 120 1.1 ichiro #options DDB_KEYCODE=0x40 121 1.2 lukem options USERCONF # userconf(4) support 122 1.1 ichiro #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 123 1.10 atatat #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 124 1.1 ichiro 125 1.1 ichiro # Development and Debugging options 126 1.1 ichiro 127 1.1 ichiro options DIAGNOSTIC # internally consistency checks 128 1.1 ichiro options DEBUG 129 1.1 ichiro options PMAP_DEBUG # Enable pmap_debug_level code 130 1.1 ichiro #options IPKDB # remote kernel debugging 131 1.1 ichiro options VERBOSE_INIT_ARM # verbose bootstraping messages 132 1.1 ichiro options DDB # in-kernel debugger 133 1.1 ichiro options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 134 1.7 rearnsha #makeoptions DEBUG="-g" # compile full symbol table 135 1.1 ichiro options SYMTAB_SPACE=200000 136 1.1 ichiro 137 1.1 ichiro config netbsd root on ? type ? 138 1.1 ichiro 139 1.1 ichiro # The main bus device 140 1.1 ichiro mainbus0 at root 141 1.1 ichiro 142 1.9 wiz # The boot CPU 143 1.1 ichiro cpu0 at mainbus? 144 1.1 ichiro 145 1.1 ichiro # IXP12x0 slow peripheral 146 1.1 ichiro ixpsip0 at mainbus? 147 1.1 ichiro 148 1.1 ichiro #Timer 149 1.4 ichiro ixpclk* at ixpsip? addr 0x42000300 size 0x10 150 1.1 ichiro 151 1.1 ichiro # Serial 152 1.5 igy ixpcom* at ixpsip? addr 0x90000000 size 0x4000 153 1.1 ichiro 154 1.1 ichiro # Status LEDs 155 1.4 ichiro nappinr* at ixpsip? addr 0x38508000 size 0x1000 156 1.1 ichiro 157 1.1 ichiro # IXP12x0 fast bus 158 1.1 ichiro ixpio0 at mainbus? 159 1.1 ichiro pci0 at ixpio? bus ? 160 1.1 ichiro 161 1.1 ichiro # Non-Transparent PCI-PCI bridge 162 1.1 ichiro #nppb* at pci? dev ? function ? 163 1.1 ichiro 164 1.1 ichiro # 165 1.1 ichiro # Networking devices 166 1.1 ichiro # 167 1.1 ichiro fxp* at pci? dev ? function ? # Intel 82559ER Fast Ethernet LAN Controller 168 1.1 ichiro 169 1.1 ichiro # MII/PHY support 170 1.1 ichiro inphy* at mii? phy ? # Intel 82555 PHYs 171 1.1 ichiro 172 1.1 ichiro 173 1.1 ichiro # Pseudo-Devices 174 1.1 ichiro 175 1.1 ichiro # disk/mass storage pseudo-devices 176 1.1 ichiro #pseudo-device md 1 # memory disk device (ramdisk) 177 1.1 ichiro #pseudo-device vnd 4 # disk-like interface to files 178 1.1 ichiro 179 1.1 ichiro # network pseudo-devices 180 1.23 rpaulo #pseudo-device bpfilter # Berkeley packet filter 181 1.1 ichiro pseudo-device loop # network loopback 182 1.1 ichiro 183 1.1 ichiro # miscellaneous pseudo-devices 184 1.1 ichiro pseudo-device pty # pseudo-terminals 185 1.1 ichiro #pseudo-device rnd # /dev/random and in-kernel generator 186 1.6 thorpej pseudo-device ksyms # /dev/ksyms 187