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