1#
2#         $NetBSD: NULLCONF,v 1.24 2015/08/30 14:06:17 uebayasi Exp $
3#
4include             "arch/hpcmips/conf/std.hpcmips"
5
6#options  INCLUDE_CONFIG_FILE # embed config file in kernel binary
7#options  SYSCTL_INCLUDE_DESCR          # Include sysctl descriptions in kernel
8
9maxusers  8
10
11include             "arch/hpcmips/conf/std.hpcmips.vr41"
12makeoptions         CPUFLAGS="-mips2"   # CPU codegen options
13options   VR4102                        # NEC VR4102
14options   VR4111                        # NEC VR4111
15options   VR4121                        # NEC VR4121
16
17options   DDB                           # in-kernel debugger
18pseudo-device       ksyms
19
20options   WINCE_DEFAULT_SETTING         # Debugging use
21options   DUMP_GIU_LEVEL2_INTR          # Debugging use
22options   DEBUG_FIND_PCIC               # Debugging use XXX harmful don't define until read source.
23#options  DEBUG_FIND_PCIC_I82365SL_ONLY
24
25file-system         FFS                 # fast filesystem with user and group quotas
26options   FFS_NO_SNAPSHOT     # No FFS snapshot support
27options   COMPAT_386BSD_MBRPART # recognize old partition ID
28options             COMPAT_BSDPTY       # /dev/[pt]ty?? ptys.
29
30# compile options
31#makeoptions        DEFGP="-G 18"
32
33config              netbsd              root on ? type ?
34
35vrisab2 at vrgiu?
36isa2      at vrisab2
37
38# Workstation Console attachments
39bivideo0  at        mainbus0
40hpcfb*              at        bivideo0
41wsdisplay*          at        hpcfb?
42wskbd*              at        hpckbd? mux 1
43wsmouse*  at        vrpiu? mux 0
44
45pseudo-device       biconsdev 1         # build-in console device
46pseudo-device       clockctl            # user control of clock subsystem
47