1 1.6 maxv # $NetBSD: SBMIPS,v 1.6 2018/08/01 20:04:11 maxv Exp $ 2 1.1 mrg 3 1.2 mrg include "arch/evbmips/conf/std.sbmips" 4 1.1 mrg 5 1.1 mrg options INCLUDE_CONFIG_FILE # embed config file in kernel binary 6 1.1 mrg 7 1.6 maxv #ident "GENERIC-$Revision: 1.6 $" 8 1.1 mrg 9 1.1 mrg #options LOCKDEBUG # XXX XXX XXX XXX 10 1.1 mrg #options DEBUG # extra kernel debugging support 11 1.1 mrg 12 1.1 mrg # The following three options are required for BCM1250 pass 1 silicon 13 1.1 mrg #options SB1250_PASS1 14 1.1 mrg #options NOFPU 15 1.1 mrg #options FPEMUL 16 1.1 mrg 17 1.1 mrg maxusers 32 18 1.1 mrg 19 1.1 mrg # Standard system options 20 1.1 mrg options KTRACE # system call tracing support 21 1.1 mrg options SYSVMSG # System V message queues 22 1.1 mrg options SYSVSEM # System V semaphores 23 1.1 mrg options SYSVSHM # System V shared memory 24 1.1 mrg #options NTP # network time protocol 25 1.1 mrg 26 1.1 mrg # Debugging options 27 1.1 mrg #options DIAGNOSTIC # extra kernel sanity checking 28 1.1 mrg #options DEBUG # extra kernel debugging support 29 1.1 mrg options USERCONF # userconf(4) support 30 1.1 mrg options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 31 1.1 mrg options DDB # kernel dynamic debugger 32 1.1 mrg options DDB_HISTORY_SIZE=100 # enable history editing in DDB 33 1.1 mrg #makeoptions DEBUG="-g" # compile full symbol table 34 1.1 mrg makeoptions COPY_SYMTAB=1 # size for embedded symbol table 35 1.1 mrg 36 1.1 mrg # Compatibility options 37 1.5 mrg 38 1.5 mrg include "conf/compat_netbsd16.config" 39 1.5 mrg 40 1.1 mrg #options EXEC_ECOFF # exec ECOFF binaries 41 1.1 mrg #options COMPAT_ULTRIX # binary compatibility with Ultrix 42 1.1 mrg 43 1.1 mrg # File systems 44 1.1 mrg file-system FFS # Berkeley Fast Filesystem 45 1.1 mrg file-system NFS # Sun NFS-compatible filesystem client 46 1.1 mrg file-system KERNFS # kernel data-structure filesystem 47 1.1 mrg #file-system NULLFS # NULL layered filesystem 48 1.1 mrg file-system OVERLAY # overlay file system 49 1.1 mrg file-system MFS # memory-based filesystem 50 1.1 mrg file-system FDESC # user file descriptor filesystem 51 1.1 mrg #file-system UMAPFS # uid/gid remapping filesystem 52 1.1 mrg file-system LFS # Log-based filesystem (still experimental) 53 1.1 mrg file-system PROCFS # /proc 54 1.1 mrg #file-system CD9660 # ISO 9660 + Rock Ridge file system 55 1.1 mrg #file-system UNION # union file system 56 1.1 mrg #file-system MSDOSFS # MS-DOS FAT filesystem(s). 57 1.1 mrg #file-system CODA # Coda File System; also needs vcoda (below) 58 1.1 mrg file-system PTYFS # /dev/pts/N support 59 1.1 mrg file-system TMPFS # Efficient memory file-system 60 1.1 mrg #file-system UDF # experimental - OSTA UDF CD/DVD file-system 61 1.1 mrg 62 1.1 mrg # File system options 63 1.1 mrg options NFSSERVER # Sun NFS-compatible filesystem server 64 1.1 mrg options QUOTA # legacy UFS quotas 65 1.1 mrg options QUOTA2 # new, in-filesystem UFS quotas 66 1.1 mrg #options FFS_NO_SNAPSHOT # No FFS snapshot support 67 1.1 mrg options UFS_EXTATTR # Extended attribute support for UFS1 68 1.1 mrg #options FFS_EI # FFS Endian Independent support 69 1.1 mrg options WAPBL # File system journaling support 70 1.1 mrg #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 71 1.1 mrg #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 72 1.1 mrg # immutable) behave as system flags. 73 1.1 mrg 74 1.1 mrg # Networking options 75 1.1 mrg #options GATEWAY # IP packet forwarding 76 1.1 mrg options INET # Internet protocols 77 1.1 mrg options INET6 # IPV6 78 1.1 mrg #options IPSEC # IP security 79 1.1 mrg #options IPSEC_DEBUG # debug for IP security 80 1.1 mrg #options MROUTING # packet forwarding of multicast packets 81 1.1 mrg #options PIM # Protocol Independent Multicast 82 1.1 mrg #options NETATALK # AppleTalk (over Ethernet) protocol 83 1.1 mrg #options PPP_BSDCOMP # BSD-Compress compression support for PPP 84 1.1 mrg #options PPP_DEFLATE # Deflate compression support for PPP 85 1.1 mrg options PPP_FILTER # Active filter support for PPP (requires bpf) 86 1.1 mrg 87 1.1 mrg #options ALTQ # Manipulate network interfaces' output queues 88 1.1 mrg #options ALTQ_BLUE # Stochastic Fair Blue 89 1.1 mrg #options ALTQ_CBQ # Class-Based Queueing 90 1.1 mrg #options ALTQ_CDNR # Diffserv Traffic Conditioner 91 1.1 mrg #options ALTQ_FIFOQ # First-In First-Out Queue 92 1.1 mrg #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 93 1.1 mrg #options ALTQ_HFSC # Hierarchical Fair Service Curve 94 1.1 mrg #options ALTQ_LOCALQ # Local queueing discipline 95 1.1 mrg #options ALTQ_PRIQ # Priority Queueing 96 1.1 mrg #options ALTQ_RED # Random Early Detection 97 1.1 mrg #options ALTQ_RIO # RED with IN/OUT 98 1.1 mrg #options ALTQ_WFQ # Weighted Fair Queueing 99 1.1 mrg 100 1.1 mrg # JIT compiler for bpfilter 101 1.1 mrg #options SLJIT 102 1.1 mrg #options BPFJIT 103 1.1 mrg 104 1.1 mrg # These options enable verbose messages for several subsystems. 105 1.1 mrg # Warning, these may compile large string tables into the kernel! 106 1.1 mrg options PCIVERBOSE # verbose PCI device autoconfig messages 107 1.1 mrg #options PCI_CONFIG_DUMP # verbosely dump PCI config space 108 1.1 mrg #options SCSIVERBOSE # human readable SCSI error messages 109 1.1 mrg options MIIVERBOSE # verbose PHY autoconfig messages 110 1.1 mrg 111 1.1 mrg options NFS_BOOT_DHCP 112 1.1 mrg 113 1.1 mrg #config netbsd root on ? type ? 114 1.1 mrg config netbsd root on sbmac0 type nfs 115 1.1 mrg 116 1.1 mrg zbbus* at root 117 1.1 mrg 118 1.1 mrg cpu* at zbbus? busid ? 119 1.1 mrg sbscd* at zbbus? busid ? 120 1.1 mrg sbbrz* at zbbus? busid ? 121 1.1 mrg sbobio* at zbbus? busid ? 122 1.1 mrg 123 1.1 mrg pci* at sbbrz? bus ? 124 1.1 mrg ppb* at pci? dev ? 125 1.1 mrg pci* at ppb? 126 1.1 mrg 127 1.1 mrg ohci* at pci? dev ? function ? # Open Host Controller 128 1.1 mrg 129 1.1 mrg bge* at pci? dev ? 130 1.1 mrg 131 1.1 mrg #sbicu* at sbscd? offset ? 132 1.1 mrg sbwdog* at sbscd? offset ? intr ? 133 1.1 mrg sbtimer0 at sbscd? offset ? intr ? flags 0x01 # clock 134 1.1 mrg #sbtimer1 at sbscd? offset ? intr ? flags 0x02 # statclock 135 1.1 mrg sbtimer* at sbscd? offset ? intr ? 136 1.1 mrg 137 1.1 mrg sbmac* at sbobio? offset ? 138 1.1 mrg sbscn* at sbobio? offset ? 139 1.1 mrg #sbgbus* at sbobio? offset ? 140 1.1 mrg smbus* at sbobio? offset ? 141 1.1 mrg 142 1.1 mrg xirtc* at smbus? chan ? dev ? # Xicor X1241 RTC 143 1.1 mrg m41t81rtc* at smbus? chan ? dev ? # ST M41T81 RTC 144 1.1 mrg 145 1.1 mrg # MII/PHY support 146 1.1 mrg brgphy* at mii? phy ? 147 1.1 mrg 148 1.1 mrg # USB 149 1.1 mrg usb* at ohci? 150 1.1 mrg uhub* at usb? 151 1.1 mrg uhub* at uhub? port ? 152 1.1 mrg umass* at uhub? port ? configuration ? interface ? 153 1.1 mrg wd* at umass? 154 1.1 mrg scsibus* at umass? channel ? 155 1.1 mrg sd* at scsibus? target ? lun ? 156 1.1 mrg uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 157 1.1 mrg ucom* at uplcom? portno ? 158 1.1 mrg 159 1.1 mrg # Pseudo-devices 160 1.1 mrg 161 1.1 mrg # Disk/mass storage pseudo-devices 162 1.1 mrg pseudo-device ccd # concatenated disk devices 163 1.1 mrg #pseudo-device cgd # cryptographic disk devices 164 1.1 mrg #pseudo-device raid # RAIDframe disk driver 165 1.1 mrg #options RAID_AUTOCONFIG # auto-configuration of RAID 166 1.1 mrg pseudo-device md # memory disk device (ramdisk) 167 1.1 mrg pseudo-device vnd # disk-like interface to files 168 1.1 mrg #options VND_COMPRESSION # compressed vnd(4) 169 1.1 mrg 170 1.1 mrg # Network pseudo-devices 171 1.1 mrg pseudo-device bpfilter # Berkeley packet filter 172 1.1 mrg #pseudo-device carp # Common Address Redundancy Protocol 173 1.6 maxv pseudo-device npf # NPF packet filter 174 1.1 mrg pseudo-device loop # network loopback 175 1.1 mrg #pseudo-device ppp # Point-to-Point Protocol 176 1.1 mrg #pseudo-device pppoe # PPP over Ethernet (RFC 2516) 177 1.1 mrg #pseudo-device sl # Serial Line IP 178 1.1 mrg #pseudo-device strip # Starmode Radio IP (Metricom) 179 1.1 mrg #pseudo-device irframetty # IrDA frame line discipline 180 1.1 mrg #pseudo-device tun # network tunneling over tty 181 1.1 mrg #pseudo-device tap # virtual Ethernet 182 1.1 mrg #pseudo-device gre # generic L3 over IP tunnel 183 1.1 mrg #pseudo-device ipip # RFC 2003 IP Encapsulation 184 1.1 mrg #pseudo-device gif # RFC1933 tunnel 185 1.1 mrg #pseudo-device faith # IPv[46] tcp relay translation 186 1.1 mrg #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 187 1.1 mrg pseudo-device vlan # IEEE 802.1q encapsulation 188 1.1 mrg pseudo-device bridge # simple inter-network bridging 189 1.1 mrg #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 190 1.1 mrg pseudo-device agr # IEEE 802.3ad link aggregation 191 1.1 mrg 192 1.1 mrg # 193 1.1 mrg # accept filters 194 1.1 mrg pseudo-device accf_data # "dataready" accept filter 195 1.1 mrg pseudo-device accf_http # "httpready" accept filter 196 1.1 mrg 197 1.1 mrg # Miscellaneous pseudo-devices 198 1.1 mrg pseudo-device pty # pseudo-terminals 199 1.1 mrg #pseudo-device sequencer # MIDI sequencer 200 1.1 mrg pseudo-device clockctl # user control of clock subsystem 201 1.1 mrg pseudo-device ksyms # /dev/ksyms 202 1.1 mrg 203 1.1 mrg # A pseudo device needed for Coda # also needs CODA (above) 204 1.1 mrg #pseudo-device vcoda # coda minicache <-> venus comm. 205 1.1 mrg 206 1.1 mrg # Veriexec 207 1.1 mrg # 208 1.1 mrg # a pseudo device needed for veriexec 209 1.1 mrg #pseudo-device veriexec 210 1.1 mrg # 211 1.1 mrg # Uncomment the fingerprint methods below that are desired. Note that 212 1.1 mrg # removing fingerprint methods will have almost no impact on the kernel 213 1.1 mrg # code size. 214 1.1 mrg # 215 1.1 mrg #options VERIFIED_EXEC_FP_SHA256 216 1.1 mrg #options VERIFIED_EXEC_FP_SHA384 217 1.1 mrg #options VERIFIED_EXEC_FP_SHA512 218