1 1.5.6.2 yamt # $NetBSD: INTEGRATOR_CP,v 1.5.6.2 2014/05/22 11:39:40 yamt Exp $ 2 1.5.6.2 yamt # 3 1.5.6.2 yamt # INTEGRATOR_CP -- ARM Integrator CP kernel 4 1.5.6.2 yamt # 5 1.5.6.2 yamt 6 1.5.6.2 yamt include "arch/evbarm/conf/std.integrator_cp" 7 1.5.6.2 yamt 8 1.5.6.2 yamt #options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 1.5.6.2 yamt 10 1.5.6.2 yamt # estimated number of users 11 1.5.6.2 yamt 12 1.5.6.2 yamt maxusers 32 13 1.5.6.2 yamt 14 1.5.6.2 yamt # Standard system options 15 1.5.6.2 yamt 16 1.5.6.2 yamt options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 17 1.5.6.2 yamt options NTP # NTP phase/frequency locked loop 18 1.5.6.2 yamt 19 1.5.6.2 yamt # CPU options 20 1.5.6.2 yamt 21 1.5.6.2 yamt options CPU_ARM9 # Support the ARM9TDMI core 22 1.5.6.2 yamt options CPU_ARM10 # Support the ARM10 core 23 1.5.6.2 yamt options CPU_ARM11 # Support the ARM11 core 24 1.5.6.2 yamt options FPU_VFP 25 1.5.6.2 yamt options INTEGRATOR_CP 26 1.5.6.2 yamt 27 1.5.6.2 yamt # File systems 28 1.5.6.2 yamt 29 1.5.6.2 yamt file-system FFS # UFS 30 1.5.6.2 yamt #file-system LFS # log-structured file system 31 1.5.6.2 yamt file-system MFS # memory file system 32 1.5.6.2 yamt file-system NFS # Network file system 33 1.5.6.2 yamt #file-system ADOSFS # AmigaDOS-compatible file system 34 1.5.6.2 yamt #file-system EXT2FS # second extended file system (linux) 35 1.5.6.2 yamt #file-system CD9660 # ISO 9660 + Rock Ridge file system 36 1.5.6.2 yamt #file-system MSDOSFS # MS-DOS file system 37 1.5.6.2 yamt #file-system FDESC # /dev/fd 38 1.5.6.2 yamt file-system KERNFS # /kern 39 1.5.6.2 yamt #file-system NULLFS # loopback file system 40 1.5.6.2 yamt file-system PROCFS # /proc 41 1.5.6.2 yamt #file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 42 1.5.6.2 yamt #file-system UMAPFS # NULLFS + uid and gid remapping 43 1.5.6.2 yamt #file-system UNION # union file system 44 1.5.6.2 yamt file-system PTYFS # /dev/pts/N support 45 1.5.6.2 yamt file-system TMPFS # memory file system 46 1.5.6.2 yamt 47 1.5.6.2 yamt # File system options 48 1.5.6.2 yamt #options QUOTA # legacy UFS quotas 49 1.5.6.2 yamt #options QUOTA2 # new, in-filesystem UFS quotas 50 1.5.6.2 yamt #options FFS_EI # FFS Endian Independent support 51 1.5.6.2 yamt #options NFSSERVER 52 1.5.6.2 yamt options WAPBL # File system journaling support 53 1.5.6.2 yamt #options FFS_NO_SNAPSHOT # No FFS snapshot support 54 1.5.6.2 yamt 55 1.5.6.2 yamt # Networking options 56 1.5.6.2 yamt 57 1.5.6.2 yamt #options GATEWAY # packet forwarding 58 1.5.6.2 yamt options INET # IP + ICMP + TCP + UDP 59 1.5.6.2 yamt options INET6 # IPV6 60 1.5.6.2 yamt #options IPSEC # IP security 61 1.5.6.2 yamt #options IPSEC_DEBUG # debug for IP security 62 1.5.6.2 yamt #options MROUTING # IP multicast routing 63 1.5.6.2 yamt #options PIM # Protocol Independent Multicast 64 1.5.6.2 yamt #options NETATALK # AppleTalk networking 65 1.5.6.2 yamt #options PPP_BSDCOMP # BSD-Compress compression support for PPP 66 1.5.6.2 yamt #options PPP_DEFLATE # Deflate compression support for PPP 67 1.5.6.2 yamt #options PPP_FILTER # Active filter support for PPP (requires bpf) 68 1.5.6.2 yamt #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 69 1.5.6.2 yamt 70 1.5.6.2 yamt options NFS_BOOT_BOOTP 71 1.5.6.2 yamt options NFS_BOOT_DHCP 72 1.5.6.2 yamt options NFS_BOOT_BOOTPARAM 73 1.5.6.2 yamt #options NFS_BOOT_BOOTSTATIC 74 1.5.6.2 yamt 75 1.5.6.2 yamt # Compatibility options 76 1.5.6.2 yamt 77 1.5.6.2 yamt #options COMPAT_43 # 4.3BSD compatibility. 78 1.5.6.2 yamt options COMPAT_60 # NetBSD 6.0 compatibility. 79 1.5.6.2 yamt options COMPAT_50 # NetBSD 5.0 compatibility. 80 1.5.6.2 yamt #options COMPAT_40 # NetBSD 4.0 compatibility. 81 1.5.6.2 yamt #options COMPAT_30 # NetBSD 3.0 compatibility. 82 1.5.6.2 yamt #options COMPAT_20 # NetBSD 2.0 compatibility. 83 1.5.6.2 yamt #options COMPAT_16 # NetBSD 1.6 compatibility. 84 1.5.6.2 yamt #options COMPAT_15 # NetBSD 1.5 compatibility. 85 1.5.6.2 yamt #options COMPAT_14 # NetBSD 1.4 compatibility. 86 1.5.6.2 yamt #options COMPAT_13 # NetBSD 1.3 compatibility. 87 1.5.6.2 yamt #options COMPAT_12 # NetBSD 1.2 compatibility. 88 1.5.6.2 yamt #options COMPAT_11 # NetBSD 1.1 compatibility. 89 1.5.6.2 yamt #options COMPAT_10 # NetBSD 1.0 compatibility. 90 1.5.6.2 yamt #options COMPAT_09 # NetBSD 0.9 compatibility. 91 1.5.6.2 yamt #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 92 1.5.6.2 yamt options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 93 1.5.6.2 yamt 94 1.5.6.2 yamt # Shared memory options 95 1.5.6.2 yamt 96 1.5.6.2 yamt #options SYSVMSG # System V-like message queues 97 1.5.6.2 yamt #options SYSVSEM # System V-like semaphores 98 1.5.6.2 yamt #options SYSVSHM # System V-like memory sharing 99 1.5.6.2 yamt 100 1.5.6.2 yamt # Device options 101 1.5.6.2 yamt 102 1.5.6.2 yamt #options MEMORY_DISK_HOOKS # boottime setup of ramdisk 103 1.5.6.2 yamt #options MEMORY_DISK_ROOT_SIZE=4000 # Size in blocks 104 1.5.6.2 yamt #options MEMORY_DISK_IS_ROOT # use memory disk as root 105 1.5.6.2 yamt 106 1.5.6.2 yamt # Miscellaneous kernel options 107 1.5.6.2 yamt options KTRACE # system call tracing, a la ktrace(1) 108 1.5.6.2 yamt options IRQSTATS # manage IRQ statistics 109 1.5.6.2 yamt #options KMEMSTATS # kernel memory statistics 110 1.5.6.2 yamt options SCSIVERBOSE # Verbose SCSI errors 111 1.5.6.2 yamt options PCIVERBOSE # Verbose PCI descriptions 112 1.5.6.2 yamt options MIIVERBOSE # Verbose MII autoconfuration messages 113 1.5.6.2 yamt #options PCI_CONFIG_DUMP # verbosely dump PCI config space 114 1.5.6.2 yamt options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to 115 1.5.6.2 yamt # configure PCI devices 116 1.5.6.2 yamt options PCI_CONFIGURE_VERBOSE # Show PCI config information 117 1.5.6.2 yamt options DDB_KEYCODE=0x1d # Enter ddb on ^] 118 1.5.6.2 yamt options USERCONF # userconf(4) support 119 1.5.6.2 yamt #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 120 1.5.6.2 yamt #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 121 1.5.6.2 yamt 122 1.5.6.2 yamt # Development and Debugging options 123 1.5.6.2 yamt 124 1.5.6.2 yamt #options ARM700BUGTRACK # track the ARM700 swi bug 125 1.5.6.2 yamt #options PORTMASTER # Enable PortMaster only options 126 1.5.6.2 yamt #options DIAGNOSTIC # internal consistency checks 127 1.5.6.2 yamt #options PMAP_DEBUG # Enable pmap_debug_level code 128 1.5.6.2 yamt options DDB # in-kernel debugger 129 1.5.6.2 yamt options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 130 1.5.6.2 yamt #options UVMHIST 131 1.5.6.2 yamt #makeoptions DEBUG="-g" # compile full symbol table 132 1.5.6.2 yamt options SYMTAB_SPACE=500000 133 1.5.6.2 yamt options PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00 134 1.5.6.2 yamt 135 1.5.6.2 yamt config netbsd root on ? type ? 136 1.5.6.2 yamt config netbsd-sm0 root on sm0 type nfs 137 1.5.6.2 yamt 138 1.5.6.2 yamt # The main bus device 139 1.5.6.2 yamt mainbus0 at root 140 1.5.6.2 yamt 141 1.5.6.2 yamt # The boot CPU 142 1.5.6.2 yamt cpu0 at mainbus? 143 1.5.6.2 yamt 144 1.5.6.2 yamt # Core logic 145 1.5.6.2 yamt ifpga0 at mainbus? 146 1.5.6.2 yamt 147 1.5.6.2 yamt # PL010 uart 148 1.5.6.2 yamt plcom0 at ifpga? offset 0x06000000 irq 1 149 1.5.6.2 yamt plcom1 at ifpga? offset 0x07000000 irq 2 150 1.5.6.2 yamt #options PLCOM_DEBUG 151 1.5.6.2 yamt 152 1.5.6.2 yamt # PL030 real time clock 153 1.5.6.2 yamt plrtc0 at ifpga? offset 0x05000000 154 1.5.6.2 yamt 155 1.5.6.2 yamt # PCI bus via ifpga 156 1.5.6.2 yamt pci0 at ifpga? # PCI bus 157 1.5.6.2 yamt 158 1.5.6.2 yamt # PCI network interfaces 159 1.5.6.2 yamt sm0 at ifpga? offset 0xb8000000 irq 27 160 1.5.6.2 yamt 161 1.5.6.2 yamt # MII/PHY support 162 1.5.6.2 yamt ukphy* at mii? phy ? # generic unknown PHYs 163 1.5.6.2 yamt 164 1.5.6.2 yamt # Pseudo-Devices 165 1.5.6.2 yamt 166 1.5.6.2 yamt # disk/mass storage pseudo-devices 167 1.5.6.2 yamt #pseudo-device md # memory disk device (ramdisk) 168 1.5.6.2 yamt #pseudo-device vnd # disk-like interface to files 169 1.5.6.2 yamt #pseudo-device fss # file system snapshot device 170 1.5.6.2 yamt #pseudo-device putter # for puffs and pud 171 1.5.6.2 yamt 172 1.5.6.2 yamt # network pseudo-devices 173 1.5.6.2 yamt pseudo-device bpfilter # Berkeley packet filter 174 1.5.6.2 yamt #pseudo-device bridge # simple inter-network bridging 175 1.5.6.2 yamt pseudo-device loop # network loopback 176 1.5.6.2 yamt 177 1.5.6.2 yamt # miscellaneous pseudo-devices 178 1.5.6.2 yamt pseudo-device pty # pseudo-terminals 179 1.5.6.2 yamt pseudo-device clockctl # user control of clock subsystem 180 1.5.6.2 yamt pseudo-device ksyms # /dev/ksyms 181