xref: /netbsd-src/sys/arch/hpcmips/conf/LCARD (revision ce0411ffa783c0e92e8461b655f603a2be9dc604)
1f8bc0014Sigy#
2*ce0411ffSuebayasi# 	$NetBSD: LCARD,v 1.17 2015/08/30 14:06:17 uebayasi Exp $
3f8bc0014Sigy#
4f8bc0014Sigyinclude		"arch/hpcmips/conf/std.lcard"
5f8bc0014Sigy
6f8bc0014Sigy#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
7f68a9f1fSatatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
8f8bc0014Sigy
9f8bc0014Sigymaxusers	8
10f8bc0014Sigy
11f8bc0014Sigy#options		VRRTCDEBUG	# Debugging use
12f8bc0014Sigy#options		VRRTCDEBUG_CONF=1	# Debugging use
13f8bc0014Sigy
14f8bc0014Sigyoptions		DEBUG
15f8bc0014Sigyoptions		DIAGNOSTIC
16f8bc0014Sigyoptions		VRCMU_VERBOSE
17f8bc0014Sigy
18f8bc0014Sigyoptions		MEMSIZE=16		# memory size, in MB
19f8bc0014Sigy
20f8bc0014Sigyoptions 	MEMORY_DISK_HOOKS
21f8bc0014Sigyoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
22f8bc0014Sigyoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
23f8bc0014Sigyoptions 	MEMORY_DISK_ROOT_SIZE=8192	# Size in blocks
2492ae85d1Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
25f8bc0014Sigy
26f8bc0014Sigyoptions 	DDB			# in-kernel debugger
277fe7089aSuebayasipseudo-device	ksyms
28f8bc0014Sigy
29f8bc0014Sigy#options 	WINCE_DEFAULT_SETTING	# Debugging use
30f8bc0014Sigyoptions 	DUMP_GIU_LEVEL2_INTR	# Debugging use
31f8bc0014Sigy#options 	DEBUG_FIND_PCIC		# Debugging use XXX harmful don't define until read source.
32f8bc0014Sigy#options 	DEBUG_FIND_PCIC_I82365SL_ONLY
33f8bc0014Sigy
34f8bc0014Sigyfile-system 	FFS		# fast filesystem with user and group quotas
35ff9b47d6Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
36f8bc0014Sigyoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
3730fc143aSchristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
38f8bc0014Sigy
39f8bc0014Sigyoptions 	INET		# IP + ICMP + TCP + UDP
40f8bc0014Sigy
41e25150d4Salnsn# JIT compiler for bpfilter
42e25150d4Salnsn#options	SLJIT
43e25150d4Salnsn#options	BPFJIT
44e25150d4Salnsn
45f8bc0014Sigy# compile options
4634a32ca0Sigy#makeoptions	DEFGP="-G 18"
47f8bc0014Sigy
48f8bc0014Sigyconfig		netbsd		root on ? type ?
49f8bc0014Sigy
50f8bc0014Sigyvr4181giu*	at vr4181ip? addr 0x0b000300 size 0x100 unit VRGIU
51f8bc0014Sigyvr4181aiu*	at vr4181ip? unit VRAIU
52f8bc0014Sigy
53f8bc0014Sigy# must reserve isa mem 0x0-0x100000 and isa I/O 0x0-0x10000 for ECU
54f8bc0014Sigyvrisab*	at vr4181giu? isamemoffset 0x100000 isaportoffset 0x10000
55f8bc0014Sigyisa*	at vrisab?
56f8bc0014Sigy
57f8bc0014Sigycom1	at vr4181ip? addr 0x0c000000 size 0x10 unit VRSIU
58f8bc0014Sigypcic0	at vr4181ip? addr 0x0b0008e0 unit VRECU
59f8bc0014Sigy
60f8bc0014Sigy#
61f8bc0014Sigy# hpcmips isa? bus irq locator means:
62f8bc0014Sigy#
63f8bc0014Sigy# 0x0000000f ISA IRQ#
64f8bc0014Sigy# 0x00ff0000 GPIO port#
65f8bc0014Sigy# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
66f8bc0014Sigy# 0x02000000 interrupt detection level		(1:low /0:high	)
67f8bc0014Sigy# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
68f8bc0014Sigy# 0x08000000 interrupt rising edge		(1:use /0:nouse )
69f8bc0014Sigy# 0x10000000 interrupt falling edge		(1:use /0:nouse )
70f8bc0014Sigy
71f8bc0014Sigycs0	at isa? port 0x300 irq 0x0d04000a	# CS8900 Ethernet
72f8bc0014Sigypcmcia*	at pcic? controller 0 socket 0
73f8bc0014Sigy
74f8bc0014Sigywi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
75f8bc0014Sigy
7617bee7a3Sahokavrflash0	at vr4181ip? addr 0x1f800000 size 0x800000
7717bee7a3Sahokavrflash1	at vr4181ip? addr 0x1e000000 size 0x800000
78f8bc0014Sigy
79afdfce8eShannkenpseudo-device	md			# memory disk device (ramdisk)
80f8bc0014Sigy
81f8bc0014Sigy# network pseudo-devices
82e1c6b6edSrpaulopseudo-device	bpfilter		# Berkeley packet filter
83f8bc0014Sigypseudo-device	loop			# network loopback
84