INTEGRATOR_CP revision 1.1
11.1Sskrll# $NetBSD: INTEGRATOR_CP,v 1.1 2013/02/19 10:57:09 skrll 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.1Sskrll 461.1Sskrll# File system options 471.1Sskrll#options QUOTA # legacy UFS quotas 481.1Sskrll#options QUOTA2 # new, in-filesystem UFS quotas 491.1Sskrll#options FFS_EI # FFS Endian Independent support 501.1Sskrll#options NFSSERVER 511.1Sskrlloptions WAPBL # File system journaling support 521.1Sskrll#options FFS_NO_SNAPSHOT # No FFS snapshot support 531.1Sskrll 541.1Sskrll# Networking options 551.1Sskrll 561.1Sskrll#options GATEWAY # packet forwarding 571.1Sskrlloptions INET # IP + ICMP + TCP + UDP 581.1Sskrlloptions INET6 # IPV6 591.1Sskrll#options IPSEC # IP security 601.1Sskrll#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 611.1Sskrll#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 621.1Sskrll#options IPSEC_DEBUG # debug for IP security 631.1Sskrll#options MROUTING # IP multicast routing 641.1Sskrll#options PIM # Protocol Independent Multicast 651.1Sskrll#options ISO,TPIP # OSI 661.1Sskrll#options EON # OSI tunneling over IP 671.1Sskrll#options NETATALK # AppleTalk networking 681.1Sskrll#options PFIL_HOOKS # pfil(9) packet filter hooks 691.1Sskrll#options PPP_BSDCOMP # BSD-Compress compression support for PPP 701.1Sskrll#options PPP_DEFLATE # Deflate compression support for PPP 711.1Sskrll#options PPP_FILTER # Active filter support for PPP (requires bpf) 721.1Sskrll#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 731.1Sskrll 741.1Sskrlloptions NFS_BOOT_BOOTP 751.1Sskrlloptions NFS_BOOT_DHCP 761.1Sskrlloptions NFS_BOOT_BOOTPARAM 771.1Sskrll#options NFS_BOOT_BOOTSTATIC 781.1Sskrll 791.1Sskrll# Compatibility options 801.1Sskrll 811.1Sskrll#options COMPAT_43 # 4.3BSD compatibility. 821.1Sskrlloptions COMPAT_60 # NetBSD 6.0 compatibility. 831.1Sskrlloptions COMPAT_50 # NetBSD 5.0 compatibility. 841.1Sskrll#options COMPAT_40 # NetBSD 4.0 compatibility. 851.1Sskrll#options COMPAT_30 # NetBSD 3.0 compatibility. 861.1Sskrll#options COMPAT_20 # NetBSD 2.0 compatibility. 871.1Sskrll#options COMPAT_16 # NetBSD 1.6 compatibility. 881.1Sskrll#options COMPAT_15 # NetBSD 1.5 compatibility. 891.1Sskrll#options COMPAT_14 # NetBSD 1.4 compatibility. 901.1Sskrll#options COMPAT_13 # NetBSD 1.3 compatibility. 911.1Sskrll#options COMPAT_12 # NetBSD 1.2 compatibility. 921.1Sskrll#options COMPAT_11 # NetBSD 1.1 compatibility. 931.1Sskrll#options COMPAT_10 # NetBSD 1.0 compatibility. 941.1Sskrll#options COMPAT_09 # NetBSD 0.9 compatibility. 951.1Sskrll#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 961.1Sskrlloptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 971.1Sskrll 981.1Sskrll# Shared memory options 991.1Sskrll 1001.1Sskrll#options SYSVMSG # System V-like message queues 1011.1Sskrll#options SYSVSEM # System V-like semaphores 1021.1Sskrll#options SYSVSHM # System V-like memory sharing 1031.1Sskrll 1041.1Sskrll# Device options 1051.1Sskrll 1061.1Sskrll#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 1071.1Sskrll#options MEMORY_DISK_ROOT_SIZE=4000 # Size in blocks 1081.1Sskrll#options MEMORY_DISK_IS_ROOT # use memory disk as root 1091.1Sskrll 1101.1Sskrll# Miscellaneous kernel options 1111.1Sskrlloptions KTRACE # system call tracing, a la ktrace(1) 1121.1Sskrlloptions IRQSTATS # manage IRQ statistics 1131.1Sskrll#options KMEMSTATS # kernel memory statistics 1141.1Sskrlloptions SCSIVERBOSE # Verbose SCSI errors 1151.1Sskrlloptions PCIVERBOSE # Verbose PCI descriptions 1161.1Sskrlloptions MIIVERBOSE # Verbose MII autoconfuration messages 1171.1Sskrll#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1181.1Sskrlloptions PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to 1191.1Sskrll # configure PCI devices 1201.1Sskrlloptions PCI_CONFIGURE_VERBOSE # Show PCI config information 1211.1Sskrlloptions DDB_KEYCODE=0x1d # Enter ddb on ^] 1221.1Sskrlloptions USERCONF # userconf(4) support 1231.1Sskrll#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1241.1Sskrll#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1251.1Sskrll 1261.1Sskrll# Development and Debugging options 1271.1Sskrll 1281.1Sskrll#options ARM700BUGTRACK # track the ARM700 swi bug 1291.1Sskrll#options PORTMASTER # Enable PortMaster only options 1301.1Sskrll#options DIAGNOSTIC # internal consistency checks 1311.1Sskrll#options PMAP_DEBUG # Enable pmap_debug_level code 1321.1Sskrlloptions DDB # in-kernel debugger 1331.1Sskrlloptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1341.1Sskrll#options UVMHIST 1351.1Sskrll#makeoptions DEBUG="-g" # compile full symbol table 1361.1Sskrlloptions SYMTAB_SPACE=500000 1371.1Sskrlloptions PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00 1381.1Sskrll 1391.1Sskrllconfig netbsd root on ? type ? 1401.1Sskrllconfig netbsd-sm0 root on sm0 type nfs 1411.1Sskrll 1421.1Sskrll# The main bus device 1431.1Sskrllmainbus0 at root 1441.1Sskrll 1451.1Sskrll# The boot CPU 1461.1Sskrllcpu0 at mainbus? 1471.1Sskrll 1481.1Sskrll# Core logic 1491.1Sskrllifpga0 at mainbus? 1501.1Sskrll 1511.1Sskrll# PL010 uart 1521.1Sskrllplcom0 at ifpga? offset 0x06000000 irq 1 1531.1Sskrllplcom1 at ifpga? offset 0x07000000 irq 2 1541.1Sskrll#options PLCOM_DEBUG 1551.1Sskrll 1561.1Sskrll# PL030 real time clock 1571.1Sskrllplrtc0 at ifpga? offset 0x05000000 1581.1Sskrll 1591.1Sskrll# PCI bus via ifpga 1601.1Sskrllpci0 at ifpga? # PCI bus 1611.1Sskrll 1621.1Sskrll# PCI network interfaces 1631.1Sskrllsm0 at ifpga? offset 0xb8000000 irq 27 1641.1Sskrll 1651.1Sskrll# MII/PHY support 1661.1Sskrllukphy* at mii? phy ? # generic unknown PHYs 1671.1Sskrll 1681.1Sskrll# Pseudo-Devices 1691.1Sskrll 1701.1Sskrll# disk/mass storage pseudo-devices 1711.1Sskrll#pseudo-device md # memory disk device (ramdisk) 1721.1Sskrll#pseudo-device vnd # disk-like interface to files 1731.1Sskrll#pseudo-device fss # file system snapshot device 1741.1Sskrll#pseudo-device putter # for puffs and pud 1751.1Sskrll 1761.1Sskrll# network pseudo-devices 1771.1Sskrllpseudo-device bpfilter # Berkeley packet filter 1781.1Sskrll#pseudo-device bridge # simple inter-network bridging 1791.1Sskrllpseudo-device loop # network loopback 1801.1Sskrll 1811.1Sskrll# miscellaneous pseudo-devices 1821.1Sskrllpseudo-device pty # pseudo-terminals 1831.1Sskrllpseudo-device clockctl # user control of clock subsystem 1841.1Sskrllpseudo-device ksyms # /dev/ksyms 185