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