1 1.62 simonb # $NetBSD: NAPPI,v 1.62 2022/08/07 02:52:25 simonb 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.62 simonb #options FFS_EI # FFS Endian Independent support 49 1.62 simonb #options FFS_NO_SNAPSHOT # No FFS snapshot support 50 1.40 bouyer #options QUOTA # legacy UFS quotas 51 1.40 bouyer #options QUOTA2 # new, in-filesystem UFS quotas 52 1.62 simonb options UFS_DIRHASH # UFS Large Directory Hashing 53 1.62 simonb options UFS_EXTATTR # Extended attribute support for UFS1 54 1.62 simonb options WAPBL # File system journaling support 55 1.58 rin #options DISKLABEL_EI # disklabel Endian Independent support 56 1.62 simonb options NFSSERVER # Network File System server 57 1.1 ichiro 58 1.1 ichiro # Networking options 59 1.1 ichiro 60 1.1 ichiro #options GATEWAY # packet forwarding 61 1.1 ichiro options INET # IP + ICMP + TCP + UDP 62 1.1 ichiro options INET6 # IPV6 63 1.1 ichiro #options IPSEC # IP security 64 1.1 ichiro #options IPSEC_DEBUG # debug for IP security 65 1.1 ichiro #options MROUTING # IP multicast routing 66 1.12 manu #options PIM # Protocol Independent Multicast 67 1.1 ichiro #options NETATALK # AppleTalk networking 68 1.1 ichiro #options PPP_BSDCOMP # BSD-Compress compression support for PPP 69 1.1 ichiro #options PPP_DEFLATE # Deflate compression support for PPP 70 1.1 ichiro #options PPP_FILTER # Active filter support for PPP (requires bpf) 71 1.1 ichiro #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 72 1.1 ichiro 73 1.1 ichiro options NFS_BOOT_BOOTP 74 1.1 ichiro options NFS_BOOT_DHCP 75 1.1 ichiro #options NFS_BOOT_BOOTPARAM 76 1.1 ichiro 77 1.1 ichiro # Compatibility options 78 1.1 ichiro 79 1.60 mrg include "conf/compat_netbsd14.config" 80 1.60 mrg options COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries 81 1.1 ichiro 82 1.1 ichiro # Shared memory options 83 1.1 ichiro 84 1.1 ichiro options SYSVMSG # System V-like message queues 85 1.1 ichiro options SYSVSEM # System V-like semaphores 86 1.1 ichiro options SYSVSHM # System V-like memory sharing 87 1.1 ichiro 88 1.1 ichiro # Console options. 89 1.1 ichiro #options CONSPEED=38400 # Console speed 90 1.1 ichiro 91 1.1 ichiro # Miscellaneous kernel options 92 1.1 ichiro options KTRACE # system call tracing, a la ktrace(1) 93 1.1 ichiro options IRQSTATS # manage IRQ statistics 94 1.1 ichiro #options SCSIVERBOSE # Verbose SCSI errors 95 1.1 ichiro options PCIVERBOSE # Verbose PCI descriptions 96 1.1 ichiro options MIIVERBOSE # Verbose MII autoconfuration messages 97 1.1 ichiro #options PCI_CONFIG_DUMP # verbosely dump PCI config space 98 1.1 ichiro #options DDB_KEYCODE=0x40 99 1.2 lukem options USERCONF # userconf(4) support 100 1.1 ichiro #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 101 1.10 atatat #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 102 1.1 ichiro 103 1.1 ichiro # Development and Debugging options 104 1.1 ichiro 105 1.52 dholland #options DIAGNOSTIC # internal consistency checks 106 1.37 uebayasi #options DEBUG 107 1.61 skrll #options UVMHIST # kernhist for uvm/pmap subsystems 108 1.1 ichiro options VERBOSE_INIT_ARM # verbose bootstraping messages 109 1.1 ichiro options DDB # in-kernel debugger 110 1.1 ichiro options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 111 1.7 rearnsha #makeoptions DEBUG="-g" # compile full symbol table 112 1.55 joerg makeoptions COPY_SYMTAB=1 113 1.1 ichiro 114 1.1 ichiro config netbsd root on ? type ? 115 1.1 ichiro 116 1.1 ichiro # The main bus device 117 1.1 ichiro mainbus0 at root 118 1.1 ichiro 119 1.9 wiz # The boot CPU 120 1.1 ichiro cpu0 at mainbus? 121 1.1 ichiro 122 1.1 ichiro # IXP12x0 slow peripheral 123 1.1 ichiro ixpsip0 at mainbus? 124 1.1 ichiro 125 1.1 ichiro #Timer 126 1.4 ichiro ixpclk* at ixpsip? addr 0x42000300 size 0x10 127 1.1 ichiro 128 1.1 ichiro # Serial 129 1.5 igy ixpcom* at ixpsip? addr 0x90000000 size 0x4000 130 1.1 ichiro 131 1.1 ichiro # Status LEDs 132 1.4 ichiro nappinr* at ixpsip? addr 0x38508000 size 0x1000 133 1.1 ichiro 134 1.1 ichiro # IXP12x0 fast bus 135 1.1 ichiro ixpio0 at mainbus? 136 1.1 ichiro pci0 at ixpio? bus ? 137 1.1 ichiro 138 1.1 ichiro # Non-Transparent PCI-PCI bridge 139 1.1 ichiro #nppb* at pci? dev ? function ? 140 1.1 ichiro 141 1.1 ichiro # 142 1.1 ichiro # Networking devices 143 1.1 ichiro # 144 1.38 jakllsch fxp* at pci? dev ? function ? # Intel 82559ER Fast Ethernet LAN Controller 145 1.1 ichiro 146 1.1 ichiro # MII/PHY support 147 1.1 ichiro inphy* at mii? phy ? # Intel 82555 PHYs 148 1.1 ichiro 149 1.1 ichiro 150 1.1 ichiro # Pseudo-Devices 151 1.1 ichiro 152 1.1 ichiro # disk/mass storage pseudo-devices 153 1.36 hannken #pseudo-device md # memory disk device (ramdisk) 154 1.24 cube #pseudo-device vnd # disk-like interface to files 155 1.46 msaitoh #pseudo-device fss # file system snapshot device 156 1.46 msaitoh #pseudo-device putter # for puffs and pud 157 1.1 ichiro 158 1.1 ichiro # network pseudo-devices 159 1.23 rpaulo #pseudo-device bpfilter # Berkeley packet filter 160 1.1 ichiro pseudo-device loop # network loopback 161 1.1 ichiro 162 1.1 ichiro # miscellaneous pseudo-devices 163 1.1 ichiro pseudo-device pty # pseudo-terminals 164 1.6 thorpej pseudo-device ksyms # /dev/ksyms 165