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