LCARD revision 1.12
11.1Sigy#
21.12Shannken# 	$NetBSD: LCARD,v 1.12 2010/11/23 11:13:59 hannken Exp $
31.1Sigy#
41.1Sigyinclude		"arch/hpcmips/conf/std.lcard"
51.1Sigy
61.1Sigy#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
71.3Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
81.1Sigy
91.1Sigymaxusers	8
101.1Sigy
111.1Sigy#options		VRRTCDEBUG	# Debugging use
121.1Sigy#options		VRRTCDEBUG_CONF=1	# Debugging use
131.1Sigy
141.1Sigyoptions		DEBUG
151.1Sigyoptions		DIAGNOSTIC
161.1Sigyoptions		VRCMU_VERBOSE
171.1Sigy
181.1Sigyoptions		MEMSIZE=16		# memory size, in MB
191.1Sigy
201.1Sigyoptions 	MEMORY_DISK_HOOKS
211.1Sigyoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
221.1Sigyoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
231.10Sjymoptions 	MEMORY_DISK_ROOT_SIZE=8192	# Size in blocks
241.11Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
251.1Sigy
261.1Sigyoptions 	DDB			# in-kernel debugger
271.1Sigy
281.1Sigy#options 	WINCE_DEFAULT_SETTING	# Debugging use
291.1Sigyoptions 	DUMP_GIU_LEVEL2_INTR	# Debugging use
301.1Sigy#options 	DEBUG_FIND_PCIC		# Debugging use XXX harmful don't define until read source.
311.1Sigy#options 	DEBUG_FIND_PCIC_I82365SL_ONLY
321.1Sigy#makeoptions	DEFWARNINGS=no	# override DEFWARNINGS?=yes
331.1Sigy
341.1Sigyfile-system 	FFS		# fast filesystem with user and group quotas
351.8Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
361.1Sigyoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
371.4Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
381.1Sigy
391.1Sigyoptions 	INET		# IP + ICMP + TCP + UDP
401.1Sigy
411.1Sigy# compile options
421.2Sigy#makeoptions	DEFGP="-G 18"
431.1Sigy
441.1Sigyconfig		netbsd		root on ? type ?
451.1Sigy
461.1Sigyvr4181giu*	at vr4181ip? addr 0x0b000300 size 0x100 unit VRGIU
471.1Sigyvr4181aiu*	at vr4181ip? unit VRAIU
481.1Sigy
491.1Sigy# must reserve isa mem 0x0-0x100000 and isa I/O 0x0-0x10000 for ECU
501.1Sigyvrisab*	at vr4181giu? isamemoffset 0x100000 isaportoffset 0x10000
511.1Sigyisa*	at vrisab?
521.1Sigy
531.1Sigycom1	at vr4181ip? addr 0x0c000000 size 0x10 unit VRSIU
541.1Sigypcic0	at vr4181ip? addr 0x0b0008e0 unit VRECU
551.1Sigy
561.1Sigy#
571.1Sigy# hpcmips isa? bus irq locator means:
581.1Sigy#
591.1Sigy# 0x0000000f ISA IRQ#
601.1Sigy# 0x00ff0000 GPIO port#
611.1Sigy# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
621.1Sigy# 0x02000000 interrupt detection level		(1:low /0:high	)
631.1Sigy# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
641.1Sigy# 0x08000000 interrupt rising edge		(1:use /0:nouse )
651.1Sigy# 0x10000000 interrupt falling edge		(1:use /0:nouse )
661.1Sigy
671.1Sigycs0	at isa? port 0x300 irq 0x0d04000a	# CS8900 Ethernet
681.1Sigypcmcia*	at pcic? controller 0 socket 0
691.1Sigy
701.1Sigywi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
711.1Sigy
721.1Sigyflash0	at vr4181ip? addr 0x1f800000 size 0x800000
731.1Sigyflash1	at vr4181ip? addr 0x1e000000 size 0x800000
741.1Sigy
751.12Shannkenpseudo-device	md			# memory disk device (ramdisk)
761.1Sigypseudo-device	rnd			# /dev/random and in-kernel generator
771.1Sigy
781.1Sigy# network pseudo-devices
791.9Srpaulopseudo-device	bpfilter		# Berkeley packet filter
801.1Sigypseudo-device	loop			# network loopback
81