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