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