11.17Ssimonb# $NetBSD: INTEGRATOR_CP,v 1.17 2022/08/07 02:52:25 simonb 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.17Ssimonb#options FFS_EI # FFS Endian Independent support 491.17Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 501.1Sskrll#options QUOTA # legacy UFS quotas 511.1Sskrll#options QUOTA2 # new, in-filesystem UFS quotas 521.17Ssimonb#options UFS_DIRHASH # UFS Large Directory Hashing 531.17Ssimonb#options UFS_EXTATTR # Extended attribute support for UFS1 541.17Ssimonboptions WAPBL # File system journaling support 551.12Srin#options DISKLABEL_EI # disklabel Endian Independent support 561.17Ssimonb#options NFSSERVER # Network File System server 571.1Sskrll 581.1Sskrll# Networking options 591.1Sskrll 601.1Sskrll#options GATEWAY # packet forwarding 611.1Sskrlloptions INET # IP + ICMP + TCP + UDP 621.1Sskrlloptions INET6 # IPV6 631.1Sskrll#options IPSEC # IP security 641.1Sskrll#options IPSEC_DEBUG # debug for IP security 651.1Sskrll#options MROUTING # IP multicast routing 661.1Sskrll#options PIM # Protocol Independent Multicast 671.1Sskrll#options NETATALK # AppleTalk networking 681.1Sskrll#options PPP_BSDCOMP # BSD-Compress compression support for PPP 691.1Sskrll#options PPP_DEFLATE # Deflate compression support for PPP 701.1Sskrll#options PPP_FILTER # Active filter support for PPP (requires bpf) 711.1Sskrll#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 721.1Sskrll 731.1Sskrlloptions NFS_BOOT_BOOTP 741.1Sskrlloptions NFS_BOOT_DHCP 751.1Sskrlloptions NFS_BOOT_BOOTPARAM 761.1Sskrll#options NFS_BOOT_BOOTSTATIC 771.1Sskrll 781.1Sskrll# Compatibility options 791.1Sskrll 801.14Smrginclude "conf/compat_netbsd50.config" 811.14Smrgoptions COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries 821.1Sskrll 831.1Sskrll# Shared memory options 841.1Sskrll 851.1Sskrll#options SYSVMSG # System V-like message queues 861.1Sskrll#options SYSVSEM # System V-like semaphores 871.1Sskrll#options SYSVSHM # System V-like memory sharing 881.1Sskrll 891.1Sskrll# Device options 901.1Sskrll 911.1Sskrll#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 921.1Sskrll#options MEMORY_DISK_ROOT_SIZE=4000 # Size in blocks 931.1Sskrll#options MEMORY_DISK_IS_ROOT # use memory disk as root 941.1Sskrll 951.1Sskrll# Miscellaneous kernel options 961.1Sskrlloptions KTRACE # system call tracing, a la ktrace(1) 971.1Sskrlloptions IRQSTATS # manage IRQ statistics 981.1Sskrlloptions SCSIVERBOSE # Verbose SCSI errors 991.1Sskrlloptions PCIVERBOSE # Verbose PCI descriptions 1001.1Sskrlloptions MIIVERBOSE # Verbose MII autoconfuration messages 1011.1Sskrll#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1021.1Sskrlloptions PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to 1031.1Sskrll # configure PCI devices 1041.1Sskrlloptions PCI_CONFIGURE_VERBOSE # Show PCI config information 1051.1Sskrlloptions DDB_KEYCODE=0x1d # Enter ddb on ^] 1061.1Sskrlloptions USERCONF # userconf(4) support 1071.1Sskrll#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1081.1Sskrll#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1091.1Sskrll 1101.1Sskrll# Development and Debugging options 1111.1Sskrll 1121.1Sskrll#options ARM700BUGTRACK # track the ARM700 swi bug 1131.1Sskrll#options PORTMASTER # Enable PortMaster only options 1141.1Sskrll#options DIAGNOSTIC # internal consistency checks 1151.15Sskrll#options UVMHIST # kernhist for uvm/pmap subsystems 1161.1Sskrlloptions DDB # in-kernel debugger 1171.1Sskrlloptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1181.1Sskrll#options UVMHIST 1191.1Sskrll#makeoptions DEBUG="-g" # compile full symbol table 1201.8Sjoergmakeoptions COPY_SYMTAB=1 1211.1Sskrlloptions PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00 1221.1Sskrll 1231.1Sskrllconfig netbsd root on ? type ? 1241.10Sjmcneillconfig netbsd-ld0 root on ld0 type ? 1251.1Sskrllconfig netbsd-sm0 root on sm0 type nfs 1261.1Sskrll 1271.1Sskrll# The main bus device 1281.1Sskrllmainbus0 at root 1291.1Sskrll 1301.1Sskrll# The boot CPU 1311.1Sskrllcpu0 at mainbus? 1321.1Sskrll 1331.1Sskrll# Core logic 1341.1Sskrllifpga0 at mainbus? 1351.1Sskrll 1361.1Sskrll# PL010 uart 1371.1Sskrllplcom0 at ifpga? offset 0x06000000 irq 1 1381.1Sskrllplcom1 at ifpga? offset 0x07000000 irq 2 1391.1Sskrll#options PLCOM_DEBUG 1401.1Sskrll 1411.1Sskrll# PL030 real time clock 1421.1Sskrllplrtc0 at ifpga? offset 0x05000000 1431.1Sskrll 1441.10Sjmcneill# PL181 MMCI host controller 1451.10Sjmcneillplmmc0 at ifpga? offset 0x0c000000 irq 23 1461.10Sjmcneillsdmmc* at plmmc0 1471.10Sjmcneillld* at sdmmc? 1481.10Sjmcneill#options SDMMC_DEBUG 1491.10Sjmcneill#options SDMMCCISDEBUG 1501.10Sjmcneill 1511.1Sskrll# PCI bus via ifpga 1521.1Sskrllpci0 at ifpga? # PCI bus 1531.1Sskrll 1541.1Sskrll# PCI network interfaces 1551.1Sskrllsm0 at ifpga? offset 0xb8000000 irq 27 1561.1Sskrll 1571.1Sskrll# MII/PHY support 1581.1Sskrllukphy* at mii? phy ? # generic unknown PHYs 1591.1Sskrll 1601.1Sskrll# Pseudo-Devices 1611.1Sskrll 1621.1Sskrll# disk/mass storage pseudo-devices 1631.1Sskrll#pseudo-device md # memory disk device (ramdisk) 1641.1Sskrll#pseudo-device vnd # disk-like interface to files 1651.1Sskrll#pseudo-device fss # file system snapshot device 1661.1Sskrll#pseudo-device putter # for puffs and pud 1671.1Sskrll 1681.1Sskrll# network pseudo-devices 1691.1Sskrllpseudo-device bpfilter # Berkeley packet filter 1701.1Sskrll#pseudo-device bridge # simple inter-network bridging 1711.16Sroy#pseudo-device vether # Virtual Ethernet for bridge 1721.1Sskrllpseudo-device loop # network loopback 1731.1Sskrll 1741.1Sskrll# miscellaneous pseudo-devices 1751.1Sskrllpseudo-device pty # pseudo-terminals 1761.1Sskrllpseudo-device clockctl # user control of clock subsystem 1771.1Sskrllpseudo-device ksyms # /dev/ksyms 178