INTEGRATOR_CP revision 1.6
11.6Smartin# $NetBSD: INTEGRATOR_CP,v 1.6 2014/08/03 09:18:16 martin Exp $ 21.1Sskrll# 31.1Sskrll# INTEGRATOR_CP -- ARM Integrator CP kernel 41.1Sskrll# 51.1Sskrll 61.1Sskrllinclude "arch/evbarm/conf/std.integrator_cp" 71.1Sskrll 81.1Sskrll#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.1Sskrll 101.1Sskrll# estimated number of users 111.1Sskrll 121.1Sskrllmaxusers 32 131.1Sskrll 141.1Sskrll# Standard system options 151.1Sskrll 161.1Sskrlloptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 171.1Sskrlloptions NTP # NTP phase/frequency locked loop 181.1Sskrll 191.1Sskrll# CPU options 201.1Sskrll 211.1Sskrlloptions CPU_ARM9 # Support the ARM9TDMI core 221.1Sskrlloptions CPU_ARM10 # Support the ARM10 core 231.1Sskrlloptions CPU_ARM11 # Support the ARM11 core 241.1Sskrlloptions FPU_VFP 251.1Sskrlloptions INTEGRATOR_CP 261.1Sskrll 271.1Sskrll# File systems 281.1Sskrll 291.1Sskrllfile-system FFS # UFS 301.1Sskrll#file-system LFS # log-structured file system 311.1Sskrllfile-system MFS # memory file system 321.1Sskrllfile-system NFS # Network file system 331.1Sskrll#file-system ADOSFS # AmigaDOS-compatible file system 341.1Sskrll#file-system EXT2FS # second extended file system (linux) 351.1Sskrll#file-system CD9660 # ISO 9660 + Rock Ridge file system 361.1Sskrll#file-system MSDOSFS # MS-DOS file system 371.1Sskrll#file-system FDESC # /dev/fd 381.1Sskrllfile-system KERNFS # /kern 391.1Sskrll#file-system NULLFS # loopback file system 401.1Sskrllfile-system PROCFS # /proc 411.1Sskrll#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 421.1Sskrll#file-system UMAPFS # NULLFS + uid and gid remapping 431.1Sskrll#file-system UNION # union file system 441.1Sskrllfile-system PTYFS # /dev/pts/N support 451.3Sjoergfile-system TMPFS # memory file system 461.1Sskrll 471.1Sskrll# File system options 481.1Sskrll#options QUOTA # legacy UFS quotas 491.1Sskrll#options QUOTA2 # new, in-filesystem UFS quotas 501.1Sskrll#options FFS_EI # FFS Endian Independent support 511.1Sskrll#options NFSSERVER 521.1Sskrlloptions WAPBL # File system journaling support 531.1Sskrll#options FFS_NO_SNAPSHOT # No FFS snapshot support 541.1Sskrll 551.1Sskrll# Networking options 561.1Sskrll 571.1Sskrll#options GATEWAY # packet forwarding 581.1Sskrlloptions INET # IP + ICMP + TCP + UDP 591.1Sskrlloptions INET6 # IPV6 601.1Sskrll#options IPSEC # IP security 611.1Sskrll#options IPSEC_DEBUG # debug for IP security 621.1Sskrll#options MROUTING # IP multicast routing 631.1Sskrll#options PIM # Protocol Independent Multicast 641.1Sskrll#options NETATALK # AppleTalk networking 651.1Sskrll#options PPP_BSDCOMP # BSD-Compress compression support for PPP 661.1Sskrll#options PPP_DEFLATE # Deflate compression support for PPP 671.1Sskrll#options PPP_FILTER # Active filter support for PPP (requires bpf) 681.1Sskrll#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 691.1Sskrll 701.1Sskrlloptions NFS_BOOT_BOOTP 711.1Sskrlloptions NFS_BOOT_DHCP 721.1Sskrlloptions NFS_BOOT_BOOTPARAM 731.1Sskrll#options NFS_BOOT_BOOTSTATIC 741.1Sskrll 751.1Sskrll# Compatibility options 761.1Sskrll 771.6Smartinoptions COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries 781.1Sskrll#options COMPAT_43 # 4.3BSD compatibility. 791.1Sskrlloptions COMPAT_60 # NetBSD 6.0 compatibility. 801.1Sskrlloptions COMPAT_50 # NetBSD 5.0 compatibility. 811.1Sskrll#options COMPAT_40 # NetBSD 4.0 compatibility. 821.1Sskrll#options COMPAT_30 # NetBSD 3.0 compatibility. 831.1Sskrll#options COMPAT_20 # NetBSD 2.0 compatibility. 841.1Sskrll#options COMPAT_16 # NetBSD 1.6 compatibility. 851.1Sskrll#options COMPAT_15 # NetBSD 1.5 compatibility. 861.1Sskrll#options COMPAT_14 # NetBSD 1.4 compatibility. 871.1Sskrll#options COMPAT_13 # NetBSD 1.3 compatibility. 881.1Sskrll#options COMPAT_12 # NetBSD 1.2 compatibility. 891.1Sskrll#options COMPAT_11 # NetBSD 1.1 compatibility. 901.1Sskrll#options COMPAT_10 # NetBSD 1.0 compatibility. 911.1Sskrll#options COMPAT_09 # NetBSD 0.9 compatibility. 921.1Sskrll#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 931.1Sskrlloptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 941.1Sskrll 951.1Sskrll# Shared memory options 961.1Sskrll 971.1Sskrll#options SYSVMSG # System V-like message queues 981.1Sskrll#options SYSVSEM # System V-like semaphores 991.1Sskrll#options SYSVSHM # System V-like memory sharing 1001.1Sskrll 1011.1Sskrll# Device options 1021.1Sskrll 1031.1Sskrll#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 1041.1Sskrll#options MEMORY_DISK_ROOT_SIZE=4000 # Size in blocks 1051.1Sskrll#options MEMORY_DISK_IS_ROOT # use memory disk as root 1061.1Sskrll 1071.1Sskrll# Miscellaneous kernel options 1081.1Sskrlloptions KTRACE # system call tracing, a la ktrace(1) 1091.1Sskrlloptions IRQSTATS # manage IRQ statistics 1101.1Sskrll#options KMEMSTATS # kernel memory statistics 1111.1Sskrlloptions SCSIVERBOSE # Verbose SCSI errors 1121.1Sskrlloptions PCIVERBOSE # Verbose PCI descriptions 1131.1Sskrlloptions MIIVERBOSE # Verbose MII autoconfuration messages 1141.1Sskrll#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1151.1Sskrlloptions PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to 1161.1Sskrll # configure PCI devices 1171.1Sskrlloptions PCI_CONFIGURE_VERBOSE # Show PCI config information 1181.1Sskrlloptions DDB_KEYCODE=0x1d # Enter ddb on ^] 1191.1Sskrlloptions USERCONF # userconf(4) support 1201.1Sskrll#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1211.1Sskrll#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1221.1Sskrll 1231.1Sskrll# Development and Debugging options 1241.1Sskrll 1251.1Sskrll#options ARM700BUGTRACK # track the ARM700 swi bug 1261.1Sskrll#options PORTMASTER # Enable PortMaster only options 1271.1Sskrll#options DIAGNOSTIC # internal consistency checks 1281.1Sskrll#options PMAP_DEBUG # Enable pmap_debug_level code 1291.1Sskrlloptions DDB # in-kernel debugger 1301.1Sskrlloptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1311.1Sskrll#options UVMHIST 1321.1Sskrll#makeoptions DEBUG="-g" # compile full symbol table 1331.1Sskrlloptions SYMTAB_SPACE=500000 1341.1Sskrlloptions PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00 1351.1Sskrll 1361.1Sskrllconfig netbsd root on ? type ? 1371.1Sskrllconfig netbsd-sm0 root on sm0 type nfs 1381.1Sskrll 1391.1Sskrll# The main bus device 1401.1Sskrllmainbus0 at root 1411.1Sskrll 1421.1Sskrll# The boot CPU 1431.1Sskrllcpu0 at mainbus? 1441.1Sskrll 1451.1Sskrll# Core logic 1461.1Sskrllifpga0 at mainbus? 1471.1Sskrll 1481.1Sskrll# PL010 uart 1491.1Sskrllplcom0 at ifpga? offset 0x06000000 irq 1 1501.1Sskrllplcom1 at ifpga? offset 0x07000000 irq 2 1511.1Sskrll#options PLCOM_DEBUG 1521.1Sskrll 1531.1Sskrll# PL030 real time clock 1541.1Sskrllplrtc0 at ifpga? offset 0x05000000 1551.1Sskrll 1561.1Sskrll# PCI bus via ifpga 1571.1Sskrllpci0 at ifpga? # PCI bus 1581.1Sskrll 1591.1Sskrll# PCI network interfaces 1601.1Sskrllsm0 at ifpga? offset 0xb8000000 irq 27 1611.1Sskrll 1621.1Sskrll# MII/PHY support 1631.1Sskrllukphy* at mii? phy ? # generic unknown PHYs 1641.1Sskrll 1651.1Sskrll# Pseudo-Devices 1661.1Sskrll 1671.1Sskrll# disk/mass storage pseudo-devices 1681.1Sskrll#pseudo-device md # memory disk device (ramdisk) 1691.1Sskrll#pseudo-device vnd # disk-like interface to files 1701.1Sskrll#pseudo-device fss # file system snapshot device 1711.1Sskrll#pseudo-device putter # for puffs and pud 1721.1Sskrll 1731.1Sskrll# network pseudo-devices 1741.1Sskrllpseudo-device bpfilter # Berkeley packet filter 1751.1Sskrll#pseudo-device bridge # simple inter-network bridging 1761.1Sskrllpseudo-device loop # network loopback 1771.1Sskrll 1781.1Sskrll# miscellaneous pseudo-devices 1791.1Sskrllpseudo-device pty # pseudo-terminals 1801.1Sskrllpseudo-device clockctl # user control of clock subsystem 1811.1Sskrllpseudo-device ksyms # /dev/ksyms 182