1 1.80 christos # $NetBSD: OPENBLOCKS266,v 1.80 2024/01/29 18:27:12 christos Exp $ 2 1.1 shige # 3 1.1 shige # GENERIC -- everything that's currently supported 4 1.1 shige # 5 1.1 shige 6 1.72 mrg include "arch/evbppc/conf/std.obs266" 7 1.1 shige 8 1.1 shige #options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 1.1 shige 10 1.80 christos #ident "OPENBLOCKS266-$Revision: 1.80 $" 11 1.1 shige 12 1.1 shige maxusers 32 13 1.1 shige 14 1.1 shige 15 1.25 shige # 16 1.25 shige # Standard system options 17 1.25 shige # 18 1.25 shige 19 1.25 shige #options INSECURE # disable kernel security levels 20 1.25 shige #options NTP # NTP phase/frequency locked loop 21 1.25 shige #options KTRACE # system call tracing via ktrace(1) 22 1.25 shige 23 1.25 shige options SYSVMSG # System V message queues 24 1.25 shige options SYSVSEM # System V semaphores 25 1.25 shige options SYSVSHM # System V shared memory 26 1.1 shige 27 1.25 shige #options USERCONF # userconf(4) support 28 1.25 shige #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 29 1.9 atatat #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 30 1.25 shige 31 1.25 shige #options UVMHIST 32 1.25 shige #options UVMHIST_PRINT 33 1.1 shige 34 1.25 shige 35 1.75 sevan # Alternate buffer queue strategies for better responsiveness under high 36 1.75 sevan # disk I/O load. 37 1.75 sevan #options BUFQ_READPRIO 38 1.75 sevan options BUFQ_PRIOCSCAN 39 1.75 sevan 40 1.25 shige # 41 1.1 shige # Diagnostic/debugging support options 42 1.25 shige # 43 1.25 shige 44 1.25 shige #options DIAGNOSTIC # cheap kernel consistency checks 45 1.25 shige options DEBUG # expensive debugging checks/support 46 1.25 shige options DDB # in-kernel debugger 47 1.1 shige options DDB_HISTORY_SIZE=512 # enable history editing in DDB 48 1.1 shige options TRAP_PANICWAIT 49 1.68 joerg makeoptions COPY_SYMTAB=1 # size for embedded symbol table 50 1.1 shige 51 1.25 shige makeoptions DEBUG="-g" # compile full symbol table 52 1.1 shige 53 1.25 shige 54 1.25 shige # 55 1.1 shige # Compatibility options 56 1.25 shige # 57 1.25 shige 58 1.72 mrg include "conf/compat_netbsd13.config" 59 1.25 shige #options COMPAT_386BSD_MBRPART # recognize old partition ID 60 1.1 shige 61 1.25 shige # 62 1.1 shige # File systems 63 1.25 shige # 64 1.25 shige 65 1.1 shige file-system FFS # UFS 66 1.1 shige file-system EXT2FS # second extended file system (linux) 67 1.1 shige file-system LFS # log-structured file system 68 1.1 shige file-system MFS # memory file system 69 1.1 shige file-system NFS # Network File System client 70 1.1 shige file-system CD9660 # ISO 9660 + Rock Ridge file system 71 1.1 shige file-system MSDOSFS # MS-DOS file system 72 1.1 shige file-system FDESC # /dev/fd 73 1.1 shige file-system KERNFS # /kern 74 1.1 shige file-system NULLFS # loopback file system 75 1.1 shige file-system OVERLAY # overlay file system 76 1.44 pooka file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 77 1.1 shige file-system PROCFS # /proc 78 1.1 shige file-system UMAPFS # NULLFS + uid and gid remapping 79 1.1 shige file-system UNION # union file system 80 1.24 christos file-system PTYFS # /dev/pts/N support 81 1.40 kiyohara file-system TMPFS # Efficient memory file-system 82 1.25 shige #file-system NTFS # Windows NT file system (experimental) 83 1.25 shige 84 1.1 shige 85 1.25 shige # 86 1.1 shige # File system options 87 1.25 shige # 88 1.1 shige 89 1.79 simonb options FFS_EI # FFS Endian Independent support 90 1.79 simonb #options FFS_NO_SNAPSHOT # No FFS snapshot support 91 1.52 bouyer options QUOTA # legacy UFS quotas 92 1.52 bouyer options QUOTA2 # new, in-filesystem UFS quotas 93 1.79 simonb options UFS_DIRHASH # UFS Large Directory Hashing 94 1.79 simonb #options UFS_EXTATTR # Extended attribute support for UFS1 95 1.58 dholland options WAPBL # File system journaling support 96 1.79 simonb options LFS_DIRHASH # LFS version of UFS_DIRHASH - experimental 97 1.79 simonb options NFSSERVER # Network File System server 98 1.79 simonb options NFS_BOOT_DHCP # Support DHCP NFS root 99 1.1 shige 100 1.25 shige 101 1.25 shige # 102 1.1 shige # Networking options 103 1.25 shige # 104 1.25 shige 105 1.1 shige options GATEWAY # packet forwarding 106 1.1 shige options INET # IP + ICMP + TCP + UDP 107 1.47 kiyohara options INET6 # IPv6 108 1.1 shige #options IPSEC # IP security 109 1.1 shige #options IPSEC_DEBUG # debug for IP security 110 1.1 shige #options MROUTING # IP multicast routing 111 1.10 manu #options PIM # Protocol Independent Multicast 112 1.1 shige #options NETATALK # AppleTalk networking protocols 113 1.1 shige options PPP_BSDCOMP # BSD-Compress compression support for PPP 114 1.1 shige options PPP_DEFLATE # Deflate compression support for PPP 115 1.1 shige options PPP_FILTER # Active filter support for PPP (requires bpf) 116 1.1 shige #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 117 1.1 shige 118 1.1 shige 119 1.25 shige # 120 1.25 shige # Kernel root file system and dump configuration. 121 1.25 shige # 122 1.1 shige 123 1.1 shige config netbsd root on ? type ? 124 1.1 shige 125 1.25 shige 126 1.1 shige # 127 1.1 shige # Device configuration 128 1.1 shige # 129 1.1 shige 130 1.1 shige plb0 at root # Processor Local Bus 131 1.25 shige cpu0 at plb? # CPU 132 1.46 kiyohara ecc0 at plb? irq 17 # On-chip ECC controller 133 1.25 shige pchb0 at plb? # PCI-Host bridges 134 1.1 shige 135 1.25 shige # On-chip Peripheral Bus support 136 1.1 shige opb* at plb? # On-chip Peripheral Bus 137 1.1 shige wdog* at opb? # Watchdog timer 138 1.1 shige com* at opb? addr ? irq ? # UARTs 139 1.1 shige emac0 at opb? addr ? irq ? # Ethernet Media Access Controller 140 1.1 shige options EMAC_EVENT_COUNTERS 141 1.3 shige gpiic0 at opb? addr ? irq ? # On-chip IIC controller 142 1.3 shige iic0 at gpiic? # I2C bus 143 1.3 shige xrtc0 at iic? addr 0x6f # RTC 144 1.30 shige opbgpio0 at opb? addr ? irq ? # On-chip GPIO controller 145 1.30 shige gpio* at opbgpio? # GPIO framework 146 1.13 shige 147 1.25 shige # PCI bus support 148 1.1 shige pci* at pchb? 149 1.25 shige options PCIVERBOSE # verbose PCI device autoconfig messages 150 1.25 shige #options PCI_CONFIG_DUMP # verbosely dump PCI config space 151 1.25 shige options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever 152 1.25 shige # to configure PCI devices 153 1.25 shige #options PCI_CONFIGURE_VERBOSE # Show PCI config information 154 1.1 shige ppb* at pci? dev ? function ? # PCI-PCI bridges 155 1.5 bouyer hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 156 1.1 shige tlp* at pci? dev ? function ? # DECchip 21x4x and clones 157 1.1 shige 158 1.25 shige # ATA (IDE) bus support 159 1.25 shige atabus* at ata? 160 1.4 bouyer wd* at atabus? drive ? 161 1.1 shige 162 1.25 shige # MII/PHY support 163 1.32 kiyohara dmphy* at mii? phy ? # Davicom DM9101/9102 PHYs 164 1.25 shige lxtphy* at mii? phy ? # Level One LXT-970 PHYs 165 1.51 matt ukphy* at mii? phy ? # unknown PHYs 166 1.25 shige options MIIVERBOSE # verbose PHY autoconfig messages 167 1.1 shige 168 1.1 shige 169 1.25 shige # 170 1.25 shige # Pseudo devices 171 1.25 shige # 172 1.1 shige 173 1.25 shige # disk/mass storage pseudo-devices 174 1.63 christos #pseudo-device ccd # concatenated/striped disk devices 175 1.63 christos #pseudo-device cgd # cryptographic disk devices 176 1.64 christos #pseudo-device raid # RAIDframe disk driver 177 1.1 shige #options RAID_AUTOCONFIG # auto-configuration of RAID components 178 1.49 pooka #pseudo-device fss # file system snapshot device 179 1.50 hannken #pseudo-device md # memory disk device 180 1.29 cube #pseudo-device vnd # disk-like interface to files 181 1.25 shige 182 1.25 shige # network pseudo-devices 183 1.1 shige pseudo-device loop # network loopback 184 1.25 shige pseudo-device bpfilter # packet filter 185 1.75 sevan pseudo-device carp # Common Address Redundancy Protocol 186 1.74 maxv pseudo-device npf # NPF packet filter 187 1.25 shige pseudo-device ppp # Point-to-Point Protocol 188 1.25 shige pseudo-device pppoe # PPP over Ethernet (RFC 2516) 189 1.40 kiyohara pseudo-device sl # Serial Line IP 190 1.40 kiyohara pseudo-device irframetty # IrDA frame line discipline 191 1.40 kiyohara pseudo-device tap # virtual ethernet 192 1.40 kiyohara pseudo-device tun # network tunneling over tty 193 1.40 kiyohara pseudo-device gre # generic L3 over IP tunnel 194 1.47 kiyohara pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933) 195 1.47 kiyohara #pseudo-device faith # IPv[46] TCP relay translation i/f 196 1.31 pavel pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 197 1.1 shige pseudo-device vlan # IEEE 802.1q encapsulation 198 1.25 shige pseudo-device bridge # simple inter-network bridging 199 1.78 roy pseudo-device vether # Virtual Ethernet for bridge 200 1.40 kiyohara pseudo-device agr # IEEE 802.3ad link aggregation 201 1.25 shige 202 1.25 shige # miscellaneous pseudo-devices 203 1.1 shige pseudo-device pty # pseudo-terminals 204 1.1 shige pseudo-device clockctl # user control of clock subsystem 205 1.33 simonb pseudo-device ksyms # /dev/ksyms 206 1.44 pooka pseudo-device putter # for puffs and pud 207 1.75 sevan 208 1.75 sevan include "dev/veriexec.config" 209