No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / sparc / conf / KRUPS
blob7ea25b4bdca7b09b19f77e371c786e4f92d870a7
1 # $NetBSD: KRUPS,v 1.50 2009/06/22 14:57:52 tsutsui Exp $
2 # From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
4 # Krups (JavaStation-NC) machine description file
7 include         "arch/sparc/conf/std.sparc"
9 options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
11 #ident          "KRUPS-$Revision: 1.51 $"
13 maxusers        32
15 ## System kernel configuration.  See options(4) for more detail.
18 # Options for variants of the Sun SPARC architecure.
19 # We currently support three architecture types; at least one is required.
20 options         SUN4M           # sun4m - SS10, SS20, Classic, etc.
22 # microSPARC-IIep is PCI based sun4m (JavaStation-NC, CP1200, etc)
23 # This option selects if SUN4M means "normal" 4m or IIep.  Kernels
24 # with this option turned on will refuse to work on normal 4m.
25 options         MSIIEP          # microSPARC-IIep
27 # XXX: uwe: PROM location conflicts with kernel VA space !!!
28 options         PROM_AT_F0
29 makeoptions     TEXTADDR=E8004000
32 ## System options specific to the sparc machine type
34 # Blink the power LED on some machines to indicate the system load.
35 options         BLINK
38 #### System options that are the same for all ports
40 ## Root device configuration: change the ?'s if you are going to use a
41 ## nonstandard root partition (other than where the kernel is booted from)
42 ## and/or nonstandard root type (not ffs or nfs).  Normally this can be
43 ## automagically determined at boot time.
45 config          netbsd  root on ? type ?
47 ## System call tracing (see ktrace(1)).
48 options         KTRACE
50 ## Collect statistics on kernel malloc's and free's.  This does have a
51 ## significant performance hit on slower machines, so it is intended for
52 ## diagnostic use only.
53 #options        KMEMSTATS
55 ## System V compatible IPC subsystem.  (msgctl(2), semctl(2), and shmctl(2))
56 options         SYSVMSG         # System V message queues
57 options         SYSVSEM         # System V semaphores
58 #options        SEMMNI=10       # number of semaphore identifiers
59 #options        SEMMNS=60       # number of semaphores in system
60 #options        SEMUME=10       # max number of undo entries per process
61 #options        SEMMNU=30       # number of undo structures in system
62 options         SYSVSHM         # System V shared memory
63 options         P1003_1B_SEMAPHORE # p1003.1b semaphore support
65 ## Loadable kernel module support; still under development.
67 #options        USERCONF        # userconf(4) support
68 #options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)
69 options         SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
71 ## NFS boot options; tries DHCP/BOOTP then BOOTPARAM
72 options         NFS_BOOT_BOOTPARAM
73 #options        NFS_BOOT_BOOTP
74 options         NFS_BOOT_DHCP
77 #### wscons options
79 # builtin terminal emulations
80 options         WSEMUL_SUN              # sun terminal emulation
81 options         WSEMUL_VT100            # VT100 / VT220 emulation
82 options         WSEMUL_DEFAULT="\"vt100\""
84 # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
85 options         WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
86 #options        WS_DEFAULT_FG=WSCOL_WHITE
87 #options        WS_DEFAULT_BG=WSCOL_BLACK
88 #options        WS_DEFAULT_COLATTR="(0)"
89 options         WS_KERNEL_FG=WSCOL_GREEN
90 #options        WS_KERNEL_BG=WSCOL_BLACK
91 options         WS_KERNEL_COLATTR=WSATTR_HILIT
93 # customization of console border color
94 options         WSDISPLAY_CUSTOM_BORDER # custom border colors via wsconsctl(8)
95 #options        WSDISPLAY_BORDER_COLOR=WSCOL_BLUE       # default color
97 # compatibility to other console drivers
98 options         WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
99 options         WSDISPLAY_COMPAT_SYSCONS        # emulate some ioctls
100 options         WSDISPLAY_COMPAT_USL            # VT handling
101 options         WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
103 options         FONT_GALLANT12x22               # PROM font look-alike
105 #options        WSKBD_EVENT_AUTOREPEAT          # auto repeat in event mode
106 #options        WSKBD_USONLY                    # strip off non-US keymaps
108 # see dev/pckbport/wskbdmap_mfii.c for implemented layouts
109 #options        PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
111 # allocate a number of virtual screens at autoconfiguration time
112 #options        WSDISPLAY_DEFAULTSCREENS=4
115 #### Debugging options
117 ## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
118 ## serial console break or keyboard reset, where the PROM would normally
119 ## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
120 options         DDB                     # kernel dynamic debugger
121 options         DDB_HISTORY_SIZE=100    # enable history editing in DDB
122 #options        DDB_ONPANIC=1           # see also sysctl(8): `ddb.onpanic'
124 ## You may also use gdb, on another computer connected to this machine over
125 ## a serial port.  Both KGDB_DEV and KGDB_DEVRATE should be specified;
126 ## KGDB_DEV is a dev_t encoded device number of the serial port to use, where
127 ## the minor device number encodes the PROM enumeration of the serial ports,
128 ## i.e.:
129 ## 0xc00 = ttya, 0xc01 = ttyb, 0xc02 = ttyc, 0xc03 = ttyd.
130 ## (Note: ttyc and ttyd are available only on some sun4 models)
131 #options        KGDB                    # support for kernel gdb
132 #options        KGDB_DEV=0xc01          # kgdb device number (this is `ttyb')
133 #options        KGDB_DEVRATE=38400      # baud rate
136 ## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
137 ## such that gdb(1) can be used on a kernel coredump.
139 #makeoptions    DEBUG="-g"
140 makeoptions     CPUFLAGS="-mcpu=supersparc"
143 ## Adds code to the kernel that does internal consistency checks, and will
144 ## cause the kernel to panic if corruption of internal data structures
145 ## is detected.
146 #options        DIAGNOSTIC      # extra kernel sanity checking
148 ## Enable (possibly expensive) debugging code that may also display messages
149 ## on the system console
150 #options        DEBUG
152 options         MIIVERBOSE      # verbose PHY autoconfig messages
154 ## `INSECURE' turns off the kernel security level (securelevel = 0 always).
155 ## This allows writing to /dev/mem, loading kernel modules while multi-user,
156 ## and other insecurities good only for development work.  Do not use this
157 ## option on a production machine.
158 #options        INSECURE
160 ## `FDSCRIPTS' allows non-readable but executable scripts by providing a
161 ## pre-opened opaque file to the script interpreter.  `SETUIDSCRIPTS',
162 ## which implies FDSCRIPTS, allows scripts to be set-user-id using the same
163 ## opaque file mechanism.  Perl calls this "secure setuid scripts."
165 #options        FDSCRIPTS
166 #options        SETUIDSCRIPTS
168 ## Options for compatibility with previous releases foreign system binaries.
169 ## In the cases of COMPAT_SUNOS and COMPAT_SVR4, you may need to set up
170 ## additional user-level utilities or system configuration files. See
171 ## compat_sunos(8) and compat_svr4(8).
173 options         COMPAT_43       # 4.3BSD system interfaces
174 options         COMPAT_10       # NetBSD 1.0 binary compatibility
175 options         COMPAT_11       # NetBSD 1.1 binary compatibility
176 options         COMPAT_12       # NetBSD 1.2 binary compatibility
177 options         COMPAT_13       # NetBSD 1.3 binary compatibility
178 options         COMPAT_14       # NetBSD 1.4 binary compatibility
179 options         COMPAT_15       # NetBSD 1.5 binary compatibility
180 options         COMPAT_16       # NetBSD 1.6 binary compatibility
181 options         COMPAT_20       # NetBSD 2.0 binary compatibility
182 options         COMPAT_30       # NetBSD 3.0 binary compatibility
183 options         COMPAT_40       # NetBSD 4.0 binary compatibility
184 options         COMPAT_SUNOS    # SunOS 4.x binary compatibility
185 options         COMPAT_SVR4     # SunOS 5.x binary compatibility
186 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
188 ## File systems.  You probably need at least one of FFS or NFS.
189 file-system     FFS             # Berkeley Fast Filesystem
190 file-system     NFS             # Sun NFS-compatible filesystem client
191 file-system     KERNFS          # kernel data-structure filesystem
192 file-system     NULLFS          # NULL layered filesystem
193 file-system     OVERLAY         # overlay file system
194 file-system     MFS             # memory-based filesystem
195 file-system     FDESC           # user file descriptor filesystem
196 file-system     UMAPFS          # uid/gid remapping filesystem
197 #file-system    LFS             # Log-based filesystem (still experimental)
198 file-system     PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
199 file-system     PROCFS          # /proc
200 #file-system    CD9660          # ISO 9660 + Rock Ridge file system
201 file-system     UNION           # union file system
202 #file-system    MSDOSFS         # MS-DOS FAT filesystem(s).
203 #file-system    CODA            # Coda File System; also needs vcoda (below)
204 file-system     PTYFS           # /dev/pts/N support
205 #file-system    TMPFS           # Efficient memory file-system
206 #file-system    UDF             # experimental - OSTA UDF CD/DVD file-system
208 ## File system options.
209 #options        NFSSERVER       # Sun NFS-compatible filesystem server
210 #options        QUOTA           # FFS quotas
211 #options        FFS_EI          # FFS Endian Independent support
212 options         FFS_NO_SNAPSHOT # No FFS snapshot support
214 ## Network protocol support.  In most environments, INET is required.
215 options         INET            # IP (Internet Protocol) v4
216 options         INET6           # IPV6
217 #options        IPSEC           # IP security
218 #options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
219 #options        IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)
220 #options        IPSEC_DEBUG     # debug for IP security
221 #options        GATEWAY         # packet forwarding ("router switch")
222 #options        MROUTING        # packet forwarding of multicast packets
223 #options        PIM             # Protocol Independent Multicast
224 #options        DIRECTED_BROADCAST      # allow broadcasts through routers
225 options         ISO,TPIP        # OSI networking
226 #options        EON             # OSI tunneling over IP
227 #options        NETATALK        # AppleTalk (over Ethernet) protocol
228 options         NTP             # Network Time Protocol in-kernel support
229 #options        PPS_SYNC        # Add serial line synchronization for NTP
230 options         PFIL_HOOKS      # Add pfil(9) hooks, intended for custom LKMs.
231 options         IPFILTER_LOG    # Add ipmon(8) logging for ipfilter device
232 options         IPFILTER_LOOKUP # ippool(8) support
233 #options        IPFILTER_DEFAULT_BLOCK  # block all packets by default
234 options         PPP_BSDCOMP     # Add BSD compression to ppp device
235 options         PPP_DEFLATE     # Add deflate (libz) compression to ppp device
236 options         PPP_FILTER      # Add active filters for ppp (via bpf)
240 #### Main bus and CPU .. all systems.
241 mainbus0 at root
242 cpu0    at mainbus0
244 #### Bus types found on SPARC systems.
246 msiiep0 at mainbus0     # microSPARC-IIep PCIC, timer, ...
248 mspcic0 at msiiep0      # PCI tree
249 pci0    at mspcic0
250 options         PCIVERBOSE
251 #options        PCI_CONFIG_DUMP # hangs reading IGA1682 config past offset 64
253 ebus*   at pci? dev ? function ?                # ebus devices
256 #### Standard system devices -- all required for a given architecture
258 # timer is part of ms-IIep PCIC
259 timer0  at msiiep0
261 ## ds1287 TOD clock at EBus
262 rtc*    at ebus?
264 #### Serial port configuration
266 ## NS16x50 serial chips and clones.
267 com*    at ebus?
270 #### Disk controllers and disks
272 ## A disk-like interface to files.  Can be used to create floppy, CD,
273 ## miniroot images, etc.
275 #pseudo-device  vnd     
276 #options        VND_COMPRESSION         # compressed vnd(4)
278 ## Memory disk device, used on boot floppies with compressed
279 ## kernel-plus-root-disk images.
281 #pseudo-device  md      1
284 #### Network interfaces
286 ## Happy Meal Ethernet
287 hme*            at pci? dev ? function ?        # network "hme" compatible
289 # MII/PHY support
290 qsphy*          at mii? phy ?           # Quality Semiconductor QS6612 PHYs
292 ## Loopback network interface; required
293 pseudo-device   loop
295 ## SLIP and CSLIP interfaces, for IP over a serial line.
296 #pseudo-device  sl              
298 ## PPP, the successor to SLIP.  See pppd(8).
299 #pseudo-device  ppp             
301 ## PPP over Ethernet (RFC 2516)
302 #pseudo-device  pppoe
304 ## Network "tunnel" device, allowing protocol stacks to run in the userland.
305 ## This is used by the third-party user-mode "ppp" program, and others.
306 #pseudo-device  tun             
307 #pseudo-device  tap                     # virtual Ethernet
309 ## Generic L3 over IP tunnel
310 #pseudo-device  gre                     # generic L3 over IP tunnel
312 ## Berkeley Packet Filter, required to run RARPD.  A generic C-language
313 ## interface that allows selective examining of incoming packets.
314 pseudo-device   bpfilter
316 #pseudo-device  carp                    # Common Address Redundancy Protocol
318 ## IP Filter, used in firewall and NAT applications.  See ipnat(8) for
319 ## one example of the use of the IP Filter.
320 #pseudo-device  ipfilter
322 ## for IPv6
323 #pseudo-device  gif                     # IPv[46] over IPv[46] tunnel (RFC1933)
324 #pseudo-device  faith                   # IPv[46] tcp relay translation i/f
325 #pseudo-device  stf                     # 6to4 IPv6 over IPv4 encapsulation
327 ## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
328 #pseudo-device  vlan
330 #### Audio and video devices
332 ## /dev/audio support
333 audiocs*        at ebus?                # SUNW,CS4231
334 audio*          at audiocs?
336 # wscons
337 pckbc*          at ebus?                # PC keyboard controller
338 pckbd*          at pckbc?               # PC keyboard
339 pms*            at pckbc?               # PS/2 mouse for wsmouse
340 igsfb*          at pci? dev ? function ?
341 wsdisplay*      at igsfb? console ?
342 wskbd*          at pckbd? console ?
343 wsmouse*        at pms? mux 0
346 #### Other device configuration
348 ## Pseudo ttys, required for network logins and programs like screen.
350 pseudo-device   pty                     # pseudo-terminals
352 ## Random device, used to implement /dev/random (a source of random noise),
353 ## and generate randomness for some kernel formulae.
355 pseudo-device   rnd
357 # a pseudo device needed for Coda       # also needs CODA (above)
358 #pseudo-device  vcoda           4       # coda minicache <-> venus comm.
360 # wscons pseudo-devices
361 pseudo-device   wsmux                   # mouse & keyboard multiplexor
362 pseudo-device   wsfont
364 pseudo-device   clockctl                # user control of clock subsystem
365 pseudo-device   ksyms                   # /dev/ksyms
366 pseudo-device   putter                  # for puffs and pud
368 #pseudo-device  pf                      # PF packet filter
369 #pseudo-device  pflog                   # PF log if
370 #pseudo-device  fss             4       # file system snapshot device
372 #options        FILEASSOC               # fileassoc(9)
374 # Veriexec
376 # a pseudo device needed for veriexec
377 #pseudo-device  veriexec                1
379 # Uncomment the fingerprint methods below that are desired. Note that
380 # removing fingerprint methods will have almost no impact on the kernel
381 # code size.
383 #options VERIFIED_EXEC_FP_RMD160
384 #options VERIFIED_EXEC_FP_SHA256
385 #options VERIFIED_EXEC_FP_SHA384
386 #options VERIFIED_EXEC_FP_SHA512
387 #options VERIFIED_EXEC_FP_SHA1
388 #options VERIFIED_EXEC_FP_MD5
390 #options PAX_MPROTECT=0                 # PaX mprotect(2) restrictions
391                                         # (for static binaries only for now)