1 1.65 skrll # $NetBSD: IXM1200,v 1.65 2020/04/18 11:00:38 skrll Exp $ 2 1.1 ichiro # 3 1.1 ichiro # IXM1200 -- Intel IXM1200 Evaluation 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.9 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.50 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.19 christos file-system PTYFS # /dev/pts/N support 46 1.1 ichiro 47 1.1 ichiro # File system options 48 1.44 bouyer #options QUOTA # legacy UFS quotas 49 1.44 bouyer #options QUOTA2 # new, in-filesystem UFS quotas 50 1.62 rin #options DISKLABEL_EI # disklabel Endian Independent support 51 1.45 wiz #options FFS_EI # FFS Endian Independent support 52 1.1 ichiro options NFSSERVER 53 1.47 dholland options WAPBL # File system journaling support 54 1.21 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.10 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.64 mrg include "conf/compat_netbsd14.config" 78 1.64 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 # Device options 87 1.1 ichiro 88 1.1 ichiro #options MEMORY_DISK_HOOKS # boottime setup of ramdisk 89 1.1 ichiro #options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 90 1.1 ichiro #options MEMORY_DISK_IS_ROOT # use memory disk as root 91 1.1 ichiro 92 1.1 ichiro # Console options. 93 1.1 ichiro #options CONSPEED=38400 # Console speed 94 1.1 ichiro 95 1.1 ichiro # Miscellaneous kernel options 96 1.1 ichiro options KTRACE # system call tracing, a la ktrace(1) 97 1.1 ichiro options IRQSTATS # manage IRQ statistics 98 1.1 ichiro #options SCSIVERBOSE # Verbose SCSI errors 99 1.1 ichiro options PCIVERBOSE # Verbose PCI descriptions 100 1.1 ichiro options MIIVERBOSE # Verbose MII autoconfuration messages 101 1.1 ichiro #options PCI_CONFIG_DUMP # verbosely dump PCI config space 102 1.1 ichiro #options DDB_KEYCODE=0x40 103 1.3 lukem options USERCONF # userconf(4) support 104 1.1 ichiro #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 105 1.8 atatat #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 106 1.1 ichiro 107 1.1 ichiro # Development and Debugging options 108 1.1 ichiro 109 1.56 dholland options DIAGNOSTIC # internal consistency checks 110 1.1 ichiro options DEBUG 111 1.65 skrll #options UVMHIST # kernhist for uvm/pmap subsystems 112 1.1 ichiro options VERBOSE_INIT_ARM # verbose bootstraping messages 113 1.1 ichiro options DDB # in-kernel debugger 114 1.1 ichiro options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 115 1.6 rearnsha #makeoptions DEBUG="-g" # compile full symbol table 116 1.59 joerg makeoptions COPY_SYMTAB=1 117 1.1 ichiro 118 1.1 ichiro config netbsd root on ? type ? 119 1.1 ichiro 120 1.1 ichiro # The main bus device 121 1.1 ichiro mainbus0 at root 122 1.1 ichiro 123 1.1 ichiro # The boot cpu 124 1.1 ichiro cpu0 at mainbus? 125 1.1 ichiro 126 1.1 ichiro # IXP12x0 slow peripheral 127 1.1 ichiro ixpsip0 at mainbus? 128 1.1 ichiro 129 1.1 ichiro #Timer 130 1.4 igy ixpclk* at ixpsip? addr 0x42000300 size 0x10 131 1.1 ichiro 132 1.1 ichiro # Serial 133 1.4 igy ixpcom* at ixpsip? addr 0x90000000 size 0x4000 134 1.1 ichiro 135 1.1 ichiro # IXP12x0 fast bus 136 1.1 ichiro ixpio0 at mainbus? 137 1.1 ichiro pci0 at ixpio? bus ? 138 1.1 ichiro 139 1.2 ichiro # Non-Transparent PCI-PCI bridge 140 1.2 ichiro #nppb* at pci? dev ? function ? 141 1.1 ichiro 142 1.1 ichiro # 143 1.1 ichiro # Networking devices 144 1.1 ichiro # 145 1.43 jakllsch fxp* at pci? dev ? function ? # Intel 82559ER Fast Ethernet LAN Controller 146 1.1 ichiro 147 1.1 ichiro # MII/PHY support 148 1.1 ichiro inphy* at mii? phy ? # Intel 82555 PHYs 149 1.1 ichiro 150 1.1 ichiro 151 1.1 ichiro # Pseudo-Devices 152 1.1 ichiro 153 1.1 ichiro # disk/mass storage pseudo-devices 154 1.41 hannken #pseudo-device md # memory disk device (ramdisk) 155 1.24 cube #pseudo-device vnd # disk-like interface to files 156 1.50 msaitoh #pseudo-device fss # file system snapshot device 157 1.50 msaitoh #pseudo-device putter # for puffs and pud 158 1.1 ichiro 159 1.1 ichiro # network pseudo-devices 160 1.22 rpaulo #pseudo-device bpfilter # Berkeley packet filter 161 1.1 ichiro pseudo-device loop # network loopback 162 1.1 ichiro 163 1.1 ichiro # miscellaneous pseudo-devices 164 1.1 ichiro pseudo-device pty # pseudo-terminals 165 1.5 thorpej pseudo-device ksyms # /dev/ksyms 166