SBMIPS revision 1.5 1 1.5 mrg # $NetBSD: SBMIPS,v 1.5 2017/09/14 07:58:40 mrg 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.5 mrg #ident "GENERIC-$Revision: 1.5 $"
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 options IPFILTER_LOG # ipmon(8) log support
87 1.1 mrg options IPFILTER_LOOKUP # ippool(8) support
88 1.1 mrg options IPFILTER_COMPAT # Compat for IP-Filter
89 1.1 mrg #options IPFILTER_DEFAULT_BLOCK # block all packets by default
90 1.1 mrg
91 1.1 mrg #options ALTQ # Manipulate network interfaces' output queues
92 1.1 mrg #options ALTQ_BLUE # Stochastic Fair Blue
93 1.1 mrg #options ALTQ_CBQ # Class-Based Queueing
94 1.1 mrg #options ALTQ_CDNR # Diffserv Traffic Conditioner
95 1.1 mrg #options ALTQ_FIFOQ # First-In First-Out Queue
96 1.1 mrg #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
97 1.1 mrg #options ALTQ_HFSC # Hierarchical Fair Service Curve
98 1.1 mrg #options ALTQ_LOCALQ # Local queueing discipline
99 1.1 mrg #options ALTQ_PRIQ # Priority Queueing
100 1.1 mrg #options ALTQ_RED # Random Early Detection
101 1.1 mrg #options ALTQ_RIO # RED with IN/OUT
102 1.1 mrg #options ALTQ_WFQ # Weighted Fair Queueing
103 1.1 mrg
104 1.1 mrg # JIT compiler for bpfilter
105 1.1 mrg #options SLJIT
106 1.1 mrg #options BPFJIT
107 1.1 mrg
108 1.1 mrg # These options enable verbose messages for several subsystems.
109 1.1 mrg # Warning, these may compile large string tables into the kernel!
110 1.1 mrg options PCIVERBOSE # verbose PCI device autoconfig messages
111 1.1 mrg #options PCI_CONFIG_DUMP # verbosely dump PCI config space
112 1.1 mrg #options SCSIVERBOSE # human readable SCSI error messages
113 1.1 mrg options MIIVERBOSE # verbose PHY autoconfig messages
114 1.1 mrg
115 1.1 mrg options NFS_BOOT_DHCP
116 1.1 mrg
117 1.1 mrg #config netbsd root on ? type ?
118 1.1 mrg config netbsd root on sbmac0 type nfs
119 1.1 mrg
120 1.1 mrg zbbus* at root
121 1.1 mrg
122 1.1 mrg cpu* at zbbus? busid ?
123 1.1 mrg sbscd* at zbbus? busid ?
124 1.1 mrg sbbrz* at zbbus? busid ?
125 1.1 mrg sbobio* at zbbus? busid ?
126 1.1 mrg
127 1.1 mrg pci* at sbbrz? bus ?
128 1.1 mrg ppb* at pci? dev ?
129 1.1 mrg pci* at ppb?
130 1.1 mrg
131 1.1 mrg ohci* at pci? dev ? function ? # Open Host Controller
132 1.1 mrg
133 1.1 mrg bge* at pci? dev ?
134 1.1 mrg
135 1.1 mrg #sbicu* at sbscd? offset ?
136 1.1 mrg sbwdog* at sbscd? offset ? intr ?
137 1.1 mrg sbtimer0 at sbscd? offset ? intr ? flags 0x01 # clock
138 1.1 mrg #sbtimer1 at sbscd? offset ? intr ? flags 0x02 # statclock
139 1.1 mrg sbtimer* at sbscd? offset ? intr ?
140 1.1 mrg
141 1.1 mrg sbmac* at sbobio? offset ?
142 1.1 mrg sbscn* at sbobio? offset ?
143 1.1 mrg #sbgbus* at sbobio? offset ?
144 1.1 mrg smbus* at sbobio? offset ?
145 1.1 mrg
146 1.1 mrg xirtc* at smbus? chan ? dev ? # Xicor X1241 RTC
147 1.1 mrg m41t81rtc* at smbus? chan ? dev ? # ST M41T81 RTC
148 1.1 mrg
149 1.1 mrg # MII/PHY support
150 1.1 mrg brgphy* at mii? phy ?
151 1.1 mrg
152 1.1 mrg # USB
153 1.1 mrg usb* at ohci?
154 1.1 mrg uhub* at usb?
155 1.1 mrg uhub* at uhub? port ?
156 1.1 mrg umass* at uhub? port ? configuration ? interface ?
157 1.1 mrg wd* at umass?
158 1.1 mrg scsibus* at umass? channel ?
159 1.1 mrg sd* at scsibus? target ? lun ?
160 1.1 mrg uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
161 1.1 mrg ucom* at uplcom? portno ?
162 1.1 mrg
163 1.1 mrg # Pseudo-devices
164 1.1 mrg
165 1.1 mrg # Disk/mass storage pseudo-devices
166 1.1 mrg pseudo-device ccd # concatenated disk devices
167 1.1 mrg #pseudo-device cgd # cryptographic disk devices
168 1.1 mrg #pseudo-device raid # RAIDframe disk driver
169 1.1 mrg #options RAID_AUTOCONFIG # auto-configuration of RAID
170 1.1 mrg pseudo-device md # memory disk device (ramdisk)
171 1.1 mrg pseudo-device vnd # disk-like interface to files
172 1.1 mrg #options VND_COMPRESSION # compressed vnd(4)
173 1.1 mrg
174 1.1 mrg # Network pseudo-devices
175 1.1 mrg pseudo-device bpfilter # Berkeley packet filter
176 1.1 mrg #pseudo-device carp # Common Address Redundancy Protocol
177 1.1 mrg pseudo-device ipfilter # IP filter (firewall) and NAT
178 1.1 mrg pseudo-device loop # network loopback
179 1.1 mrg #pseudo-device ppp # Point-to-Point Protocol
180 1.1 mrg #pseudo-device pppoe # PPP over Ethernet (RFC 2516)
181 1.1 mrg #pseudo-device sl # Serial Line IP
182 1.1 mrg #pseudo-device strip # Starmode Radio IP (Metricom)
183 1.1 mrg #pseudo-device irframetty # IrDA frame line discipline
184 1.1 mrg #pseudo-device tun # network tunneling over tty
185 1.1 mrg #pseudo-device tap # virtual Ethernet
186 1.1 mrg #pseudo-device gre # generic L3 over IP tunnel
187 1.1 mrg #pseudo-device ipip # RFC 2003 IP Encapsulation
188 1.1 mrg #pseudo-device gif # RFC1933 tunnel
189 1.1 mrg #pseudo-device faith # IPv[46] tcp relay translation
190 1.1 mrg #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
191 1.1 mrg pseudo-device vlan # IEEE 802.1q encapsulation
192 1.1 mrg pseudo-device bridge # simple inter-network bridging
193 1.1 mrg #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
194 1.1 mrg pseudo-device agr # IEEE 802.3ad link aggregation
195 1.1 mrg
196 1.1 mrg #
197 1.1 mrg # accept filters
198 1.1 mrg pseudo-device accf_data # "dataready" accept filter
199 1.1 mrg pseudo-device accf_http # "httpready" accept filter
200 1.1 mrg
201 1.1 mrg # Miscellaneous pseudo-devices
202 1.1 mrg pseudo-device pty # pseudo-terminals
203 1.1 mrg #pseudo-device sequencer # MIDI sequencer
204 1.1 mrg pseudo-device clockctl # user control of clock subsystem
205 1.1 mrg pseudo-device ksyms # /dev/ksyms
206 1.1 mrg #pseudo-device pf # PF packet filter
207 1.1 mrg #pseudo-device pflog # PF log if
208 1.1 mrg
209 1.1 mrg # A pseudo device needed for Coda # also needs CODA (above)
210 1.1 mrg #pseudo-device vcoda # coda minicache <-> venus comm.
211 1.1 mrg
212 1.1 mrg # Veriexec
213 1.1 mrg #
214 1.1 mrg # a pseudo device needed for veriexec
215 1.1 mrg #pseudo-device veriexec
216 1.1 mrg #
217 1.1 mrg # Uncomment the fingerprint methods below that are desired. Note that
218 1.1 mrg # removing fingerprint methods will have almost no impact on the kernel
219 1.1 mrg # code size.
220 1.1 mrg #
221 1.1 mrg #options VERIFIED_EXEC_FP_SHA256
222 1.1 mrg #options VERIFIED_EXEC_FP_SHA384
223 1.1 mrg #options VERIFIED_EXEC_FP_SHA512
224