OPENBLOCKS266 revision 1.38 1 # $NetBSD: OPENBLOCKS266,v 1.38 2007/12/31 15:31:53 ad Exp $
2 #
3 # GENERIC -- everything that's currently supported
4 #
5
6 include "arch/evbppc/conf/std.obs405"
7
8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9
10 #ident "OPENBLOCKS266-$Revision: 1.38 $"
11
12 maxusers 32
13
14
15 #
16 # Standard system options
17 #
18
19 #options INSECURE # disable kernel security levels
20 #options NTP # NTP phase/frequency locked loop
21 #options KTRACE # system call tracing via ktrace(1)
22
23 options SYSVMSG # System V message queues
24 options SYSVSEM # System V semaphores
25 #options SEMMNI=10 # number of semaphore identifiers
26 #options SEMMNS=60 # number of semaphores in system
27 #options SEMUME=10 # max number of undo entries per process
28 #options SEMMNU=30 # number of undo structures in system
29 options SYSVSHM # System V shared memory
30 #options SHMMAXPGS=1024 # 1024 pages is the default
31 options P1003_1B_SEMAPHORE # p1003.1b semaphore support
32
33 #options LKM # loadable kernel modules
34
35 #options USERCONF # userconf(4) support
36 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
37 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
38
39 #options UVMHIST
40 #options UVMHIST_PRINT
41
42
43 #
44 # Diagnostic/debugging support options
45 #
46
47 #options DIAGNOSTIC # cheap kernel consistency checks
48 options DEBUG # expensive debugging checks/support
49 #options KMEMSTATS # kernel memory statistics (vmstat -m)
50 options DDB # in-kernel debugger
51 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
52 options TRAP_PANICWAIT
53 options SYMTAB_SPACE=410000 # size for embedded symbol table
54
55 makeoptions DEBUG="-g" # compile full symbol table
56
57
58 #
59 # Compatibility options
60 #
61
62 #options COMPAT_09 # NetBSD 0.9,
63 #options COMPAT_10 # NetBSD 1.0,
64 #options COMPAT_11 # NetBSD 1.1,
65 #options COMPAT_12 # NetBSD 1.2,
66 options COMPAT_13 # NetBSD 1.3,
67 options COMPAT_14 # NetBSD 1.4,
68 options COMPAT_15 # NetBSD 1.5,
69 options COMPAT_16 # NetBSD 1.6,
70 options COMPAT_20 # NetBSD 2.0,
71 options COMPAT_30 # NetBSD 3.0 compatibility.
72 options COMPAT_43 # and 4.3BSD
73 #options COMPAT_386BSD_MBRPART # recognize old partition ID
74 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
75
76
77 #
78 # File systems
79 #
80
81 file-system FFS # UFS
82 file-system EXT2FS # second extended file system (linux)
83 file-system LFS # log-structured file system
84 file-system MFS # memory file system
85 file-system NFS # Network File System client
86 file-system CD9660 # ISO 9660 + Rock Ridge file system
87 file-system MSDOSFS # MS-DOS file system
88 file-system FDESC # /dev/fd
89 file-system KERNFS # /kern
90 file-system NULLFS # loopback file system
91 file-system OVERLAY # overlay file system
92 file-system PORTAL # portal filesystem (still experimental)
93 file-system PROCFS # /proc
94 file-system UMAPFS # NULLFS + uid and gid remapping
95 file-system UNION # union file system
96 file-system PTYFS # /dev/pts/N support
97 #file-system NTFS # Windows NT file system (experimental)
98
99
100 #
101 # File system options
102 #
103
104 options QUOTA # UFS quotas
105 options FFS_EI # FFS Endian Independant support
106 options SOFTDEP # FFS soft updates support.
107 options NFSSERVER # Network File System server
108 #options FFS_NO_SNAPSHOT # No FFS snapshot support
109 options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
110 # immutable) behave as system flags.
111 options NFS_BOOT_DHCP # Support DHCP NFS root
112
113
114 #
115 # Networking options
116 #
117
118 options GATEWAY # packet forwarding
119 options INET # IP + ICMP + TCP + UDP
120 options INET6 # IPV6
121 #options IPSEC # IP security
122 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
123 #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
124 #options IPSEC_DEBUG # debug for IP security
125 #options MROUTING # IP multicast routing
126 #options PIM # Protocol Independent Multicast
127 #options DIRECTED_BROADCAST # allow broadcasts through routers
128 options ISO,TPIP # OSI
129 #options EON # OSI tunneling over IP
130 #options NETATALK # AppleTalk networking protocols
131 options PPP_BSDCOMP # BSD-Compress compression support for PPP
132 options PPP_DEFLATE # Deflate compression support for PPP
133 options PPP_FILTER # Active filter support for PPP (requires bpf)
134 options PFIL_HOOKS # pfil(9) packet filter hooks
135 options IPFILTER_LOG # ipmon(8) log support
136 options IPFILTER_LOOKUP # ippool(8) support
137 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
138 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
139
140
141 #
142 # Kernel root file system and dump configuration.
143 #
144
145 config netbsd root on ? type ?
146
147
148 #
149 # Device configuration
150 #
151
152 plb0 at root # Processor Local Bus
153 cpu0 at plb? # CPU
154 ecc0 at plb? irq 16 # On-chip ECC controller
155 pchb0 at plb? # PCI-Host bridges
156
157 # On-chip Peripheral Bus support
158 opb* at plb? # On-chip Peripheral Bus
159 wdog* at opb? # Watchdog timer
160 com* at opb? addr ? irq ? # UARTs
161 emac0 at opb? addr ? irq ? # Ethernet Media Access Controller
162 options EMAC_EVENT_COUNTERS
163 gpiic0 at opb? addr ? irq ? # On-chip IIC controller
164 iic0 at gpiic? # I2C bus
165 xrtc0 at iic? addr 0x6f # RTC
166 opbgpio0 at opb? addr ? irq ? # On-chip GPIO controller
167 gpio* at opbgpio? # GPIO framework
168
169 # PCI bus support
170 pci* at pchb?
171 options PCIVERBOSE # verbose PCI device autoconfig messages
172 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
173 options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever
174 # to configure PCI devices
175 #options PCI_CONFIGURE_VERBOSE # Show PCI config information
176 ppb* at pci? dev ? function ? # PCI-PCI bridges
177 hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
178 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
179
180 # ATA (IDE) bus support
181 atabus* at ata?
182 wd* at atabus? drive ?
183
184 # MII/PHY support
185 dmphy* at mii? phy ? # Davicom DM9101/9102 PHYs
186 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
187 options MIIVERBOSE # verbose PHY autoconfig messages
188
189
190 #
191 # Pseudo devices
192 #
193
194 # disk/mass storage pseudo-devices
195 #pseudo-device ccd 4 # concatenated/striped disk devices
196 #pseudo-device cgd 4 # cryptographic disk devices
197 #pseudo-device raid 4 # RAIDframe disk driver
198 #options RAID_AUTOCONFIG # auto-configuration of RAID components
199 #pseudo-device fss 4 # file system snapshot device
200 #pseudo-device md 1 # memory disk device
201 #pseudo-device vnd # disk-like interface to files
202
203 # network pseudo-devices
204 pseudo-device loop # network loopback
205 pseudo-device bpfilter # packet filter
206 pseudo-device ipfilter # IP filter (firewall) and NAT
207 pseudo-device ppp # Point-to-Point Protocol
208 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
209 #pseudo-device sl # Serial Line IP
210 #pseudo-device strip # Starmode Radio IP (Metricom)
211 #pseudo-device irframetty # IrDA frame line discipline
212 #pseudo-device tun # network tunneling over tty
213 #pseudo-device tap # virtual ethernet
214 #pseudo-device gre # generic L3 over IP tunnel
215 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
216 #pseudo-device faith # IPv[46] tcp relay translation i/f
217 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
218 pseudo-device vlan # IEEE 802.1q encapsulation
219 pseudo-device bridge # simple inter-network bridging
220 #options BRIDGE_IPF # bridge uses IPv[46] pfil hooks too
221 #pseudo-device pf # PF packet filter
222 #pseudo-device pflog # PF log if
223
224 # miscellaneous pseudo-devices
225 pseudo-device pty # pseudo-terminals
226 pseudo-device rnd # /dev/random and in-kernel generator
227 pseudo-device clockctl # user control of clock subsystem
228 pseudo-device ksyms # /dev/ksyms
229