Home | History | Annotate | Line # | Download | only in conf
LCARD revision 1.13
      1 #
      2 # 	$NetBSD: LCARD,v 1.13 2011/03/02 08:25:08 ahoka Exp $
      3 #
      4 include		"arch/hpcmips/conf/std.lcard"
      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 #options		VRRTCDEBUG	# Debugging use
     12 #options		VRRTCDEBUG_CONF=1	# Debugging use
     13 
     14 options		DEBUG
     15 options		DIAGNOSTIC
     16 options		VRCMU_VERBOSE
     17 
     18 options		MEMSIZE=16		# memory size, in MB
     19 
     20 options 	MEMORY_DISK_HOOKS
     21 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     22 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     23 options 	MEMORY_DISK_ROOT_SIZE=8192	# Size in blocks
     24 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     25 
     26 options 	DDB			# in-kernel debugger
     27 
     28 #options 	WINCE_DEFAULT_SETTING	# Debugging use
     29 options 	DUMP_GIU_LEVEL2_INTR	# Debugging use
     30 #options 	DEBUG_FIND_PCIC		# Debugging use XXX harmful don't define until read source.
     31 #options 	DEBUG_FIND_PCIC_I82365SL_ONLY
     32 #makeoptions	DEFWARNINGS=no	# override DEFWARNINGS?=yes
     33 
     34 file-system 	FFS		# fast filesystem with user and group quotas
     35 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     36 options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     37 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     38 
     39 options 	INET		# IP + ICMP + TCP + UDP
     40 
     41 # compile options
     42 #makeoptions	DEFGP="-G 18"
     43 
     44 config		netbsd		root on ? type ?
     45 
     46 vr4181giu*	at vr4181ip? addr 0x0b000300 size 0x100 unit VRGIU
     47 vr4181aiu*	at vr4181ip? unit VRAIU
     48 
     49 # must reserve isa mem 0x0-0x100000 and isa I/O 0x0-0x10000 for ECU
     50 vrisab*	at vr4181giu? isamemoffset 0x100000 isaportoffset 0x10000
     51 isa*	at vrisab?
     52 
     53 com1	at vr4181ip? addr 0x0c000000 size 0x10 unit VRSIU
     54 pcic0	at vr4181ip? addr 0x0b0008e0 unit VRECU
     55 
     56 #
     57 # hpcmips isa? bus irq locator means:
     58 #
     59 # 0x0000000f ISA IRQ#
     60 # 0x00ff0000 GPIO port#
     61 # 0x01000000 interrupt signal hold/through	(1:hold/0:though)
     62 # 0x02000000 interrupt detection level		(1:low /0:high	)
     63 # 0x04000000 interrupt detection trigger	(1:edge/0:level	)
     64 # 0x08000000 interrupt rising edge		(1:use /0:nouse )
     65 # 0x10000000 interrupt falling edge		(1:use /0:nouse )
     66 
     67 cs0	at isa? port 0x300 irq 0x0d04000a	# CS8900 Ethernet
     68 pcmcia*	at pcic? controller 0 socket 0
     69 
     70 wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
     71 
     72 vrflash0	at vr4181ip? addr 0x1f800000 size 0x800000
     73 vrflash1	at vr4181ip? addr 0x1e000000 size 0x800000
     74 
     75 pseudo-device	md			# memory disk device (ramdisk)
     76 pseudo-device	rnd			# /dev/random and in-kernel generator
     77 
     78 # network pseudo-devices
     79 pseudo-device	bpfilter		# Berkeley packet filter
     80 pseudo-device	loop			# network loopback
     81