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