1 # 2 # $NetBSD: NULLCONF,v 1.20 2004/11/10 17:54:04 christos 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 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 28 29 # compile options 30 #makeoptions DEFGP="-G 18" 31 32 config netbsd root on ? type ? 33 34 vrisab2 at vrgiu? 35 isa2 at vrisab2 36 37 # Workstation Console attachments 38 bivideo0 at mainbus0 39 hpcfb* at bivideo0 40 wsdisplay* at hpcfb? 41 wskbd* at hpckbd? mux 1 42 wsmouse* at vrpiu? mux 0 43 44 pseudo-device biconsdev 1 # build-in console device 45 pseudo-device clockctl # user control of clock subsystem 46