1999-09-16 16:23:18 +04:00
|
|
|
#
|
1999-11-21 15:46:51 +03:00
|
|
|
# $NetBSD: NULLCONF,v 1.3 1999/11/21 12:46:51 shin Exp $
|
1999-09-16 16:23:18 +04:00
|
|
|
#
|
|
|
|
include "arch/hpcmips/conf/std.hpcmips"
|
|
|
|
maxusers 8
|
|
|
|
options MIPS3 # R4000/R4400/R4600 CPUs
|
|
|
|
options VR41X1 # NEC VR41x1 series
|
1999-09-25 04:03:22 +04:00
|
|
|
options MIPS3_4100 # VR4100 core
|
|
|
|
options SOFTFLOAT # No FPU
|
1999-09-16 16:23:18 +04:00
|
|
|
options MIPS3_L2CACHE_ABSENT
|
|
|
|
options DDB # in-kernel debugger
|
|
|
|
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
|
|
|
|
|
|
|
options WINCE_DEFAULT_SETTING # Debugging use
|
|
|
|
options DUMP_GIU_LEVEL2_INTR # Debugging use
|
|
|
|
options DEBUG_FIND_PCIC # Debugging use XXX harmful don't define until read source.
|
|
|
|
#options DEBUG_FIND_PCIC_I82365SL_ONLY
|
|
|
|
|
|
|
|
file-system FFS # fast filesystem with user and group quotas
|
|
|
|
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
|
|
|
|
vrip* at mainbus0
|
|
|
|
vrcmu* at vrip? addr 0x0b000060 size 0x20
|
|
|
|
vrbcu* at vrip? addr 0x0b000000 size 0x20
|
|
|
|
vrrtc* at vrip? addr 0x0b0000c0 size 0x20 intr 2
|
|
|
|
vrkiu* at vrip? addr 0x0b000180 size 0x20 intr 7
|
|
|
|
options __NO_SOFT_SERIAL_INTERRUPT
|
|
|
|
com* at vrip? addr 0x0c000000 size 0x20 intr 9
|
|
|
|
vrgiu* at vrip? addr 0x0b000100 size 0x20 intr 8
|
|
|
|
|
|
|
|
vrisab2 at vrgiu?
|
|
|
|
isa2 at vrisab2
|
|
|
|
|
1999-11-21 15:46:51 +03:00
|
|
|
# Workstation Console attachments
|
|
|
|
fb* at mainbus0
|
|
|
|
wsdisplay* at fb?
|
|
|
|
wskbd* at vrkiu? mux 1
|
1999-09-16 16:23:18 +04:00
|
|
|
|
1999-11-21 15:46:51 +03:00
|
|
|
pseudo-device biconsdev 1 # build-in console device
|