11.50Schristos# $NetBSD: OPENBLOCKS200,v 1.50 2024/01/29 18:27:12 christos Exp $ 21.1Sshige# 31.1Sshige# GENERIC -- everything that's currently supported 41.1Sshige# 51.1Sshige 61.45Smrginclude "arch/evbppc/conf/std.obs200" 71.1Sshige 81.1Sshige#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.1Sshige 101.1Sshige#ident "OPENBLOCKS200" 111.1Sshige 121.1Sshigemaxusers 32 131.1Sshige 141.1Sshige#options UVMHIST 151.1Sshige#options UVMHIST_PRINT 161.1Sshige 171.1Sshige# Options for necessary to use MD 181.1Sshige#options MEMORY_DISK_HOOKS 191.1Sshige#options MEMORY_DISK_IS_ROOT # force root on memory disk 201.1Sshige#options MEMORY_DISK_SERVER=0 # no userspace memory disk support 211.1Sshige#options MEMORY_DISK_ROOT_SIZE=8192 # size of memory disk, in blocks 221.1Sshige 231.1Sshige 241.1Sshige#options INSECURE # disable kernel security levels 251.1Sshige#options NTP # NTP phase/frequency locked loop 261.1Sshige#options KTRACE # system call tracing via ktrace(1) 271.1Sshige 281.1Sshigeoptions SYSVMSG # System V message queues 291.1Sshigeoptions SYSVSEM # System V semaphores 301.1Sshigeoptions SYSVSHM # System V shared memory 311.1Sshige 321.1Sshige#options USERCONF # userconf(4) support 331.1Sshige#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 341.1Sshige#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 351.1Sshige 361.48Ssevan# Alternate buffer queue strategies for better responsiveness under high 371.48Ssevan# disk I/O load. 381.48Ssevan#options BUFQ_READPRIO 391.48Ssevanoptions BUFQ_PRIOCSCAN 401.48Ssevan 411.1Sshige# Diagnostic/debugging support options 421.1Sshige#options DIAGNOSTIC # cheap kernel consistency checks 431.1Sshigeoptions DEBUG # expensive debugging checks/support 441.1Sshigeoptions DDB # in-kernel debugger 451.1Sshigeoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 461.1Sshigeoptions TRAP_PANICWAIT 471.42Sjoergmakeoptions COPY_SYMTAB=1 # size for embedded symbol table 481.1Sshige 491.1Sshigemakeoptions DEBUG="-g" # compile full symbol table 501.1Sshige 511.1Sshige# Compatibility options 521.45Smrginclude "conf/compat_netbsd13.config" 531.1Sshige#options COMPAT_386BSD_MBRPART # recognize old partition ID 541.1Sshige 551.1Sshige# File systems 561.1Sshigefile-system FFS # UFS 571.1Sshigefile-system EXT2FS # second extended file system (linux) 581.1Sshigefile-system LFS # log-structured file system 591.1Sshigefile-system MFS # memory file system 601.1Sshigefile-system NFS # Network File System client 611.1Sshigefile-system CD9660 # ISO 9660 + Rock Ridge file system 621.1Sshigefile-system MSDOSFS # MS-DOS file system 631.1Sshigefile-system FDESC # /dev/fd 641.1Sshigefile-system KERNFS # /kern 651.1Sshigefile-system NULLFS # loopback file system 661.1Sshigefile-system OVERLAY # overlay file system 671.23Spookafile-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 681.1Sshigefile-system PROCFS # /proc 691.1Sshigefile-system UMAPFS # NULLFS + uid and gid remapping 701.1Sshigefile-system UNION # union file system 711.6Schristosfile-system PTYFS # /dev/pts/N support 721.1Sshige 731.1Sshige# File system options 741.49Ssimonboptions FFS_EI # FFS Endian Independent support 751.49Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 761.29Sbouyeroptions QUOTA # legacy UFS quotas 771.29Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 781.49Ssimonboptions UFS_DIRHASH # UFS Large Directory Hashing 791.49Ssimonb#options UFS_EXTATTR # Extended attribute support for UFS1 801.32Sdhollandoptions WAPBL # File system journaling support 811.49Ssimonboptions LFS_DIRHASH # LFS version of UFS_DIRHASH - experimental 821.49Ssimonboptions NFSSERVER # Network File System server 831.1Sshige 841.1Sshigeoptions NFS_BOOT_DHCP # Support DHCP NFS root 851.1Sshige 861.1Sshige# Networking options 871.1Sshigeoptions GATEWAY # packet forwarding 881.1Sshigeoptions INET # IP + ICMP + TCP + UDP 891.1Sshigeoptions INET6 # IPV6 901.1Sshige#options IPSEC # IP security 911.1Sshige#options IPSEC_DEBUG # debug for IP security 921.1Sshige#options MROUTING # IP multicast routing 931.1Sshige#options PIM # Protocol Independent Multicast 941.1Sshige#options NETATALK # AppleTalk networking protocols 951.1Sshigeoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 961.1Sshigeoptions PPP_DEFLATE # Deflate compression support for PPP 971.1Sshigeoptions PPP_FILTER # Active filter support for PPP (requires bpf) 981.1Sshige#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 991.1Sshige 1001.1Sshige# These options enable verbose messages for several subsystems. 1011.1Sshige# Warning, these may compile large string tables into the kernel! 1021.1Sshigeoptions PCIVERBOSE # verbose PCI device autoconfig messages 1031.1Sshigeoptions MIIVERBOSE # verbose PHY autoconfig messages 1041.1Sshige#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1051.1Sshigeoptions SCSIVERBOSE # human readable SCSI error messages 1061.1Sshigeoptions PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices 1071.1Sshige#options PCI_CONFIGURE_VERBOSE # Show PCI config information 1081.1Sshige 1091.1Sshige# wscons options 1101.1Sshige#options WSEMUL_SUN # sun terminal emulation 1111.1Sshige#options WSEMUL_VT100 # VT100 / VT220 emulation 1121.33Sabs#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 1131.1Sshige 1141.1Sshige# Kernel root file system and dump configuration. 1151.1Sshigeconfig netbsd root on ? type ? 1161.1Sshige 1171.1Sshige# 1181.1Sshige# Device configuration 1191.1Sshige# 1201.1Sshige 1211.1Sshigeplb0 at root # Processor Local Bus 1221.1Sshige 1231.1Sshigecpu0 at plb? 1241.1Sshige 1251.25Skiyoharaecc0 at plb? irq 17 # On-chip ECC controller 1261.1Sshige 1271.1Sshigeopb* at plb? # On-chip Peripheral Bus 1281.1Sshige 1291.1Sshigewdog* at opb? # Watchdog timer 1301.1Sshige 1311.1Sshigecom* at opb? addr ? irq ? # UARTs 1321.1Sshige 1331.1Sshigeemac0 at opb? addr ? irq ? # Ethernet Media Access Controller 1341.1Sshigeoptions EMAC_EVENT_COUNTERS 1351.1Sshige 1361.1Sshigegpiic0 at opb? addr ? irq ? # On-chip IIC controller 1371.1Sshigeiic0 at gpiic? # I2C bus 1381.1Sshige 1391.12Sshigeopbgpio0 at opb? addr ? irq ? # On-chip GPIO controller 1401.12Sshigegpio* at opbgpio? # GPIO bus 1411.1Sshige 1421.1Sshigepchb0 at plb? # PCI-Host bridges 1431.1Sshige 1441.1Sshigepci* at pchb? 1451.1Sshigeppb* at pci? dev ? function ? # PCI-PCI bridges 1461.1Sshigepciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 1471.1Sshigeacardide* at pci? dev ? function ? # Acard IDE controllers 1481.1Sshigeaceride* at pci? dev ? function ? # Acer Lab IDE controllers 1491.1Sshigeartsata* at pci? dev ? function ? # Intel i31244 SATA controller 1501.1Sshigecmdide* at pci? dev ? function ? # CMD tech IDE controllers 1511.1Sshigecypide* at pci? dev ? function ? # Cypress IDE controllers 1521.1Sshigehptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 1531.1Sshigeoptiide* at pci? dev ? function ? # Opti IDE controllers 1541.1Sshigepdcide* at pci? dev ? function ? # Promise IDE controllers 1551.1Sshigepdcsata* at pci? dev ? function ? # Promise SATA150 controllers 1561.1Sshigesatalink* at pci? dev ? function ? # SiI SATALink controllers 1571.1Sshigesiside* at pci? dev ? function ? # SiS IDE controllers 1581.1Sshigeslide* at pci? dev ? function ? # Symphony Labs IDE controllers 1591.1Sshigeviaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 1601.1Sshigeatabus* at ata? 1611.1Sshige 1621.14Sshigertk* at pci? dev ? function ? # Realtek 8129/8139 1631.1Sshige 1641.14Sshigerlphy* at mii? phy ? # Realtek 8139/8201L PHYs 1651.14Sshigetqphy* at mii? phy ? # TDK Semiconductor PHYs 1661.1Sshigeukphy* at mii? phy ? # generic unknown PHYs 1671.1Sshige 1681.1Sshige#cardslot* at cbb? 1691.1Sshige#cardbus* at cardslot? 1701.1Sshige#pcmcia* at cardslot? 1711.1Sshige 1721.1Sshige#com* at pcmcia? function ? # Modems and serial cards 1731.1Sshige#wdc* at pcmcia? function ? # PCMCIA IDE controllers 1741.1Sshige#ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 1751.1Sshige#mbe* at pcmcia? function ? # MB8696x based Ethernet 1761.1Sshige#ne* at pcmcia? function ? # NE2000-compatible Ethernet 1771.7Sdrochner#ex* at cardbus? function ? # 3Com 3C575TX 1781.7Sdrochner#tlp* at cardbus? function ? # DECchip 21143 1791.7Sdrochner#rtk* at cardbus? function ? # Realtek 8129/8139 1801.1Sshige 1811.1Sshigewd* at atabus? drive ? 1821.1Sshige 1831.1Sshigeatapibus* at atapi? 1841.1Sshige 1851.1Sshigecd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 1861.1Sshigesd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 1871.1Sshigeuk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 1881.1Sshige 1891.1Sshige#pckbc0 at pbus? 1901.1Sshige#pckbd* at pckbc? 1911.1Sshige#wskbd* at pckbd? console ? 1921.1Sshige#pms* at pckbc? 1931.1Sshige#wsmouse* at pms? mux 0 1941.1Sshige 1951.1Sshige#vga* at pci? dev ? function ? 1961.1Sshige#wsdisplay* at vga? console ? 1971.1Sshige 1981.11Scubepseudo-device vnd # disk-like interface to files 1991.37Schristospseudo-device ccd # concatenated/striped disk devices 2001.37Schristos#pseudo-device cgd # cryptographic disk devices 2011.38Schristos#pseudo-device raid # RAIDframe disk driver 2021.1Sshige#options RAID_AUTOCONFIG # auto-configuration of RAID components 2031.27Spooka#pseudo-device fss # file system snapshot device 2041.28Shannkenpseudo-device md # memory disk device 2051.1Sshigepseudo-device loop # network loopback 2061.10Srpaulopseudo-device bpfilter # packet filter 2071.48Ssevanpseudo-device carp # Common Address Redundancy Protocol 2081.47Smaxvpseudo-device npf # NPF packet filter 2091.11Scubepseudo-device ppp # Point-to-Point Protocol 2101.11Scubepseudo-device sl # Serial Line IP 2111.11Scubepseudo-device tun # network tunneling over tty 2121.11Scube#pseudo-device gre # generic L3 over IP tunnel 2131.11Scubepseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 2141.11Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 2151.13Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 2161.1Sshigepseudo-device vlan # IEEE 802.1q encapsulation 2171.1Sshigepseudo-device pty # pseudo-terminals 2181.1Sshige#pseudo-device wsmux # ick 2191.1Sshigepseudo-device clockctl # user control of clock subsystem 2201.15Ssimonbpseudo-device ksyms # /dev/ksyms 2211.1Sshigepseudo-device kttcp # kernel ttcp 2221.23Spookapseudo-device putter # for puffs and pud 2231.48Ssevan 2241.48Ssevaninclude "dev/veriexec.config" 225