EXPLORA451 revision 1.4 1 # $NetBSD: EXPLORA451,v 1.4 2003/09/25 18:57:55 matt Exp $
2 #
3 # GENERIC -- everything that's currently supported
4 #
5
6 include "arch/evbppc/conf/std.explora"
7
8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9
10 #ident "EXPLORA451"
11
12 maxusers 32
13
14 # Options for necessary to use root memory disk
15 #options MEMORY_DISK_HOOKS
16 #options MEMORY_DISK_IS_ROOT
17 #options MEMORY_DISK_SERVER=0
18 #options MEMORY_DISK_ROOT_SIZE=4096
19
20 # Standard system options
21
22 options INSECURE # disable kernel security levels - X needs this
23
24 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
25 options NTP # NTP phase/frequency locked loop
26
27 options KTRACE # system call tracing via ktrace(1)
28 options SYSTRACE # system call vetting via systrace(1)
29
30 options SYSVMSG # System V-like message queues
31 options SYSVSEM # System V-like semaphores
32 #options SEMMNI=10 # number of semaphore identifiers
33 #options SEMMNS=60 # number of semaphores in system
34 #options SEMUME=10 # max number of undo entries per process
35 #options SEMMNU=30 # number of undo structures in system
36 options SYSVSHM # System V-like memory sharing
37 #options SHMMAXPGS=2048 # 2048 pages is the default
38
39 options LKM # loadable kernel modules
40
41 options USERCONF # userconf(4) support
42 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
43
44 # Enable experimental buffer queue strategy for better responsiveness under
45 # high disk I/O load. Use it with caution - it's not proven to be stable yet.
46 #options NEW_BUFQ_STRATEGY
47
48 # Diagnostic/debugging support options
49 options DIAGNOSTIC # expensive 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 KGDB # remote debugger
55 #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
56 makeoptions DEBUG="-g" # compile full symbol table
57 options SYMTAB_SPACE=300000
58
59 # Compatibility options
60 options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
61 options COMPAT_09 # NetBSD 0.9,
62 options COMPAT_10 # NetBSD 1.0,
63 options COMPAT_11 # NetBSD 1.1,
64 options COMPAT_12 # NetBSD 1.2,
65 options COMPAT_13 # NetBSD 1.3,
66 options COMPAT_14 # NetBSD 1.4,
67 options COMPAT_16 # NetBSD 1.6,
68 options COMPAT_43 # and 4.3BSD
69 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
70
71 # File systems
72 file-system FFS # UFS
73 file-system EXT2FS # second extended file system (linux)
74 file-system LFS # log-structured file system
75 file-system MFS # memory file system
76 file-system NFS # Network File System client
77 file-system NTFS # Windows/NT file system (experimental)
78 file-system CD9660 # ISO 9660 + Rock Ridge file system
79 file-system MSDOSFS # MS-DOS file system
80 file-system FDESC # /dev/fd
81 file-system KERNFS # /kern
82 file-system NULLFS # loopback file system
83 file-system OVERLAY # overlay file system
84 file-system PORTAL # portal filesystem (still experimental)
85 file-system PROCFS # /proc
86 file-system UMAPFS # NULLFS + uid and gid remapping
87 file-system UNION # union file system
88 file-system CODA # Coda File System; also needs vcoda (below)
89 file-system SMBFS # experimental - CIFS; also needs nsmb (below)
90
91 # File system options
92 options QUOTA # UFS quotas
93 #options FFS_EI # FFS Endian Independent support
94 options SOFTDEP # FFS soft updates support.
95 options NFSSERVER # Network File System server
96 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
97 # immutable) behave as system flags.
98
99 # Networking options
100 #options GATEWAY # packet forwarding
101 options INET # IP + ICMP + TCP + UDP
102 options INET6 # IPV6
103 #options IPSEC # IP security
104 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
105 #options IPSEC_DEBUG # debug for IP security
106 #options MROUTING # IP multicast routing
107 #options NS # XNS
108 #options NSIP # XNS tunneling over IP
109 options ISO,TPIP # OSI
110 #options EON # OSI tunneling over IP
111 options CCITT,LLC,HDLC # X.25
112 options NETATALK # AppleTalk networking protocols
113 options PPP_BSDCOMP # BSD-Compress compression support for PPP
114 options PPP_DEFLATE # Deflate compression support for PPP
115 options PPP_FILTER # Active filter support for PPP (requires bpf)
116 options PFIL_HOOKS # pfil(9) packet filter hooks
117 options IPFILTER_LOG # ipmon(8) log support
118 #options IPFILTER_DEFAULT_BLOCK # block all packets by default
119 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
120
121 # Options for wscons
122 #
123 # builtin terminal emulations
124 #options WSEMUL_SUN # sun terminal emulation
125 options WSEMUL_VT100 # VT100 / VT220 emulation
126 # different kernel output - see dev/wscons/wsdisplayvar.h
127 options WS_KERNEL_FG=WSCOL_GREEN
128 #options WS_KERNEL_BG=WSCOL_BLACK
129 # compatibility to other console drivers
130 #options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
131 #options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
132 #options WSDISPLAY_COMPAT_USL # VT handling
133 #options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
134 # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
135 #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
136 # allocate a number of virtual screens at autoconfiguration time
137 options WSDISPLAY_DEFAULTSCREENS=1
138
139 # Options for netboot
140 options NFS_BOOT_BOOTPARAM
141 options NFS_BOOT_DHCP
142
143 config netbsd root on ? type ?
144
145 elb0 at root
146
147 cpu0 at elb?
148 com0 at elb?
149 lpt0 at elb?
150 le0 at elb?
151
152 fb0 at elb?
153 wsdisplay* at fb?
154
155 pckbc0 at elb?
156 pckbd* at pckbc?
157 wskbd* at pckbd? console ?
158 pms* at pckbc?
159 wsmouse* at pms? mux 0
160
161 # Pseudo-Devices
162
163 # disk/mass storage pseudo-devices
164
165 pseudo-device md 1 # memory disk device (ramdisk)
166 pseudo-device vnd 4 # disk-like interface to files
167
168 # network pseudo-devices
169 pseudo-device bpfilter 8 # Berkeley packet filter
170 pseudo-device ipfilter # IP filter (firewall) and NAT
171 pseudo-device loop # network loopback
172 pseudo-device ppp 2 # Point-to-Point Protocol
173 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
174 pseudo-device sl 2 # Serial Line IP
175 pseudo-device strip 2 # Starmode Radio IP (Metricom)
176 pseudo-device irframetty # IrDA frame line discipline
177 pseudo-device tun 2 # network tunneling over tty
178 pseudo-device gre 2 # generic L3 over IP tunnel
179 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
180 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
181 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
182 pseudo-device vlan # IEEE 802.1q encapsulation
183 pseudo-device bridge # simple inter-network bridging
184 #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
185
186 # miscellaneous pseudo-devices
187 pseudo-device pty # pseudo-terminals
188 pseudo-device tb 1 # tablet line discipline
189 pseudo-device rnd # /dev/random and in-kernel generator
190 #options RND_COM # use "com" randomness as well (BROKEN)
191 pseudo-device clockctl # user control of clock subsystem
192
193 # a pseudo device needed for Coda # also needs CODA (above)
194 pseudo-device vcoda 4 # coda minicache <-> venus comm.
195
196 # a pseudo device needed for SMBFS
197 pseudo-device nsmb # experimental - SMB requester
198
199 # wscons pseudo-devices
200 pseudo-device wsmux # mouse & keyboard multiplexor
201 pseudo-device wsfont
202 pseudo-device ksyms # /dev/ksyms
203