1 # 2 # $NetBSD: NULLCONF,v 1.19 2004/07/15 03:53:46 atatat 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 19 options WINCE_DEFAULT_SETTING # Debugging use 20 options DUMP_GIU_LEVEL2_INTR # Debugging use 21 options DEBUG_FIND_PCIC # Debugging use XXX harmful don't define until read source. 22 #options DEBUG_FIND_PCIC_I82365SL_ONLY 23 makeoptions DEFWARNINGS="no" # override DEFWARNINGS?=yes 24 25 file-system FFS # fast filesystem with user and group quotas 26 options COMPAT_386BSD_MBRPART # recognize old partition ID 27 28 # compile options 29 #makeoptions DEFGP="-G 18" 30 31 config netbsd root on ? type ? 32 33 vrisab2 at vrgiu? 34 isa2 at vrisab2 35 36 # Workstation Console attachments 37 bivideo0 at mainbus0 38 hpcfb* at bivideo0 39 wsdisplay* at hpcfb? 40 wskbd* at hpckbd? mux 1 41 wsmouse* at vrpiu? mux 0 42 43 pseudo-device biconsdev 1 # build-in console device 44 pseudo-device clockctl # user control of clock subsystem 45