11.35Sjakllsch# $NetBSD: XLSATX,v 1.35 2025/03/19 21:03:40 jakllsch Exp $ 21.2Smatt 31.2Smattinclude "arch/evbmips/conf/std.rmixl" 41.2Smatt 51.35Sjakllsch#ident "XLSATX-$Revision: 1.35 $" 61.2Smatt 71.2Smatt#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 81.2Smatt 91.2Smattmaxusers 32 101.2Smatt 111.2Smatt# 121.2Smatt# MEMSIZE can be used to limit memory amount used 131.2Smatt# 141.3Scliff#options MEMSIZE=0x10000000 # 256MB 151.2Smatt 161.2Smatt# 171.2Smatt# MEMLIMIT can be used to limit memory address used 181.2Smatt# 191.2Smattdefparam opt_memsize.h MEMLIMIT 201.3Scliff#options MEMLIMIT=0x10000000 # 256MB 211.2Smatt 221.2Smattoptions NOFPU # No FPU 231.2Smatt#options FPEMUL # emulate FPU insn 241.2Smatt 251.2Smatt# Standard system options 261.2Smattoptions KTRACE # system call tracing support 271.2Smattoptions SYSVMSG # System V message queues 281.2Smattoptions SYSVSEM # System V semaphores 291.2Smattoptions SYSVSHM # System V shared memory 301.2Smatt#options SHMMAXPGS=1024 # 1024 pages is the default 311.35Sjakllsch#options MODULAR 321.2Smattoptions NTP # network time protocol 331.2Smatt 341.2Smatt# Debugging options 351.2Smattoptions DIAGNOSTIC # extra kernel sanity checking 361.24Smaya#options DEBUG # extra kernel debugging support 371.2Smattoptions MSGBUFSIZE=65536 # kernel dmesg buffer 381.2Smattoptions USERCONF # userconf(4) support 391.2Smatt#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 401.2Smattoptions DDB # kernel dynamic debugger 411.2Smattoptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 421.2Smattmakeoptions DEBUG="-g" # compile full symbol table 431.20Sjoergmakeoptions COPY_SYMTAB=1 # size for embedded symbol table 441.3Scliff#options DDB_COMMANDONENTER="trace;show registers" 451.3Scliffoptions DB_MAX_LINE=-1 461.2Smatt 471.2Smatt# Compatibility options 481.25Smrg 491.25Smrginclude "conf/compat_netbsd50.config" 501.25Smrg 511.2Smatt#options EXEC_ECOFF # exec ECOFF binaries 521.2Smatt#options COMPAT_ULTRIX # binary compatibility with Ultrix 531.2Smatt 541.2Smatt# File systems 551.2Smattfile-system FFS # Berkeley Fast Filesystem 561.2Smattfile-system MFS # memory-based filesystem 571.2Smatt#file-system EXT2FS # second extended file system (linux) 581.2Smattfile-system NFS # Sun NFS-compatible filesystem client 591.2Smattfile-system KERNFS # kernel data-structure filesystem 601.2Smatt#file-system NULLFS # NULL layered filesystem 611.2Smatt#file-system OVERLAY # overlay file system 621.2Smatt#file-system FDESC # user file descriptor filesystem 631.2Smatt#file-system UMAPFS # uid/gid remapping filesystem 641.2Smatt#file-system LFS # Log-based filesystem (still experimental) 651.2Smatt#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 661.2Smattfile-system PROCFS # /proc 671.2Smatt#file-system CD9660 # ISO 9660 + Rock Ridge file system 681.2Smattfile-system TMPFS # Efficient memory file system 691.2Smatt#file-system UNION # union file system 701.2Smatt#file-system MSDOSFS # MS-DOS FAT filesystem(s). 711.2Smatt#file-system CODA # Coda File System; also needs vcoda (below) 721.2Smattfile-system PTYFS # /dev/pts/N support 731.2Smatt 741.2Smatt# File system options 751.5Swiz#options FFS_EI # FFS Endian Independent support 761.33Ssimonboptions FFS_NO_SNAPSHOT # No FFS snapshot support 771.33Ssimonb#options QUOTA # legacy UFS quotas 781.33Ssimonboptions UFS_DIRHASH # UFS Large Directory Hashing 791.33Ssimonboptions UFS_EXTATTR # Extended attribute support for UFS1 801.9Sdhollandoptions WAPBL # File system journaling support 811.33Ssimonb#options NFSSERVER # Network File System server 821.2Smatt 831.28Ssevan# Alternate buffer queue strategies for better responsiveness under high 841.28Ssevan# disk I/O load. 851.28Ssevan#options BUFQ_READPRIO 861.28Ssevanoptions BUFQ_PRIOCSCAN 871.28Ssevan 881.2Smatt# Networking options 891.2Smatt#options GATEWAY # IP packet forwarding 901.2Smattoptions INET # Internet protocols 911.11Smattoptions INET6 # IPV6 921.2Smatt#options IPSEC # IP security 931.2Smatt#options IPSEC_DEBUG # debug for IP security 941.2Smatt#options MROUTING # packet forwarding of multicast packets 951.2Smatt#options PIM # Protocol Independent Multicast 961.2Smatt#options NETATALK # AppleTalk (over Ethernet) protocol 971.2Smatt#options PPP_BSDCOMP # BSD-Compress compression support for PPP 981.2Smatt#options PPP_DEFLATE # Deflate compression support for PPP 991.2Smatt#options PPP_FILTER # Active filter support for PPP (requires bpf) 1001.2Smatt 1011.19Salnsn# JIT compiler for bpfilter 1021.19Salnsn#options SLJIT 1031.19Salnsn#options BPFJIT 1041.19Salnsn 1051.2Smatt# These options enable verbose messages for several subsystems. 1061.2Smatt# Warning, these may compile large string tables into the kernel! 1071.2Smatt#options PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus 1081.2Smattoptions PCIVERBOSE # verbose PCI device autoconfig messages 1091.2Smatt#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1101.2Smatt#options SCSIVERBOSE # human readable SCSI error messages 1111.2Smattoptions MIIVERBOSE # verbose PHY autoconfig messages 1121.2Smatt 1131.2Smatt# Bitmask for enabling the PCI IDE channels in the southbridge. 1141.2Smatt# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1. 1151.2Smatt# 1161.32Sandvar# Do this if your firmware (usually PMON and YAMON) doesn't enable the IDE 1171.2Smatt# channels for you (thus causing the NetBSD `pciide' driver to ignore them). 1181.2Smattoptions PCI_NETBSD_ENABLE_IDE=0x1 1191.2Smatt 1201.2Smattoptions NFS_BOOT_DHCP 1211.2Smatt 1221.2Smattconfig netbsd root on ? type ? 1231.2Smattconfig netbsd-wm0 root on wm0 type nfs 1241.2Smattconfig netbsd-msk0 root on msk0 type nfs 1251.2Smattconfig netbsd-sd0a root on sd0a type ffs 1261.2Smatt 1271.2Smatt 1281.2Smattmainbus0 at root 1291.3Scliffcpunode* at mainbus? node ? 1301.3Scliffcpucore* at cpunode? core ? 1311.2Smattcpu* at cpucore? thread ? 1321.2Smattobio0 at cpunode? 1331.2Smattcom0 at obio0 addr 0x14000 intr 9 1341.2Smattcom1 at obio0 addr 0x15000 intr 10 1351.3Scliffoptions COM_REGMAP 1361.3Scliffrmixl_gpio0 at obio0 addr 0x18000 intr 14 1371.3Scliffgpio* at rmixl_gpio? 1381.3Scliffrmixl_iobus0 at obio0 addr 0x19000 1391.3Scliffrmixl_nand* at rmixl_iobus? addr 0x01800000 1401.3Scliff#rmixl_nand* at rmixl_iobus? cs 2 1411.3Scliffnand* at rmixl_nand? 1421.3Scliffflash* at nand? 1431.3Scliff#rmixl_pcic* at rmixl_iobus? cs 6 addr 0x01000000 1441.3Scliff#pcmcia* at rmixl_pcic 1451.3Scliffrmixl_pcix0 at obio0 1461.2Smattpci* at rmixl_pcix0 1471.3Scliffrmixl_pcie0 at obio0 1481.2Smattpci* at rmixl_pcie0 1491.2Smattppb* at pci? 1501.2Smattpci* at ppb? 1511.2Smattwm* at pci? dev ? function ? # Intel i82546EB Gig-E 1521.2Smattskc* at pci? dev ? function ? 1531.2Smattsk* at skc? 1541.2Smattmskc* at pci? dev ? function ? 1551.2Smattmsk* at mskc? 1561.2Smattmakphy* at mii? phy ? # Marvell 88E1000 PHYs 1571.2Smattukphy* at mii? phy ? # unknown PHY 1581.3Scliffrmixl_usbi0 at obio0 addr 0x25000 intr 31 1591.2Smattohci0 at rmixl_usbi0 addr 0x24400 size 0x400 intr 0 1601.2Smattohci1 at rmixl_usbi0 addr 0x24800 size 0x400 intr 1 1611.2Smattehci0 at rmixl_usbi0 addr 0x24000 size 0x400 intr 2 1621.3Scliffsiisata* at pci? dev ? function ? 1631.2Smattatabus* at ata? 1641.2Smattwd* at atabus? drive ? flags 0x0000 1651.2Smatt 1661.2Smatt# USB 1671.2Smattusb* at ohci? 1681.2Smattusb* at ehci? 1691.2Smattuhub* at usb? 1701.2Smattuhub* at uhub? port ? 1711.2Smattumass* at uhub? port ? configuration ? interface ? 1721.3Scliffscsibus* at umass? channel ? 1731.2Smattsd* at scsibus? target ? lun ? 1741.2Smatt 1751.2Smatt 1761.2Smatt# Pseudo-devices 1771.2Smatt 1781.2Smatt# Disk/mass storage pseudo-devices 1791.14Schristos#pseudo-device ccd # concatenated disk devices 1801.15Schristos#pseudo-device raid # RAIDframe disk driver 1811.2Smatt#options RAID_AUTOCONFIG # auto-configuration of RAID 1821.16Schristos#pseudo-device fss # file system snapshot device 1831.2Smattpseudo-device vnd # disk-like interface to files 1841.2Smatt 1851.2Smatt# Network pseudo-devices 1861.2Smattpseudo-device bpfilter # Berkeley packet filter 1871.29Ssevanpseudo-device carp # Common Address Redundancy Protocol 1881.26Smaxvpseudo-device npf # NPF packet filter 1891.2Smattpseudo-device loop # network loopback 1901.2Smatt#pseudo-device ppp # Point-to-Point Protocol 1911.2Smatt#pseudo-device sl # Serial Line IP 1921.2Smatt#pseudo-device tun # network tunneling over tty 1931.2Smatt#pseudo-device tap # virtual Ethernet 1941.2Smatt#pseudo-device gre # generic L3 over IP tunnel 1951.15Schristos#pseudo-device ipip # RFC 2003 IP Encapsulation 1961.2Smatt#pseudo-device gif # RFC1933 tunnel 1971.2Smatt#pseudo-device faith # IPv[46] tcp relay translation 1981.2Smatt#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1991.2Smatt#pseudo-device vlan # IEEE 802.1q encapsulation 2001.2Smatt#pseudo-device bridge # simple inter-network bridging 2011.31Sroy#pseudo-device vether # Virtual Ethernet for bridge 2021.2Smattpseudo-device kttcp # kernel ttcp 2031.2Smatt 2041.2Smatt# Miscellaneous pseudo-devices 2051.2Smattpseudo-device pty # pseudo-terminals 2061.16Schristos#pseudo-device sequencer # MIDI sequencer 2071.2Smattpseudo-device clockctl # user control of clock subsystem 2081.2Smattpseudo-device ksyms # /dev/ksyms 2091.2Smatt 2101.2Smatt# A pseudo device needed for Coda # also needs CODA (above) 2111.15Schristos#pseudo-device vcoda # coda minicache <-> venus comm. 2121.29Ssevan 2131.29Ssevaninclude "dev/veriexec.config" 214