SBMIPS revision 1.13
11.13Ssimonb# $NetBSD: SBMIPS,v 1.13 2022/08/07 02:52:25 simonb Exp $ 21.1Smrg 31.2Smrginclude "arch/evbmips/conf/std.sbmips" 41.1Smrg 51.1Smrgoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 61.1Smrg 71.13Ssimonb#ident "GENERIC-$Revision: 1.13 $" 81.1Smrg 91.1Smrg#options LOCKDEBUG # XXX XXX XXX XXX 101.1Smrg#options DEBUG # extra kernel debugging support 111.1Smrg 121.1Smrg# The following three options are required for BCM1250 pass 1 silicon 131.1Smrg#options SB1250_PASS1 141.1Smrg#options NOFPU 151.1Smrg#options FPEMUL 161.1Smrg 171.1Smrgmaxusers 32 181.1Smrg 191.1Smrg# Standard system options 201.1Smrgoptions KTRACE # system call tracing support 211.1Smrgoptions SYSVMSG # System V message queues 221.1Smrgoptions SYSVSEM # System V semaphores 231.1Smrgoptions SYSVSHM # System V shared memory 241.1Smrg#options NTP # network time protocol 251.1Smrg 261.1Smrg# Debugging options 271.1Smrg#options DIAGNOSTIC # extra kernel sanity checking 281.1Smrg#options DEBUG # extra kernel debugging support 291.1Smrgoptions USERCONF # userconf(4) support 301.1Smrgoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 311.1Smrgoptions DDB # kernel dynamic debugger 321.1Smrgoptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 331.1Smrg#makeoptions DEBUG="-g" # compile full symbol table 341.1Smrgmakeoptions COPY_SYMTAB=1 # size for embedded symbol table 351.1Smrg 361.1Smrg# Compatibility options 371.5Smrg 381.5Smrginclude "conf/compat_netbsd16.config" 391.5Smrg 401.1Smrg#options EXEC_ECOFF # exec ECOFF binaries 411.1Smrg#options COMPAT_ULTRIX # binary compatibility with Ultrix 421.1Smrg 431.1Smrg# File systems 441.1Smrgfile-system FFS # Berkeley Fast Filesystem 451.1Smrgfile-system NFS # Sun NFS-compatible filesystem client 461.1Smrgfile-system KERNFS # kernel data-structure filesystem 471.1Smrg#file-system NULLFS # NULL layered filesystem 481.1Smrgfile-system OVERLAY # overlay file system 491.1Smrgfile-system MFS # memory-based filesystem 501.1Smrgfile-system FDESC # user file descriptor filesystem 511.1Smrg#file-system UMAPFS # uid/gid remapping filesystem 521.1Smrgfile-system LFS # Log-based filesystem (still experimental) 531.1Smrgfile-system PROCFS # /proc 541.1Smrg#file-system CD9660 # ISO 9660 + Rock Ridge file system 551.1Smrg#file-system UNION # union file system 561.1Smrg#file-system MSDOSFS # MS-DOS FAT filesystem(s). 571.1Smrg#file-system CODA # Coda File System; also needs vcoda (below) 581.1Smrgfile-system PTYFS # /dev/pts/N support 591.1Smrgfile-system TMPFS # Efficient memory file-system 601.1Smrg#file-system UDF # experimental - OSTA UDF CD/DVD file-system 611.1Smrg 621.1Smrg# File system options 631.13Ssimonb#options FFS_EI # FFS Endian Independent support 641.13Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 651.1Smrgoptions QUOTA # legacy UFS quotas 661.1Smrgoptions QUOTA2 # new, in-filesystem UFS quotas 671.13Ssimonboptions UFS_DIRHASH # UFS Large Directory Hashing 681.13Ssimonb#options UFS_EXTATTR # Extended attribute support for UFS1 691.1Smrgoptions WAPBL # File system journaling support 701.13Ssimonboptions LFS_DIRHASH # LFS version of UFS_DIRHASH - experimental 711.1Smrg#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 721.1Smrg # immutable) behave as system flags. 731.13Ssimonboptions NFSSERVER # Network File System server 741.1Smrg 751.8Ssevan# Alternate buffer queue strategies for better responsiveness under high 761.8Ssevan# disk I/O load. 771.8Ssevan#options BUFQ_READPRIO 781.8Ssevanoptions BUFQ_PRIOCSCAN 791.8Ssevan 801.1Smrg# Networking options 811.1Smrg#options GATEWAY # IP packet forwarding 821.1Smrgoptions INET # Internet protocols 831.1Smrgoptions INET6 # IPV6 841.1Smrg#options IPSEC # IP security 851.1Smrg#options IPSEC_DEBUG # debug for IP security 861.1Smrg#options MROUTING # packet forwarding of multicast packets 871.1Smrg#options PIM # Protocol Independent Multicast 881.1Smrg#options NETATALK # AppleTalk (over Ethernet) protocol 891.1Smrg#options PPP_BSDCOMP # BSD-Compress compression support for PPP 901.1Smrg#options PPP_DEFLATE # Deflate compression support for PPP 911.1Smrgoptions PPP_FILTER # Active filter support for PPP (requires bpf) 921.1Smrg 931.1Smrg#options ALTQ # Manipulate network interfaces' output queues 941.1Smrg#options ALTQ_BLUE # Stochastic Fair Blue 951.1Smrg#options ALTQ_CBQ # Class-Based Queueing 961.1Smrg#options ALTQ_CDNR # Diffserv Traffic Conditioner 971.1Smrg#options ALTQ_FIFOQ # First-In First-Out Queue 981.1Smrg#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 991.1Smrg#options ALTQ_HFSC # Hierarchical Fair Service Curve 1001.1Smrg#options ALTQ_LOCALQ # Local queueing discipline 1011.1Smrg#options ALTQ_PRIQ # Priority Queueing 1021.1Smrg#options ALTQ_RED # Random Early Detection 1031.1Smrg#options ALTQ_RIO # RED with IN/OUT 1041.1Smrg#options ALTQ_WFQ # Weighted Fair Queueing 1051.1Smrg 1061.1Smrg# JIT compiler for bpfilter 1071.1Smrg#options SLJIT 1081.1Smrg#options BPFJIT 1091.1Smrg 1101.1Smrg# These options enable verbose messages for several subsystems. 1111.1Smrg# Warning, these may compile large string tables into the kernel! 1121.1Smrgoptions PCIVERBOSE # verbose PCI device autoconfig messages 1131.1Smrg#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1141.1Smrg#options SCSIVERBOSE # human readable SCSI error messages 1151.1Smrgoptions MIIVERBOSE # verbose PHY autoconfig messages 1161.1Smrg 1171.1Smrgoptions NFS_BOOT_DHCP 1181.1Smrg 1191.1Smrg#config netbsd root on ? type ? 1201.1Smrgconfig netbsd root on sbmac0 type nfs 1211.1Smrg 1221.1Smrgzbbus* at root 1231.1Smrg 1241.1Smrgcpu* at zbbus? busid ? 1251.1Smrgsbscd* at zbbus? busid ? 1261.1Smrgsbbrz* at zbbus? busid ? 1271.1Smrgsbobio* at zbbus? busid ? 1281.1Smrg 1291.1Smrgpci* at sbbrz? bus ? 1301.1Smrgppb* at pci? dev ? 1311.1Smrgpci* at ppb? 1321.1Smrg 1331.1Smrgohci* at pci? dev ? function ? # Open Host Controller 1341.1Smrg 1351.1Smrgbge* at pci? dev ? 1361.1Smrg 1371.1Smrg#sbicu* at sbscd? offset ? 1381.1Smrgsbwdog* at sbscd? offset ? intr ? 1391.1Smrgsbtimer0 at sbscd? offset ? intr ? flags 0x01 # clock 1401.1Smrg#sbtimer1 at sbscd? offset ? intr ? flags 0x02 # statclock 1411.1Smrgsbtimer* at sbscd? offset ? intr ? 1421.1Smrg 1431.1Smrgsbmac* at sbobio? offset ? 1441.1Smrgsbscn* at sbobio? offset ? 1451.1Smrg#sbgbus* at sbobio? offset ? 1461.1Smrgsmbus* at sbobio? offset ? 1471.1Smrg 1481.1Smrgxirtc* at smbus? chan ? dev ? # Xicor X1241 RTC 1491.1Smrgm41t81rtc* at smbus? chan ? dev ? # ST M41T81 RTC 1501.1Smrg 1511.1Smrg# MII/PHY support 1521.1Smrgbrgphy* at mii? phy ? 1531.1Smrg 1541.1Smrg# USB 1551.1Smrgusb* at ohci? 1561.1Smrguhub* at usb? 1571.1Smrguhub* at uhub? port ? 1581.1Smrgumass* at uhub? port ? configuration ? interface ? 1591.1Smrgscsibus* at umass? channel ? 1601.1Smrgsd* at scsibus? target ? lun ? 1611.1Smrguplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 1621.1Smrgucom* at uplcom? portno ? 1631.1Smrg 1641.1Smrg# Pseudo-devices 1651.1Smrg 1661.1Smrg# Disk/mass storage pseudo-devices 1671.1Smrgpseudo-device ccd # concatenated disk devices 1681.1Smrg#pseudo-device cgd # cryptographic disk devices 1691.1Smrg#pseudo-device raid # RAIDframe disk driver 1701.1Smrg#options RAID_AUTOCONFIG # auto-configuration of RAID 1711.1Smrgpseudo-device md # memory disk device (ramdisk) 1721.1Smrgpseudo-device vnd # disk-like interface to files 1731.1Smrg#options VND_COMPRESSION # compressed vnd(4) 1741.1Smrg 1751.1Smrg# Network pseudo-devices 1761.1Smrgpseudo-device bpfilter # Berkeley packet filter 1771.9Ssevanpseudo-device carp # Common Address Redundancy Protocol 1781.6Smaxvpseudo-device npf # NPF packet filter 1791.1Smrgpseudo-device loop # network loopback 1801.1Smrg#pseudo-device ppp # Point-to-Point Protocol 1811.1Smrg#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 1821.1Smrg#pseudo-device sl # Serial Line IP 1831.1Smrg#pseudo-device irframetty # IrDA frame line discipline 1841.1Smrg#pseudo-device tun # network tunneling over tty 1851.1Smrg#pseudo-device tap # virtual Ethernet 1861.1Smrg#pseudo-device gre # generic L3 over IP tunnel 1871.1Smrg#pseudo-device ipip # RFC 2003 IP Encapsulation 1881.1Smrg#pseudo-device gif # RFC1933 tunnel 1891.1Smrg#pseudo-device faith # IPv[46] tcp relay translation 1901.1Smrg#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1911.1Smrgpseudo-device vlan # IEEE 802.1q encapsulation 1921.1Smrgpseudo-device bridge # simple inter-network bridging 1931.12Sroypseudo-device vether # Virtual Ethernet for bridge 1941.1Smrgpseudo-device agr # IEEE 802.3ad link aggregation 1951.1Smrg 1961.1Smrg# 1971.1Smrg# accept filters 1981.1Smrgpseudo-device accf_data # "dataready" accept filter 1991.1Smrgpseudo-device accf_http # "httpready" accept filter 2001.1Smrg 2011.1Smrg# Miscellaneous pseudo-devices 2021.1Smrgpseudo-device pty # pseudo-terminals 2031.1Smrg#pseudo-device sequencer # MIDI sequencer 2041.1Smrgpseudo-device clockctl # user control of clock subsystem 2051.1Smrgpseudo-device ksyms # /dev/ksyms 2061.1Smrg 2071.1Smrg# A pseudo device needed for Coda # also needs CODA (above) 2081.1Smrg#pseudo-device vcoda # coda minicache <-> venus comm. 2091.1Smrg 2101.9Ssevaninclude "dev/veriexec.config" 211