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