GENERIC revision 1.73 1 # $NetBSD: GENERIC,v 1.73 2009/01/24 05:06:07 mrg 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.73 $"
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 SOFTFLOAT
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 SHMMAXPGS=1024 # 1024 pages is the default
25 options P1003_1B_SEMAPHORE # p1003.1b semaphore support
26 #options NTP # network time protocol
27
28 # Debugging options
29 #options DIAGNOSTIC # extra kernel sanity checking
30 #options DEBUG # extra kernel debugging support
31 #options KMEMSTATS # kernel memory statistics (vmstat -m)
32 options USERCONF # userconf(4) support
33 options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
34 options DDB # kernel dynamic debugger
35 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
36 #makeoptions DEBUG="-g" # compile full symbol table
37 options SYMTAB_SPACE=320000 # size for embedded symbol table
38
39 # Compatibility options
40 options COMPAT_43 # compatibility with 4.3BSD binaries
41 #options COMPAT_09 # NetBSD 0.9 binary compatibility
42 #options COMPAT_10 # NetBSD 1.0 binary compatibility
43 #options COMPAT_11 # NetBSD 1.1 binary compatibility
44 #options COMPAT_12 # NetBSD 1.2 binary compatibility
45 #options COMPAT_13 # NetBSD 1.3 binary compatibility
46 #options COMPAT_14 # NetBSD 1.4 binary compatibility
47 #options COMPAT_15 # NetBSD 1.5 binary compatibility
48 options COMPAT_16 # NetBSD 1.6 binary compatibility
49 options COMPAT_20 # NetBSD 2.0 binary compatibility
50 options COMPAT_30 # NetBSD 3.0 compatibility.
51 options COMPAT_40 # NetBSD 4.0 compatibility.
52 options COMPAT_50 # NetBSD 5.0 compatibility.
53 #options EXEC_ECOFF # exec ECOFF binaries
54 #options COMPAT_ULTRIX # binary compatibility with Ultrix
55 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
56
57 # File systems
58 file-system FFS # Berkeley Fast Filesystem
59 file-system NFS # Sun NFS-compatible filesystem client
60 file-system KERNFS # kernel data-structure filesystem
61 #file-system NULLFS # NULL layered filesystem
62 file-system OVERLAY # overlay file system
63 file-system MFS # memory-based filesystem
64 file-system FDESC # user file descriptor filesystem
65 #file-system UMAPFS # uid/gid remapping filesystem
66 file-system LFS # Log-based filesystem (still experimental)
67 #file-system PORTAL # portal filesystem (still experimental)
68 file-system PROCFS # /proc
69 #file-system CD9660 # ISO 9660 + Rock Ridge file system
70 #file-system UNION # union file system
71 #file-system MSDOSFS # MS-DOS FAT filesystem(s).
72 #file-system CODA # Coda File System; also needs vcoda (below)
73 file-system PTYFS # /dev/pts/N support
74 #file-system TMPFS # Efficient memory file-system
75 #file-system UDF # experimental - OSTA UDF CD/DVD file-system
76
77 # File system options
78 options NFSSERVER # Sun NFS-compatible filesystem server
79 options QUOTA # FFS quotas
80 #options FFS_NO_SNAPSHOT # No FFS snapshot support
81 #options FFS_EI # FFS Endian Independant support
82 options WAPBL # File system journaling support - Experimental
83 #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
84 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
85 # immutable) behave as system flags.
86
87 # Networking options
88 #options GATEWAY # IP packet forwarding
89 options INET # Internet protocols
90 options INET6 # IPV6
91 #options IPSEC # IP security
92 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
93 #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
94 #options IPSEC_DEBUG # debug for IP security
95 #options MROUTING # packet forwarding of multicast packets
96 #options PIM # Protocol Independent Multicast
97 #options ISO,TPIP # OSI networking
98 #options EON # OSI tunneling over IP
99 #options NETATALK # AppleTalk (over Ethernet) protocol
100 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
101 #options PPP_DEFLATE # Deflate compression support for PPP
102 options PPP_FILTER # Active filter support for PPP (requires bpf)
103 options PFIL_HOOKS # pfil(9) packet filter hooks
104 options IPFILTER_LOG # ipmon(8) log support
105 options IPFILTER_LOOKUP # ippool(8) support
106 #options IPFILTER_DEFAULT_BLOCK # block all packets by default
107
108 #options ALTQ # Manipulate network interfaces' output queues
109 #options ALTQ_BLUE # Stochastic Fair Blue
110 #options ALTQ_CBQ # Class-Based Queueing
111 #options ALTQ_CDNR # Diffserv Traffic Conditioner
112 #options ALTQ_FIFOQ # First-In First-Out Queue
113 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
114 #options ALTQ_HFSC # Hierarchical Fair Service Curve
115 #options ALTQ_LOCALQ # Local queueing discipline
116 #options ALTQ_PRIQ # Priority Queueing
117 #options ALTQ_RED # Random Early Detection
118 #options ALTQ_RIO # RED with IN/OUT
119 #options ALTQ_WFQ # Weighted Fair Queueing
120
121 # Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
122 #options TCP_COMPAT_42
123
124 # These options enable verbose messages for several subsystems.
125 # Warning, these may compile large string tables into the kernel!
126 options PCIVERBOSE # verbose PCI device autoconfig messages
127 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
128 #options SCSIVERBOSE # human readable SCSI error messages
129 options MIIVERBOSE # verbose PHY autoconfig messages
130
131 options NFS_BOOT_DHCP
132
133 #config netbsd root on ? type ?
134 config netbsd root on sbmac0 type nfs
135
136 zbbus* at root
137
138 cpu* at zbbus? busid ?
139 sbscd* at zbbus? busid ?
140 sbobio* at zbbus? busid ?
141
142 #sbicu* at sbscd? offset ?
143 sbwdog* at sbscd? offset ? intr ?
144 sbtimer0 at sbscd? offset ? intr ? flags 0x01 # clock
145 #sbtimer1 at sbscd? offset ? intr ? flags 0x02 # statclock
146 sbtimer* at sbscd? offset ? intr ?
147
148 sbmac* at sbobio? offset ?
149 sbscn* at sbobio? offset ?
150 #sbgbus* at sbobio? offset ?
151 smbus* at sbobio? offset ?
152
153 xirtc* at smbus? chan ? dev ? # Xicor X1241 RTC
154 m41t81rtc* at smbus? chan ? dev ? # ST M41T81 RTC
155
156 # MII/PHY support
157 brgphy* at mii? phy ?
158
159 # Pseudo-devices
160
161 # Disk/mass storage pseudo-devices
162 pseudo-device ccd 4 # concatenated disk devices
163 #pseudo-device cgd 4 # cryptographic disk devices
164 #pseudo-device raid 4 # RAIDframe disk driver
165 #options RAID_AUTOCONFIG # auto-configuration of RAID
166 pseudo-device md 1 # memory disk device (ramdisk)
167 pseudo-device vnd # disk-like interface to files
168 #options VND_COMPRESSION # compressed vnd(4)
169
170 # Network pseudo-devices
171 pseudo-device bpfilter # Berkeley packet filter
172 #pseudo-device carp # Common Address Redundancy Protocol
173 pseudo-device ipfilter # IP filter (firewall) and NAT
174 pseudo-device loop # network loopback
175 #pseudo-device ppp # Point-to-Point Protocol
176 #pseudo-device pppoe # PPP over Ethernet (RFC 2516)
177 #pseudo-device sl # Serial Line IP
178 #pseudo-device strip # Starmode Radio IP (Metricom)
179 #pseudo-device irframetty # IrDA frame line discipline
180 #pseudo-device tun # network tunneling over tty
181 #pseudo-device tap # virtual Ethernet
182 #pseudo-device gre # generic L3 over IP tunnel
183 #pseudo-device ipip 2 # RFC 2003 IP Encapsulation
184 #pseudo-device gif # RFC1933 tunnel
185 #pseudo-device faith # IPv[46] tcp relay translation
186 #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
187 pseudo-device vlan # IEEE 802.1q encapsulation
188 pseudo-device bridge # simple inter-network bridging
189 #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
190 pseudo-device agr # IEEE 802.3ad link aggregation
191
192 #
193 # accept filters
194 pseudo-device accf_data # "dataready" accept filter
195 pseudo-device accf_http # "httpready" accept filter
196
197 # Miscellaneous pseudo-devices
198 pseudo-device pty # pseudo-terminals
199 #pseudo-device sequencer 1 # MIDI sequencer
200 pseudo-device rnd # /dev/random & kernel generator
201 pseudo-device clockctl # user control of clock subsystem
202 pseudo-device ksyms # /dev/ksyms
203 #pseudo-device pf # PF packet filter
204 #pseudo-device pflog # PF log if
205
206 # A pseudo device needed for Coda # also needs CODA (above)
207 #pseudo-device vcoda 4 # coda minicache <-> venus comm.
208
209 # Veriexec
210 #
211 # a pseudo device needed for veriexec
212 #pseudo-device veriexec 1
213 #
214 # Uncomment the fingerprint methods below that are desired. Note that
215 # removing fingerprint methods will have almost no impact on the kernel
216 # code size.
217 #
218 #options VERIFIED_EXEC_FP_RMD160
219 #options VERIFIED_EXEC_FP_SHA256
220 #options VERIFIED_EXEC_FP_SHA384
221 #options VERIFIED_EXEC_FP_SHA512
222 #options VERIFIED_EXEC_FP_SHA1
223 #options VERIFIED_EXEC_FP_MD5
224