GENERIC revision 1.112
11.112Ssimonb# $NetBSD: GENERIC,v 1.112 2022/08/07 02:52:29 simonb 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.112Ssimonb#ident "GENERIC-$Revision: 1.112 $" 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.1Ssimonb#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 751.1Ssimonb # immutable) behave as system flags. 761.112Ssimonboptions NFSSERVER # Network File System server 771.1Ssimonb 781.1Ssimonb# Networking options 791.1Ssimonb#options GATEWAY # IP packet forwarding 801.1Ssimonboptions INET # Internet protocols 811.1Ssimonboptions INET6 # IPV6 821.1Ssimonb#options IPSEC # IP security 831.1Ssimonb#options IPSEC_DEBUG # debug for IP security 841.1Ssimonb#options MROUTING # packet forwarding of multicast packets 851.30Smanu#options PIM # Protocol Independent Multicast 861.1Ssimonb#options NETATALK # AppleTalk (over Ethernet) protocol 871.1Ssimonb#options PPP_BSDCOMP # BSD-Compress compression support for PPP 881.1Ssimonb#options PPP_DEFLATE # Deflate compression support for PPP 891.1Ssimonboptions PPP_FILTER # Active filter support for PPP (requires bpf) 901.1Ssimonb 911.27Sabs#options ALTQ # Manipulate network interfaces' output queues 921.27Sabs#options ALTQ_BLUE # Stochastic Fair Blue 931.27Sabs#options ALTQ_CBQ # Class-Based Queueing 941.27Sabs#options ALTQ_CDNR # Diffserv Traffic Conditioner 951.27Sabs#options ALTQ_FIFOQ # First-In First-Out Queue 961.27Sabs#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 971.27Sabs#options ALTQ_HFSC # Hierarchical Fair Service Curve 981.27Sabs#options ALTQ_LOCALQ # Local queueing discipline 991.27Sabs#options ALTQ_PRIQ # Priority Queueing 1001.27Sabs#options ALTQ_RED # Random Early Detection 1011.27Sabs#options ALTQ_RIO # RED with IN/OUT 1021.27Sabs#options ALTQ_WFQ # Weighted Fair Queueing 1031.27Sabs 1041.96Salnsn# JIT compiler for bpfilter 1051.96Salnsn#options SLJIT 1061.96Salnsn#options BPFJIT 1071.96Salnsn 1081.1Ssimonb# These options enable verbose messages for several subsystems. 1091.1Ssimonb# Warning, these may compile large string tables into the kernel! 1101.1Ssimonboptions PCIVERBOSE # verbose PCI device autoconfig messages 1111.1Ssimonb#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1121.1Ssimonb#options SCSIVERBOSE # human readable SCSI error messages 1131.1Ssimonboptions MIIVERBOSE # verbose PHY autoconfig messages 1141.1Ssimonb 1151.1Ssimonboptions NFS_BOOT_DHCP 1161.1Ssimonb 1171.1Ssimonb#config netbsd root on ? type ? 1181.1Ssimonbconfig netbsd root on sbmac0 type nfs 1191.1Ssimonb 1201.1Ssimonbzbbus* at root 1211.1Ssimonb 1221.6Ssimonbcpu* at zbbus? busid ? 1231.1Ssimonbsbscd* at zbbus? busid ? 1241.81Smattsbbrz* at zbbus? busid ? 1251.1Ssimonbsbobio* at zbbus? busid ? 1261.1Ssimonb 1271.81Smattpci* at sbbrz? bus ? 1281.81Smattppb* at pci? dev ? 1291.81Smattpci* at ppb? 1301.81Smatt 1311.81Smattohci* at pci? dev ? function ? # Open Host Controller 1321.81Smatt 1331.81Smattbge* at pci? dev ? 1341.81Smatt 1351.81Smatt#sbicu* at sbscd? offset ? 1361.81Smattsbwdog* at sbscd? offset ? intr ? 1371.81Smattsbtimer0 at sbscd? offset ? intr ? flags 0x01 # clock 1381.81Smatt#sbtimer1 at sbscd? offset ? intr ? flags 0x02 # statclock 1391.81Smattsbtimer* at sbscd? offset ? intr ? 1401.81Smatt 1411.81Smattsbmac* at sbobio? offset ? 1421.81Smattsbscn* at sbobio? offset ? 1431.81Smatt#sbgbus* at sbobio? offset ? 1441.81Smattsmbus* at sbobio? offset ? 1451.7Ssimonb 1461.16Ssimonbxirtc* at smbus? chan ? dev ? # Xicor X1241 RTC 1471.23Ssimonbm41t81rtc* at smbus? chan ? dev ? # ST M41T81 RTC 1481.1Ssimonb 1491.1Ssimonb# MII/PHY support 1501.6Ssimonbbrgphy* at mii? phy ? 1511.1Ssimonb 1521.81Smatt# USB 1531.81Smattusb* at ohci? 1541.81Smattuhub* at usb? 1551.81Smattuhub* at uhub? port ? 1561.81Smattumass* at uhub? port ? configuration ? interface ? 1571.81Smattscsibus* at umass? channel ? 1581.81Smattsd* at scsibus? target ? lun ? 1591.81Smattuplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 1601.81Smattucom* at uplcom? portno ? 1611.81Smatt 1621.1Ssimonb# Pseudo-devices 1631.1Ssimonb 1641.1Ssimonb# Disk/mass storage pseudo-devices 1651.91Schristospseudo-device ccd # concatenated disk devices 1661.91Schristos#pseudo-device cgd # cryptographic disk devices 1671.92Schristos#pseudo-device raid # RAIDframe disk driver 1681.1Ssimonb#options RAID_AUTOCONFIG # auto-configuration of RAID 1691.80Shannkenpseudo-device md # memory disk device (ramdisk) 1701.52Scubepseudo-device vnd # disk-like interface to files 1711.39Shubertf#options VND_COMPRESSION # compressed vnd(4) 1721.1Ssimonb 1731.1Ssimonb# Network pseudo-devices 1741.51Srpaulopseudo-device bpfilter # Berkeley packet filter 1751.108Ssevanpseudo-device carp # Common Address Redundancy Protocol 1761.106Smaxvpseudo-device npf # NPF packet filter 1771.1Ssimonbpseudo-device loop # network loopback 1781.52Scube#pseudo-device ppp # Point-to-Point Protocol 1791.1Ssimonb#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 1801.52Scube#pseudo-device sl # Serial Line IP 1811.1Ssimonb#pseudo-device irframetty # IrDA frame line discipline 1821.52Scube#pseudo-device tun # network tunneling over tty 1831.32Scube#pseudo-device tap # virtual Ethernet 1841.52Scube#pseudo-device gre # generic L3 over IP tunnel 1851.92Schristos#pseudo-device ipip # RFC 2003 IP Encapsulation 1861.52Scube#pseudo-device gif # RFC1933 tunnel 1871.52Scube#pseudo-device faith # IPv[46] tcp relay translation 1881.52Scube#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1891.1Ssimonbpseudo-device vlan # IEEE 802.1q encapsulation 1901.1Ssimonbpseudo-device bridge # simple inter-network bridging 1911.111Sroy#pseudo-device vether # Virtual Ethernet for bridge 1921.61Smartinpseudo-device agr # IEEE 802.3ad link aggregation 1931.1Ssimonb 1941.69Stls# 1951.69Stls# accept filters 1961.69Stlspseudo-device accf_data # "dataready" accept filter 1971.69Stlspseudo-device accf_http # "httpready" accept filter 1981.69Stls 1991.1Ssimonb# Miscellaneous pseudo-devices 2001.1Ssimonbpseudo-device pty # pseudo-terminals 2011.93Schristos#pseudo-device sequencer # MIDI sequencer 2021.8Slukempseudo-device clockctl # user control of clock subsystem 2031.21Sraggepseudo-device ksyms # /dev/ksyms 2041.1Ssimonb 2051.1Ssimonb# A pseudo device needed for Coda # also needs CODA (above) 2061.92Schristos#pseudo-device vcoda # coda minicache <-> venus comm. 2071.48Selad 2081.108Ssevaninclude "dev/veriexec.config" 209