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