OPENBLOCKS200 revision 1.1.6.2 1 1.1.6.2 kent # $NetBSD: OPENBLOCKS200,v 1.1.6.2 2005/04/29 11:28:08 kent Exp $
2 1.1.6.2 kent #
3 1.1.6.2 kent # GENERIC -- everything that's currently supported
4 1.1.6.2 kent #
5 1.1.6.2 kent
6 1.1.6.2 kent include "arch/evbppc/conf/std.obs200"
7 1.1.6.2 kent
8 1.1.6.2 kent #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 1.1.6.2 kent
10 1.1.6.2 kent #ident "OPENBLOCKS200"
11 1.1.6.2 kent
12 1.1.6.2 kent maxusers 32
13 1.1.6.2 kent
14 1.1.6.2 kent #options UVMHIST
15 1.1.6.2 kent #options UVMHIST_PRINT
16 1.1.6.2 kent
17 1.1.6.2 kent # Options for necessary to use MD
18 1.1.6.2 kent #options MEMORY_DISK_HOOKS
19 1.1.6.2 kent #options MEMORY_DISK_IS_ROOT # force root on memory disk
20 1.1.6.2 kent #options MEMORY_DISK_SERVER=0 # no userspace memory disk support
21 1.1.6.2 kent #options MEMORY_DISK_ROOT_SIZE=8192 # size of memory disk, in blocks
22 1.1.6.2 kent
23 1.1.6.2 kent
24 1.1.6.2 kent #options INSECURE # disable kernel security levels
25 1.1.6.2 kent #options NTP # NTP phase/frequency locked loop
26 1.1.6.2 kent #options KTRACE # system call tracing via ktrace(1)
27 1.1.6.2 kent
28 1.1.6.2 kent options SYSVMSG # System V message queues
29 1.1.6.2 kent options SYSVSEM # System V semaphores
30 1.1.6.2 kent options SYSVSHM # System V shared memory
31 1.1.6.2 kent #options SHMMAXPGS=1024 # 1024 pages is the default
32 1.1.6.2 kent
33 1.1.6.2 kent #options LKM # loadable kernel modules
34 1.1.6.2 kent
35 1.1.6.2 kent #options USERCONF # userconf(4) support
36 1.1.6.2 kent #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
37 1.1.6.2 kent #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
38 1.1.6.2 kent
39 1.1.6.2 kent # Diagnostic/debugging support options
40 1.1.6.2 kent #options DIAGNOSTIC # cheap kernel consistency checks
41 1.1.6.2 kent options DEBUG # expensive debugging checks/support
42 1.1.6.2 kent options DDB # in-kernel debugger
43 1.1.6.2 kent options DDB_HISTORY_SIZE=512 # enable history editing in DDB
44 1.1.6.2 kent options TRAP_PANICWAIT
45 1.1.6.2 kent options SYMTAB_SPACE=300000 # size for embedded symbol table
46 1.1.6.2 kent
47 1.1.6.2 kent makeoptions DEBUG="-g" # compile full symbol table
48 1.1.6.2 kent
49 1.1.6.2 kent # Compatibility options
50 1.1.6.2 kent #options COMPAT_09 # NetBSD 0.9,
51 1.1.6.2 kent #options COMPAT_10 # NetBSD 1.0,
52 1.1.6.2 kent #options COMPAT_11 # NetBSD 1.1,
53 1.1.6.2 kent #options COMPAT_12 # NetBSD 1.2,
54 1.1.6.2 kent options COMPAT_13 # NetBSD 1.3,
55 1.1.6.2 kent options COMPAT_14 # NetBSD 1.4,
56 1.1.6.2 kent options COMPAT_16 # NetBSD 1.6,
57 1.1.6.2 kent options COMPAT_43 # and 4.3BSD
58 1.1.6.2 kent #options COMPAT_386BSD_MBRPART # recognize old partition ID
59 1.1.6.2 kent #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
60 1.1.6.2 kent options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
61 1.1.6.2 kent
62 1.1.6.2 kent # File systems
63 1.1.6.2 kent file-system FFS # UFS
64 1.1.6.2 kent file-system EXT2FS # second extended file system (linux)
65 1.1.6.2 kent file-system LFS # log-structured file system
66 1.1.6.2 kent file-system MFS # memory file system
67 1.1.6.2 kent file-system NFS # Network File System client
68 1.1.6.2 kent file-system CD9660 # ISO 9660 + Rock Ridge file system
69 1.1.6.2 kent file-system MSDOSFS # MS-DOS file system
70 1.1.6.2 kent file-system FDESC # /dev/fd
71 1.1.6.2 kent file-system KERNFS # /kern
72 1.1.6.2 kent file-system NULLFS # loopback file system
73 1.1.6.2 kent file-system OVERLAY # overlay file system
74 1.1.6.2 kent file-system PORTAL # portal filesystem (still experimental)
75 1.1.6.2 kent file-system PROCFS # /proc
76 1.1.6.2 kent file-system UMAPFS # NULLFS + uid and gid remapping
77 1.1.6.2 kent file-system UNION # union file system
78 1.1.6.2 kent
79 1.1.6.2 kent # File system options
80 1.1.6.2 kent options QUOTA # UFS quotas
81 1.1.6.2 kent options FFS_EI # FFS Endian Independant support
82 1.1.6.2 kent options SOFTDEP # FFS soft updates support.
83 1.1.6.2 kent options NFSSERVER # Network File System server
84 1.1.6.2 kent #options FFS_NO_SNAPSHOT # ffs snapshots
85 1.1.6.2 kent options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
86 1.1.6.2 kent # immutable) behave as system flags.
87 1.1.6.2 kent
88 1.1.6.2 kent options NFS_BOOT_DHCP # Support DHCP NFS root
89 1.1.6.2 kent
90 1.1.6.2 kent # Networking options
91 1.1.6.2 kent options GATEWAY # packet forwarding
92 1.1.6.2 kent options INET # IP + ICMP + TCP + UDP
93 1.1.6.2 kent options INET6 # IPV6
94 1.1.6.2 kent #options IPSEC # IP security
95 1.1.6.2 kent #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
96 1.1.6.2 kent #options IPSEC_DEBUG # debug for IP security
97 1.1.6.2 kent #options MROUTING # IP multicast routing
98 1.1.6.2 kent #options PIM # Protocol Independent Multicast
99 1.1.6.2 kent #options DIRECTED_BROADCAST # allow broadcasts through routers
100 1.1.6.2 kent #options NS # XNS
101 1.1.6.2 kent #options NSIP # XNS tunneling over IP
102 1.1.6.2 kent options ISO,TPIP # OSI
103 1.1.6.2 kent #options EON # OSI tunneling over IP
104 1.1.6.2 kent #options CCITT,LLC,HDLC # X.25
105 1.1.6.2 kent #options NETATALK # AppleTalk networking protocols
106 1.1.6.2 kent options PPP_BSDCOMP # BSD-Compress compression support for PPP
107 1.1.6.2 kent options PPP_DEFLATE # Deflate compression support for PPP
108 1.1.6.2 kent options PPP_FILTER # Active filter support for PPP (requires bpf)
109 1.1.6.2 kent options PFIL_HOOKS # pfil(9) packet filter hooks
110 1.1.6.2 kent options IPFILTER_LOG # ipmon(8) log support
111 1.1.6.2 kent #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
112 1.1.6.2 kent options NMBCLUSTERS=1024
113 1.1.6.2 kent
114 1.1.6.2 kent # These options enable verbose messages for several subsystems.
115 1.1.6.2 kent # Warning, these may compile large string tables into the kernel!
116 1.1.6.2 kent options PCIVERBOSE # verbose PCI device autoconfig messages
117 1.1.6.2 kent options MIIVERBOSE # verbose PHY autoconfig messages
118 1.1.6.2 kent #options PCI_CONFIG_DUMP # verbosely dump PCI config space
119 1.1.6.2 kent options SCSIVERBOSE # human readable SCSI error messages
120 1.1.6.2 kent options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices
121 1.1.6.2 kent #options PCI_CONFIGURE_VERBOSE # Show PCI config information
122 1.1.6.2 kent
123 1.1.6.2 kent # wscons options
124 1.1.6.2 kent #options WSEMUL_SUN # sun terminal emulation
125 1.1.6.2 kent #options WSEMUL_VT100 # VT100 / VT220 emulation
126 1.1.6.2 kent
127 1.1.6.2 kent # Kernel root file system and dump configuration.
128 1.1.6.2 kent config netbsd root on ? type ?
129 1.1.6.2 kent
130 1.1.6.2 kent #
131 1.1.6.2 kent # Device configuration
132 1.1.6.2 kent #
133 1.1.6.2 kent
134 1.1.6.2 kent plb0 at root # Processor Local Bus
135 1.1.6.2 kent
136 1.1.6.2 kent cpu0 at plb?
137 1.1.6.2 kent
138 1.1.6.2 kent ecc0 at plb? irq 16 # On-chip ECC controller
139 1.1.6.2 kent
140 1.1.6.2 kent opb* at plb? # On-chip Peripheral Bus
141 1.1.6.2 kent
142 1.1.6.2 kent wdog* at opb? # Watchdog timer
143 1.1.6.2 kent
144 1.1.6.2 kent com* at opb? addr ? irq ? # UARTs
145 1.1.6.2 kent
146 1.1.6.2 kent emac0 at opb? addr ? irq ? # Ethernet Media Access Controller
147 1.1.6.2 kent options EMAC_EVENT_COUNTERS
148 1.1.6.2 kent
149 1.1.6.2 kent gpiic0 at opb? addr ? irq ? # On-chip IIC controller
150 1.1.6.2 kent iic0 at gpiic? # I2C bus
151 1.1.6.2 kent
152 1.1.6.2 kent gpio0 at opb? addr ? irq ? # On-chip GPIO controller
153 1.1.6.2 kent
154 1.1.6.2 kent pchb0 at plb? # PCI-Host bridges
155 1.1.6.2 kent
156 1.1.6.2 kent pci* at pchb?
157 1.1.6.2 kent ppb* at pci? dev ? function ? # PCI-PCI bridges
158 1.1.6.2 kent pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
159 1.1.6.2 kent acardide* at pci? dev ? function ? # Acard IDE controllers
160 1.1.6.2 kent aceride* at pci? dev ? function ? # Acer Lab IDE controllers
161 1.1.6.2 kent artsata* at pci? dev ? function ? # Intel i31244 SATA controller
162 1.1.6.2 kent cmdide* at pci? dev ? function ? # CMD tech IDE controllers
163 1.1.6.2 kent cypide* at pci? dev ? function ? # Cypress IDE controllers
164 1.1.6.2 kent hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
165 1.1.6.2 kent optiide* at pci? dev ? function ? # Opti IDE controllers
166 1.1.6.2 kent piixide* at pci? dev ? function ? # Intel IDE controllers
167 1.1.6.2 kent pdcide* at pci? dev ? function ? # Promise IDE controllers
168 1.1.6.2 kent pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
169 1.1.6.2 kent satalink* at pci? dev ? function ? # SiI SATALink controllers
170 1.1.6.2 kent siside* at pci? dev ? function ? # SiS IDE controllers
171 1.1.6.2 kent slide* at pci? dev ? function ? # Symphony Labs IDE controllers
172 1.1.6.2 kent viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
173 1.1.6.2 kent atabus* at ata?
174 1.1.6.2 kent
175 1.1.6.2 kent tlp* at pci? dev ? function ? # DECchip 21x4x and clones
176 1.1.6.2 kent
177 1.1.6.2 kent lxtphy* at mii? phy ? # Level One LXT-970 PHYs
178 1.1.6.2 kent ukphy* at mii? phy ? # generic unknown PHYs
179 1.1.6.2 kent
180 1.1.6.2 kent #cardslot* at cbb?
181 1.1.6.2 kent #cardbus* at cardslot?
182 1.1.6.2 kent #pcmcia* at cardslot?
183 1.1.6.2 kent
184 1.1.6.2 kent #com* at pcmcia? function ? # Modems and serial cards
185 1.1.6.2 kent #wdc* at pcmcia? function ? # PCMCIA IDE controllers
186 1.1.6.2 kent #ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
187 1.1.6.2 kent #mbe* at pcmcia? function ? # MB8696x based Ethernet
188 1.1.6.2 kent #ne* at pcmcia? function ? # NE2000-compatible Ethernet
189 1.1.6.2 kent #ex* at cardbus? dev ? function ? # 3Com 3C575TX
190 1.1.6.2 kent #tlp* at cardbus? dev ? function ? # DECchip 21143
191 1.1.6.2 kent #rtk* at cardbus? dev ? function ? # Realtek 8129/8139
192 1.1.6.2 kent
193 1.1.6.2 kent wd* at atabus? drive ?
194 1.1.6.2 kent
195 1.1.6.2 kent atapibus* at atapi?
196 1.1.6.2 kent
197 1.1.6.2 kent cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
198 1.1.6.2 kent sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
199 1.1.6.2 kent uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
200 1.1.6.2 kent
201 1.1.6.2 kent #pckbc0 at pbus?
202 1.1.6.2 kent #pckbd* at pckbc?
203 1.1.6.2 kent #wskbd* at pckbd? console ?
204 1.1.6.2 kent #pms* at pckbc?
205 1.1.6.2 kent #wsmouse* at pms? mux 0
206 1.1.6.2 kent
207 1.1.6.2 kent #vga* at pci? dev ? function ?
208 1.1.6.2 kent #wsdisplay* at vga? console ?
209 1.1.6.2 kent
210 1.1.6.2 kent pseudo-device vnd 4 # disk-like interface to files
211 1.1.6.2 kent pseudo-device ccd 4 # concatenated/striped disk devices
212 1.1.6.2 kent #pseudo-device cgd 4 # cryptographic disk devices
213 1.1.6.2 kent #pseudo-device raid 4 # RAIDframe disk driver
214 1.1.6.2 kent #options RAID_AUTOCONFIG # auto-configuration of RAID components
215 1.1.6.2 kent #pseudo-device fss 4 # file system snapshot device
216 1.1.6.2 kent pseudo-device md 1 # memory disk device
217 1.1.6.2 kent pseudo-device loop # network loopback
218 1.1.6.2 kent pseudo-device bpfilter 8 # packet filter
219 1.1.6.2 kent pseudo-device ipfilter # IP filter (firewall) and NAT
220 1.1.6.2 kent pseudo-device ppp 2 # Point-to-Point Protocol
221 1.1.6.2 kent pseudo-device sl 2 # Serial Line IP
222 1.1.6.2 kent pseudo-device tun 4 # network tunneling over tty
223 1.1.6.2 kent #pseudo-device gre 2 # generic L3 over IP tunnel
224 1.1.6.2 kent pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
225 1.1.6.2 kent #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
226 1.1.6.2 kent #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
227 1.1.6.2 kent pseudo-device vlan # IEEE 802.1q encapsulation
228 1.1.6.2 kent pseudo-device pty # pseudo-terminals
229 1.1.6.2 kent pseudo-device rnd # /dev/random and in-kernel generator
230 1.1.6.2 kent #pseudo-device wsmux # ick
231 1.1.6.2 kent pseudo-device clockctl # user control of clock subsystem
232 1.1.6.2 kent pseudo-device kttcp # kernel ttcp
233