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