summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/conf/LROUTER
blob: 89e0195a0084f85115d86f87b2f7abedc06b05c0 (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
#
# 	$NetBSD: LROUTER,v 1.57 2018/08/01 20:04:11 maxv Exp $
# 	From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
#
# Kernel configuration file for LASER5 L-Router
#

include 	"arch/hpcmips/conf/std.hpcmips"

#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary

maxusers	32

options 	MIPS3			# R4000/R4400/R4600 CPUs

# Support for specific models of H/PC MIPS
makeoptions	CPUFLAGS="-mips3"	# CPU codegen options
options 	MIPS3_4100		# VR4100 core
options 	VR41XX			# NEC VR41xx series
options 	VR4122			# NEC VR4122

# Standard system options
options 	DDB			# in-kernel debugger
pseudo-device	ksyms
#options 	DDB_ONPANIC=0		# don't enter debugger on panic
#options 	KGDB			# remote debugger
options 	DIAGNOSTIC		# extra kernel debugging checks
#options 	DEBUG			# extra kernel debugging support
#options 	VRGIUDEBUG_CONF=2	# debug GIU intr
options 	KTRACE			# system call tracing support
options 	MSGBUFSIZE=16384	# dmesg buffer size
options 	USERCONF		# userconf(4) support
#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel

## UVM options.
#options 	UVM_PAGE_TRKOWN
#options 	UVMHIST
#options 	UVMHIST_PRINT	# Loud!

#options 	SCSIVERBOSE		# human readable SCSI error messages

options 	EPOCHYEAR=1970

#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
#options 	RTC_OFFSET=-540		# JST-9
#options 	RTC_OFFSET=480		# PST8
					# In NO RTC_OFFSET , inherit RTC_OFFSET
					# from Windows CE.
options 	NTP			# network time protocol

#options 	WINCE_DEFAULT_SETTING	# Debugging use
#options 	DUMP_GIU_LEVEL2_INTR	# Debugging use

#options 	SYSCALL_DEBUG		# for debug

#options 	VRRTCDEBUG
#options 	VRRTCDEBUG_CONF=1

# Filesystem options
file-system 	FFS		# fast filesystem with user and group quotas
#file-system 	EXT2FS		# second extended file system (linux)
file-system 	MFS		# memory-based filesystem
file-system 	NFS		# Sun NFS-compatible filesystem (client)
#file-system	LFS		# Log-based filesystem (still experimental)
file-system 	CD9660		# ISO 9660 + Rock Ridge file system
file-system 	MSDOSFS		# MS-DOS file system
#file-system 	FDESC		# /dev/fd
file-system 	KERNFS		# /kern (kernel informational filesystem)
#file-system 	NULLFS		# loopback file system
#file-system 	OVERLAY		# overlay file system
file-system 	PROCFS		# /proc
#file-system 	UMAPFS		# NULLFS + uid and gid remapping
file-system 	UNION
file-system	PTYFS		# /dev/pts/N support

options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
options 	WAPBL		# File system journaling support
#options 	QUOTA		# legacy UFS quotas
#options 	QUOTA2		# new, in-filesystem UFS quotas
#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support

# Networking options
#options 	GATEWAY		# IP packet forwarding
options 	INET		# IP + ICMP + TCP + UDP
options 	INET6		# IPV6
#options 	IPSEC		# IP security
#options 	IPSEC_DEBUG	# debug for IP security
#options 	MROUTING	# Multicast routing support
#options 	PIM		# Protocol Independent Multicast

# JIT compiler for bpfilter
#options	SLJIT
#options	BPFJIT

# NetBSD backwards compatibility
include 	"conf/compat_netbsd16.config"

options 	NFS_BOOT_DHCP

# compile options
#makeoptions	DEFGP="-G 14"

config		netbsd		root on ? type ?
config		nfsnetbsd	root on ? type nfs


# temporally power management
hpcapm0	at mainbus0			# power management
apmdev0	at hpcapm0			# APM

vrip*	at mainbus0
vrbcu*	at vrip? addr 0x0f000000 size 0x20
vrcmu*	at vrip? addr 0x0f000060 size 0x20
vrrtc*	at vrip? addr 0x0f000100 size 0x20 unit VRRTC

options 	CONSPEED=115200
com*	at vrip? addr 0x0f000800 size 0x20 unit VRSIU pwctl PWCTL_COM0
vrgiu*	at vrip? addr 0x0f000140 size 0x20 unit VRGIU
vrpmu*	at vrip? addr 0x0f0000c0 size 0x20 unit VRPMU # power switch
#vrpiu*	at vrip? addr 0x0b000120 size 0x1a0 unit VRPIU
#vrled*	at vrip? addr 0x0f000180 size 0x10 unit VRLED
vrpciu*	at vrip? addr 0x0f000c00 size 0x200 unit VRPCIU

hpcioman0 at vrgiu? platform LASER5_L_BOARD
# bus 0, device 0, function 0	i82559 #0 LAN(eth0)
hpcin*	at hpcioman0 evtype PCIINTR id PCIINTR_00_00_00 port 12 level 0 hold 0 connect 1
# bus 0, device 1, function 0	i82559 #1 LAN(eth1)
hpcin*	at hpcioman0 evtype PCIINTR id PCIINTR_00_01_00 port 13 level 0 hold 0 connect 1
# bus 0, device 16, function 0	M1543C/M5229 (IDE controller)
hpcin*	at hpcioman0 evtype PCIINTR id PCIINTR_00_16_00 port 11 level 1 hold 0 connect 1

# PCI bus support
#options 	MIIVERBOSE	# verbose PHY autoconfig messages
options 	PCIVERBOSE
pci*	at vrpciu?

# PCI network interfaces
fxp*	at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B

# MII/PHY support
inphy*	at mii? phy ?			# Intel 82555 PHYs

# IDE and related devices
aceride* at pci? dev ? function ?	# Acer Lab IDE controllers

# ATA (IDE) bus support
atabus* at ata?

# IDE drives
#wd*	at atabus? drive ? flags 0x0ffa	# PIO mode 2
wd*	at atabus? drive ? flags 0x0ffb	# PIO mode 3
#wd*	at atabus? drive ? flags 0x0ff0	# PIO mode 4
#wd*	at atabus? drive ? flags 0x0000	# UDMA mode 2

# ATAPI bus support
atapibus* at atapi?

# ATAPI devices
cd*	at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives
sd*	at atapibus? drive ? flags 0x0ff0 # ATAPI disk drives
st*	at atapibus? drive ? flags 0x0ff0 # ATAPI tape drives

pseudo-device	loop			# network loopback
pseudo-device	ppp			# serial-line IP ports
pseudo-device	pty			# pseudo-terminals
pseudo-device	bpfilter		# packet filter ports
pseudo-device	npf			# NPF packet filter

pseudo-device	vnd			# virtual disk ick
#pseudo-device	ccd			# concatenated disks
#pseudo-device	fss			# file system snapshot device
pseudo-device	clockctl		# user control of clock subsystem

#pseudo-device	biconsdev	1	# build-in console device
#pseudo-device	wsmux			# mouse & keyboard multiplexor
#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_DYNAMIC	# fs image don't exist in data section.
pseudo-device	md			# memory disk device (ramdisk)

#pseudo-device	raid			# RAIDframe disk driver
#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components

# for IPv6
pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device	faith			# IPv[46] tcp relay translation i/f
pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation

## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
pseudo-device	vlan