11.115Schristos# $NetBSD: GENERIC,v 1.115 2024/01/29 18:27:15 christos Exp $ 21.1Ssimonb 31.18Ssimonbinclude "arch/sbmips/conf/std.sbmips" 41.1Ssimonb 51.5Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 61.5Satatat 71.115Schristos#ident "GENERIC-$Revision: 1.115 $" 81.16Ssimonb 91.16Ssimonb#options LOCKDEBUG # XXX XXX XXX XXX 101.46Schs#options DEBUG # extra kernel debugging support 111.1Ssimonb 121.1Ssimonb# The following three options are required for BCM1250 pass 1 silicon 131.16Ssimonb#options SB1250_PASS1 141.16Ssimonb#options NOFPU 151.81Smatt#options FPEMUL 161.1Ssimonb 171.1Ssimonbmaxusers 32 181.1Ssimonb 191.1Ssimonb# Standard system options 201.1Ssimonboptions KTRACE # system call tracing support 211.1Ssimonboptions SYSVMSG # System V message queues 221.1Ssimonboptions SYSVSEM # System V semaphores 231.1Ssimonboptions SYSVSHM # System V shared memory 241.1Ssimonb#options NTP # network time protocol 251.1Ssimonb 261.108Ssevan# Alternate buffer queue strategies for better responsiveness under high 271.108Ssevan# disk I/O load. 281.108Ssevan#options BUFQ_READPRIO 291.108Ssevanoptions BUFQ_PRIOCSCAN 301.108Ssevan 311.1Ssimonb# Debugging options 321.46Schs#options DIAGNOSTIC # extra kernel sanity checking 331.1Ssimonb#options DEBUG # extra kernel debugging support 341.10Slukemoptions USERCONF # userconf(4) support 351.29Satatatoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 361.1Ssimonboptions DDB # kernel dynamic debugger 371.1Ssimonboptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 381.1Ssimonb#makeoptions DEBUG="-g" # compile full symbol table 391.98Sjoergmakeoptions COPY_SYMTAB=1 # size for embedded symbol table 401.1Ssimonb 411.1Ssimonb# Compatibility options 421.105Smrginclude "conf/compat_netbsd16.config" 431.1Ssimonb#options EXEC_ECOFF # exec ECOFF binaries 441.1Ssimonb#options COMPAT_ULTRIX # binary compatibility with Ultrix 451.1Ssimonb 461.1Ssimonb# File systems 471.1Ssimonbfile-system FFS # Berkeley Fast Filesystem 481.1Ssimonbfile-system NFS # Sun NFS-compatible filesystem client 491.1Ssimonbfile-system KERNFS # kernel data-structure filesystem 501.1Ssimonb#file-system NULLFS # NULL layered filesystem 511.1Ssimonbfile-system OVERLAY # overlay file system 521.1Ssimonbfile-system MFS # memory-based filesystem 531.1Ssimonbfile-system FDESC # user file descriptor filesystem 541.1Ssimonb#file-system UMAPFS # uid/gid remapping filesystem 551.1Ssimonbfile-system LFS # Log-based filesystem (still experimental) 561.6Ssimonbfile-system PROCFS # /proc 571.1Ssimonb#file-system CD9660 # ISO 9660 + Rock Ridge file system 581.1Ssimonb#file-system UNION # union file system 591.1Ssimonb#file-system MSDOSFS # MS-DOS FAT filesystem(s). 601.1Ssimonb#file-system CODA # Coda File System; also needs vcoda (below) 611.44Schristosfile-system PTYFS # /dev/pts/N support 621.77Schsfile-system TMPFS # Efficient memory file-system 631.50Sreinoud#file-system UDF # experimental - OSTA UDF CD/DVD file-system 641.1Ssimonb 651.1Ssimonb# File system options 661.112Ssimonb#options FFS_EI # FFS Endian Independent support 671.112Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 681.82Sbouyeroptions QUOTA # legacy UFS quotas 691.82Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 701.112Ssimonboptions UFS_DIRHASH # UFS Large Directory Hashing 711.100Smanuoptions UFS_EXTATTR # Extended attribute support for UFS1 721.86Sdhollandoptions WAPBL # File system journaling support 731.112Ssimonboptions LFS_DIRHASH # LFS version of UFS_DIRHASH - experimental 741.112Ssimonboptions NFSSERVER # Network File System server 751.1Ssimonb 761.1Ssimonb# Networking options 771.1Ssimonb#options GATEWAY # IP packet forwarding 781.1Ssimonboptions INET # Internet protocols 791.1Ssimonboptions INET6 # IPV6 801.1Ssimonb#options IPSEC # IP security 811.1Ssimonb#options IPSEC_DEBUG # debug for IP security 821.1Ssimonb#options MROUTING # packet forwarding of multicast packets 831.30Smanu#options PIM # Protocol Independent Multicast 841.1Ssimonb#options NETATALK # AppleTalk (over Ethernet) protocol 851.1Ssimonb#options PPP_BSDCOMP # BSD-Compress compression support for PPP 861.1Ssimonb#options PPP_DEFLATE # Deflate compression support for PPP 871.1Ssimonboptions PPP_FILTER # Active filter support for PPP (requires bpf) 881.1Ssimonb 891.27Sabs#options ALTQ # Manipulate network interfaces' output queues 901.27Sabs#options ALTQ_BLUE # Stochastic Fair Blue 911.27Sabs#options ALTQ_CBQ # Class-Based Queueing 921.27Sabs#options ALTQ_CDNR # Diffserv Traffic Conditioner 931.27Sabs#options ALTQ_FIFOQ # First-In First-Out Queue 941.27Sabs#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 951.27Sabs#options ALTQ_HFSC # Hierarchical Fair Service Curve 961.27Sabs#options ALTQ_LOCALQ # Local queueing discipline 971.27Sabs#options ALTQ_PRIQ # Priority Queueing 981.27Sabs#options ALTQ_RED # Random Early Detection 991.27Sabs#options ALTQ_RIO # RED with IN/OUT 1001.27Sabs#options ALTQ_WFQ # Weighted Fair Queueing 1011.27Sabs 1021.96Salnsn# JIT compiler for bpfilter 1031.96Salnsn#options SLJIT 1041.96Salnsn#options BPFJIT 1051.96Salnsn 1061.1Ssimonb# These options enable verbose messages for several subsystems. 1071.1Ssimonb# Warning, these may compile large string tables into the kernel! 1081.1Ssimonboptions PCIVERBOSE # verbose PCI device autoconfig messages 1091.1Ssimonb#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1101.1Ssimonb#options SCSIVERBOSE # human readable SCSI error messages 1111.1Ssimonboptions MIIVERBOSE # verbose PHY autoconfig messages 1121.1Ssimonb 1131.1Ssimonboptions NFS_BOOT_DHCP 1141.1Ssimonb 1151.1Ssimonb#config netbsd root on ? type ? 1161.1Ssimonbconfig netbsd root on sbmac0 type nfs 1171.1Ssimonb 1181.1Ssimonbzbbus* at root 1191.1Ssimonb 1201.6Ssimonbcpu* at zbbus? busid ? 1211.1Ssimonbsbscd* at zbbus? busid ? 1221.81Smattsbbrz* at zbbus? busid ? 1231.1Ssimonbsbobio* at zbbus? busid ? 1241.1Ssimonb 1251.81Smattpci* at sbbrz? bus ? 1261.81Smattppb* at pci? dev ? 1271.81Smattpci* at ppb? 1281.81Smatt 1291.81Smattohci* at pci? dev ? function ? # Open Host Controller 1301.81Smatt 1311.81Smattbge* at pci? dev ? 1321.81Smatt 1331.81Smatt#sbicu* at sbscd? offset ? 1341.81Smattsbwdog* at sbscd? offset ? intr ? 1351.81Smattsbtimer0 at sbscd? offset ? intr ? flags 0x01 # clock 1361.81Smatt#sbtimer1 at sbscd? offset ? intr ? flags 0x02 # statclock 1371.81Smattsbtimer* at sbscd? offset ? intr ? 1381.81Smatt 1391.81Smattsbmac* at sbobio? offset ? 1401.81Smattsbscn* at sbobio? offset ? 1411.81Smatt#sbgbus* at sbobio? offset ? 1421.81Smattsmbus* at sbobio? offset ? 1431.7Ssimonb 1441.16Ssimonbxirtc* at smbus? chan ? dev ? # Xicor X1241 RTC 1451.23Ssimonbm41t81rtc* at smbus? chan ? dev ? # ST M41T81 RTC 1461.1Ssimonb 1471.1Ssimonb# MII/PHY support 1481.6Ssimonbbrgphy* at mii? phy ? 1491.1Ssimonb 1501.81Smatt# USB 1511.81Smattusb* at ohci? 1521.81Smattuhub* at usb? 1531.81Smattuhub* at uhub? port ? 1541.81Smattumass* at uhub? port ? configuration ? interface ? 1551.81Smattscsibus* at umass? channel ? 1561.81Smattsd* at scsibus? target ? lun ? 1571.81Smattuplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 1581.81Smattucom* at uplcom? portno ? 1591.81Smatt 1601.1Ssimonb# Pseudo-devices 1611.1Ssimonb 1621.1Ssimonb# Disk/mass storage pseudo-devices 1631.91Schristospseudo-device ccd # concatenated disk devices 1641.91Schristos#pseudo-device cgd # cryptographic disk devices 1651.92Schristos#pseudo-device raid # RAIDframe disk driver 1661.1Ssimonb#options RAID_AUTOCONFIG # auto-configuration of RAID 1671.80Shannkenpseudo-device md # memory disk device (ramdisk) 1681.52Scubepseudo-device vnd # disk-like interface to files 1691.39Shubertf#options VND_COMPRESSION # compressed vnd(4) 1701.1Ssimonb 1711.1Ssimonb# Network pseudo-devices 1721.51Srpaulopseudo-device bpfilter # Berkeley packet filter 1731.108Ssevanpseudo-device carp # Common Address Redundancy Protocol 1741.106Smaxvpseudo-device npf # NPF packet filter 1751.1Ssimonbpseudo-device loop # network loopback 1761.52Scube#pseudo-device ppp # Point-to-Point Protocol 1771.1Ssimonb#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 1781.52Scube#pseudo-device sl # Serial Line IP 1791.1Ssimonb#pseudo-device irframetty # IrDA frame line discipline 1801.52Scube#pseudo-device tun # network tunneling over tty 1811.32Scube#pseudo-device tap # virtual Ethernet 1821.52Scube#pseudo-device gre # generic L3 over IP tunnel 1831.92Schristos#pseudo-device ipip # RFC 2003 IP Encapsulation 1841.52Scube#pseudo-device gif # RFC1933 tunnel 1851.52Scube#pseudo-device faith # IPv[46] tcp relay translation 1861.52Scube#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1871.1Ssimonbpseudo-device vlan # IEEE 802.1q encapsulation 1881.1Ssimonbpseudo-device bridge # simple inter-network bridging 1891.111Sroy#pseudo-device vether # Virtual Ethernet for bridge 1901.61Smartinpseudo-device agr # IEEE 802.3ad link aggregation 1911.1Ssimonb 1921.69Stls# 1931.69Stls# accept filters 1941.69Stlspseudo-device accf_data # "dataready" accept filter 1951.69Stlspseudo-device accf_http # "httpready" accept filter 1961.69Stls 1971.1Ssimonb# Miscellaneous pseudo-devices 1981.1Ssimonbpseudo-device pty # pseudo-terminals 1991.93Schristos#pseudo-device sequencer # MIDI sequencer 2001.8Slukempseudo-device clockctl # user control of clock subsystem 2011.21Sraggepseudo-device ksyms # /dev/ksyms 2021.113Sriastradpseudo-device swwdog # software watchdog timer -- swwdog(4) 2031.1Ssimonb 2041.1Ssimonb# A pseudo device needed for Coda # also needs CODA (above) 2051.92Schristos#pseudo-device vcoda # coda minicache <-> venus comm. 2061.48Selad 2071.108Ssevaninclude "dev/veriexec.config" 2081.114Sabs 2091.114Sabs# Pull in optional local configuration - always at end 2101.114Sabscinclude "arch/sbmips/conf/GENERIC.local" 211