Home | History | Annotate | Line # | Download | only in conf
NULLCONF revision 1.1
      1  1.1  takemura #
      2  1.1  takemura # 	$NetBSD: NULLCONF,v 1.1 1999/09/16 12:23:19 takemura Exp $
      3  1.1  takemura #
      4  1.1  takemura include		"arch/hpcmips/conf/std.hpcmips"
      5  1.1  takemura maxusers	8
      6  1.1  takemura options 	MIPS3			# R4000/R4400/R4600 CPUs
      7  1.1  takemura options 	VR41X1			# NEC VR41x1 series
      8  1.1  takemura options		MIPS3_L2CACHE_ABSENT
      9  1.1  takemura options 	DDB			# in-kernel debugger
     10  1.1  takemura options 	"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
     11  1.1  takemura 
     12  1.1  takemura options		WINCE_DEFAULT_SETTING # Debugging use
     13  1.1  takemura options		DUMP_GIU_LEVEL2_INTR  # Debugging use
     14  1.1  takemura options		DEBUG_FIND_PCIC       # Debugging use XXX harmful don't define until read source.
     15  1.1  takemura #options		DEBUG_FIND_PCIC_I82365SL_ONLY
     16  1.1  takemura 
     17  1.1  takemura file-system 	FFS             # fast filesystem with user and group quotas
     18  1.1  takemura options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     19  1.1  takemura config		netbsd		root on ? type ?
     20  1.1  takemura 
     21  1.1  takemura vrip*	at mainbus0
     22  1.1  takemura vrcmu*	at vrip? addr 0x0b000060 size 0x20
     23  1.1  takemura vrbcu*	at vrip? addr 0x0b000000 size 0x20
     24  1.1  takemura vrrtc*	at vrip? addr 0x0b0000c0 size 0x20 intr 2
     25  1.1  takemura vrkiu*  at vrip? addr 0x0b000180 size 0x20 intr 7
     26  1.1  takemura options __NO_SOFT_SERIAL_INTERRUPT
     27  1.1  takemura com*	at vrip? addr 0x0c000000 size 0x20 intr 9
     28  1.1  takemura vrgiu*	at vrip? addr 0x0b000100 size 0x20 intr 8
     29  1.1  takemura 
     30  1.1  takemura vrisab2 at vrgiu?
     31  1.1  takemura isa2	at vrisab2
     32  1.1  takemura 
     33  1.1  takemura pseudo-device	biconsdev	1	# build-in console device
     34  1.1  takemura 
     35