11.55Ssimonb# $NetBSD: TEAMASA_NPWR_FC,v 1.55 2022/08/07 02:52:25 simonb Exp $ 21.1Sbriggs# 31.1Sbriggs# TeamASA NPWR-FC, i80321-based SBC 41.1Sbriggs# 51.1Sbriggs 61.1Sbriggsinclude "arch/evbarm/conf/std.npwr_fc" 71.1Sbriggs 81.1Sbriggs#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.1Sbriggs 101.1Sbriggs# estimated number of users 111.1Sbriggs 121.1Sbriggsmaxusers 32 131.1Sbriggs 141.1Sbriggs# Standard system options 151.1Sbriggs 161.1Sbriggsoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 171.1Sbriggs#options NTP # NTP phase/frequency locked loop 181.1Sbriggs 191.1Sbriggs# CPU options 201.1Sbriggs 211.1Sbriggs# For XScale systems 221.1Sbriggsoptions CPU_XSCALE_80321 # Support the XScale core 231.1Sbriggsmakeoptions CPUFLAGS="-mcpu=xscale" 241.1Sbriggsoptions I80321_HPI_ENABLED # Uses the (non-maskable) HPI 251.1Sbriggs 261.1Sbriggs# Architecture options 271.1Sbriggsoptions XSCALE_CACHE_READ_WRITE_ALLOCATE 281.1Sbriggs#options HZ=512 291.1Sbriggs 301.1Sbriggs# File systems 311.1Sbriggs 321.1Sbriggsfile-system FFS # UFS 331.1Sbriggs#file-system LFS # log-structured file system 341.1Sbriggsfile-system MFS # memory file system 351.1Sbriggsfile-system NFS # Network file system 361.1Sbriggs#file-system ADOSFS # AmigaDOS-compatible file system 371.1Sbriggs#file-system EXT2FS # second extended file system (linux) 381.1Sbriggs#file-system CD9660 # ISO 9660 + Rock Ridge file system 391.1Sbriggs#file-system MSDOSFS # MS-DOS file system 401.1Sbriggsfile-system FDESC # /dev/fd 411.1Sbriggsfile-system KERNFS # /kern 421.1Sbriggsfile-system NULLFS # loopback file system 431.1Sbriggsfile-system PROCFS # /proc 441.38Smsaitoh#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 451.1Sbriggs#file-system UMAPFS # NULLFS + uid and gid remapping 461.1Sbriggs#file-system UNION # union file system 471.14Schristosfile-system PTYFS # /dev/pts/N support 481.1Sbriggs 491.1Sbriggs# File system options 501.55Ssimonb#options FFS_EI # FFS Endian Independent support 511.55Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 521.32Sbouyer#options QUOTA # legacy UFS quotas 531.32Sbouyer#options QUOTA2 # new, in-filesystem UFS quotas 541.55Ssimonb#options UFS_DIRHASH # UFS Large Directory Hashing 551.55Ssimonb#options UFS_EXTATTR # Extended attribute support for UFS1 561.55Ssimonboptions WAPBL # File system journaling support 571.50Srin#options DISKLABEL_EI # disklabel Endian Independent support 581.55Ssimonboptions NFSSERVER # Network File System server 591.1Sbriggs 601.1Sbriggs# Networking options 611.1Sbriggs 621.1Sbriggs#options GATEWAY # packet forwarding 631.1Sbriggsoptions INET # IP + ICMP + TCP + UDP 641.1Sbriggsoptions INET6 # IPV6 651.1Sbriggs#options IPSEC # IP security 661.1Sbriggs#options IPSEC_DEBUG # debug for IP security 671.1Sbriggs#options MROUTING # IP multicast routing 681.3Smanu#options PIM # Protocol Independent Multicast 691.1Sbriggs#options NETATALK # AppleTalk networking 701.1Sbriggs#options PPP_BSDCOMP # BSD-Compress compression support for PPP 711.1Sbriggs#options PPP_DEFLATE # Deflate compression support for PPP 721.1Sbriggs#options PPP_FILTER # Active filter support for PPP (requires bpf) 731.1Sbriggs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 741.1Sbriggs 751.1Sbriggsoptions NFS_BOOT_BOOTP 761.1Sbriggsoptions NFS_BOOT_DHCP 771.1Sbriggs#options NFS_BOOT_BOOTPARAM 781.1Sbriggs 791.1Sbriggs# Compatibility options 801.1Sbriggs 811.52Smrginclude "conf/compat_netbsd14.config" 821.52Smrgoptions COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries 831.1Sbriggs 841.1Sbriggs# Shared memory options 851.1Sbriggs 861.1Sbriggsoptions SYSVMSG # System V-like message queues 871.1Sbriggsoptions SYSVSEM # System V-like semaphores 881.1Sbriggsoptions SYSVSHM # System V-like memory sharing 891.1Sbriggs 901.1Sbriggs# Device options 911.1Sbriggs 921.1Sbriggs#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 931.1Sbriggs#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 941.1Sbriggs#options MEMORY_DISK_IS_ROOT # use memory disk as root 951.1Sbriggs 961.1Sbriggs# Console options. The default console is speed is 115200 baud. 971.1Sbriggs#options CONSPEED=9600 # Console speed 981.1Sbriggs 991.1Sbriggs# Miscellaneous kernel options 1001.1Sbriggsoptions KTRACE # system call tracing, a la ktrace(1) 1011.1Sbriggsoptions IRQSTATS # manage IRQ statistics 1021.1Sbriggs#options SCSIVERBOSE # Verbose SCSI errors 1031.1Sbriggsoptions PCIVERBOSE # Verbose PCI descriptions 1041.1Sbriggsoptions MIIVERBOSE # Verbose MII autoconfuration messages 1051.1Sbriggs#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1061.1Sbriggs#options DDB_KEYCODE=0x40 1071.1Sbriggsoptions USERCONF # userconf(4) support 1081.1Sbriggs#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1091.2Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1101.1Sbriggs 1111.1Sbriggs# Development and Debugging options 1121.1Sbriggs 1131.44Sdhollandoptions DIAGNOSTIC # internal consistency checks 1141.1Sbriggs#options DEBUG 1151.54Sskrll#options UVMHIST # kernhist for uvm/pmap subsystems 1161.1Sbriggs#options VERBOSE_INIT_ARM # verbose bootstraping messages 1171.1Sbriggsoptions DDB # in-kernel debugger 1181.1Sbriggsoptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1191.1Sbriggs#makeoptions DEBUG="-g" # compile full symbol table 1201.47Sjoergmakeoptions COPY_SYMTAB=1 1211.1Sbriggs 1221.1Sbriggsconfig netbsd root on ? type ? 1231.1Sbriggsconfig netbsd-wm0 root on wm0 type nfs 1241.1Sbriggsconfig netbsd-wd0 root on wd0 type ffs 1251.1Sbriggsconfig netbsd-sd0 root on sd0 type ffs 1261.1Sbriggs 1271.1Sbriggs# The main bus device 1281.1Sbriggsmainbus0 at root 1291.1Sbriggs 1301.1Sbriggs# The boot cpu 1311.1Sbriggscpu0 at mainbus? 1321.1Sbriggs 1331.1Sbriggs# On-board device support 1341.1Sbriggsobio* at mainbus? 1351.1Sbriggscom0 at obio? addr 0xfe800000 xint 4 # on-board TI 165C50 UART 1361.1Sbriggs 1371.1Sbriggs# i80321 I/O Processor peripheral support 1381.1Sbriggsiopxs* at mainbus? 1391.1Sbriggs 1401.1Sbriggsiopaau* at iopxs? # Application Accelerator Unit 1411.1Sbriggsiopiic* at iopxs? # I2C Controller Unit(s) 1421.1Sbriggsiic0 at iopiic? 1431.1Sbriggsiic1 at iopiic? 1441.1Sbriggsiopwdog* at iopxs? # Watchdog timer 1451.1Sbriggspci0 at iopxs? bus ? # PCI/PCI-X support 1461.1Sbriggs 1471.1Sbriggs# RTC -- M41T11, compatible with the DS1307 1481.1Sbriggsdsrtc* at iic1 addr 0x68 1491.1Sbriggs 1501.1Sbriggs# PCI-PCI bridges 1511.1Sbriggs#ppb* at pci? dev ? function ? 1521.1Sbriggs#pci* at ppb? bus ? 1531.1Sbriggs 1541.1Sbriggs# 1551.1Sbriggs# Storage devices 1561.1Sbriggs# 1571.1Sbriggs 1581.1Sbriggs# PCI IDE/S-ATA controllers and devices 1591.1Sbriggsartsata* at pci? dev ? function ? # Intel i31244 SATA controller 1601.7Srearnsha#options PCIIDE_I31244_DISABLEDMA 1611.1Sbriggs 1621.1Sbriggs# ATA (IDE) bus support 1631.1Sbriggsatabus* at ata? 1641.1Sbriggs 1651.1Sbriggswd* at atabus? drive ? flags 0x0000 1661.1Sbriggs 1671.1Sbriggs# PCI SCSI controllers 1681.1Sbriggs#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 1691.1Sbriggs#isp* at pci? dev ? function ? # Qlogic ISP SCSI 1701.1Sbriggs#siop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI 1711.1Sbriggs#esiop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI 1721.1Sbriggsmpt* at pci? dev ? function ? # LSI Fusion SCSI/FC 1731.1Sbriggs 1741.1Sbriggsscsibus* at scsi? 1751.1Sbriggs 1761.1Sbriggs# SCSI devices 1771.1Sbriggssd* at scsibus? target ? lun ? # SCSI disk drives 1781.1Sbriggsst* at scsibus? target ? lun ? # SCSI tape drives 1791.1Sbriggscd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1801.1Sbriggs#ch* at scsibus? target ? lun ? # SCSI media changers 1811.1Sbriggs#uk* at scsibus? target ? lun ? # unknown SCSI devices 1821.1Sbriggs 1831.1Sbriggs# 1841.1Sbriggs# Networking devices 1851.1Sbriggs# 1861.1Sbriggs 1871.1Sbriggs# PCI network devices 1881.1Sbriggs#fxp* at pci? dev ? function ? # Intel i8255x 10/100 Ethernet 1891.1Sbriggswm* at pci? dev ? function ? # Intel i82544 Gig-E 1901.1Sbriggs#skc* at pci? dev ? function ? # SysKonnect SK98xx Gig-E 1911.1Sbriggs#sk* at skc? # SysKonnect SK98xx Gig-E 1921.1Sbriggs 1931.1Sbriggs# MII/PHY support 1941.1Sbriggs#inphy* at mii? phy ? # Intel i82555 10/100 PHYs 1951.1Sbriggsmakphy* at mii? phy ? # Marvell 88E1000 PHYs 1961.1Sbriggsukphy* at mii? phy ? # Generic IEEE 802.3u PHYs 1971.1Sbriggs 1981.1Sbriggs# Pseudo-Devices 1991.1Sbriggs 2001.1Sbriggs# disk/mass storage pseudo-devices 2011.30Shannken#pseudo-device md # memory disk device (ramdisk) 2021.17Scubepseudo-device vnd # disk-like interface to files 2031.28Spooka#pseudo-device fss # file system snapshot device 2041.38Smsaitoh#pseudo-device putter # for puffs and pud 2051.1Sbriggs 2061.1Sbriggs# network pseudo-devices 2071.16Srpaulopseudo-device bpfilter # Berkeley packet filter 2081.1Sbriggspseudo-device loop # network loopback 2091.1Sbriggspseudo-device kttcp # network loopback 2101.1Sbriggs 2111.1Sbriggs# miscellaneous pseudo-devices 2121.1Sbriggspseudo-device pty # pseudo-terminals 2131.1Sbriggspseudo-device clockctl # user control of clock subsystem 2141.1Sbriggspseudo-device ksyms # /dev/ksyms 2151.1Sbriggs 2161.1Sbriggs# data mover pseudo-devices 2171.37Sskrllpseudo-device swdmover # software dmover(9) back-end 2181.1Sbriggspseudo-device dmoverio # /dev/dmover dmover(9) interface 219