1#
2# 	$NetBSD: LROUTER,v 1.57 2018/08/01 20:04:11 maxv Exp $
3# 	From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
4#
5# Kernel configuration file for LASER5 L-Router
6#
7
8include 	"arch/hpcmips/conf/std.hpcmips"
9
10#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
11
12maxusers	32
13
14options 	MIPS3			# R4000/R4400/R4600 CPUs
15
16# Support for specific models of H/PC MIPS
17makeoptions	CPUFLAGS="-mips3"	# CPU codegen options
18options 	MIPS3_4100		# VR4100 core
19options 	VR41XX			# NEC VR41xx series
20options 	VR4122			# NEC VR4122
21
22# Standard system options
23options 	DDB			# in-kernel debugger
24pseudo-device	ksyms
25#options 	DDB_ONPANIC=0		# don't enter debugger on panic
26#options 	KGDB			# remote debugger
27options 	DIAGNOSTIC		# extra kernel debugging checks
28#options 	DEBUG			# extra kernel debugging support
29#options 	VRGIUDEBUG_CONF=2	# debug GIU intr
30options 	KTRACE			# system call tracing support
31options 	MSGBUFSIZE=16384	# dmesg buffer size
32options 	USERCONF		# userconf(4) support
33#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
34#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
35
36## UVM options.
37#options 	UVM_PAGE_TRKOWN
38#options 	UVMHIST
39#options 	UVMHIST_PRINT	# Loud!
40
41#options 	SCSIVERBOSE		# human readable SCSI error messages
42
43options 	EPOCHYEAR=1970
44
45#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
46#options 	RTC_OFFSET=-540		# JST-9
47#options 	RTC_OFFSET=480		# PST8
48					# In NO RTC_OFFSET , inherit RTC_OFFSET
49					# from Windows CE.
50options 	NTP			# network time protocol
51
52#options 	WINCE_DEFAULT_SETTING	# Debugging use
53#options 	DUMP_GIU_LEVEL2_INTR	# Debugging use
54
55#options 	SYSCALL_DEBUG		# for debug
56
57#options 	VRRTCDEBUG
58#options 	VRRTCDEBUG_CONF=1
59
60# Filesystem options
61file-system 	FFS		# fast filesystem with user and group quotas
62#file-system 	EXT2FS		# second extended file system (linux)
63file-system 	MFS		# memory-based filesystem
64file-system 	NFS		# Sun NFS-compatible filesystem (client)
65#file-system	LFS		# Log-based filesystem (still experimental)
66file-system 	CD9660		# ISO 9660 + Rock Ridge file system
67file-system 	MSDOSFS		# MS-DOS file system
68#file-system 	FDESC		# /dev/fd
69file-system 	KERNFS		# /kern (kernel informational filesystem)
70#file-system 	NULLFS		# loopback file system
71#file-system 	OVERLAY		# overlay file system
72file-system 	PROCFS		# /proc
73#file-system 	UMAPFS		# NULLFS + uid and gid remapping
74file-system 	UNION
75file-system	PTYFS		# /dev/pts/N support
76
77options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
78options 	WAPBL		# File system journaling support
79#options 	QUOTA		# legacy UFS quotas
80#options 	QUOTA2		# new, in-filesystem UFS quotas
81#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
82
83# Networking options
84#options 	GATEWAY		# IP packet forwarding
85options 	INET		# IP + ICMP + TCP + UDP
86options 	INET6		# IPV6
87#options 	IPSEC		# IP security
88#options 	IPSEC_DEBUG	# debug for IP security
89#options 	MROUTING	# Multicast routing support
90#options 	PIM		# Protocol Independent Multicast
91
92# JIT compiler for bpfilter
93#options	SLJIT
94#options	BPFJIT
95
96# NetBSD backwards compatibility
97include 	"conf/compat_netbsd16.config"
98
99options 	NFS_BOOT_DHCP
100
101# compile options
102#makeoptions	DEFGP="-G 14"
103
104config		netbsd		root on ? type ?
105config		nfsnetbsd	root on ? type nfs
106
107
108# temporally power management
109hpcapm0	at mainbus0			# power management
110apmdev0	at hpcapm0			# APM
111
112vrip*	at mainbus0
113vrbcu*	at vrip? addr 0x0f000000 size 0x20
114vrcmu*	at vrip? addr 0x0f000060 size 0x20
115vrrtc*	at vrip? addr 0x0f000100 size 0x20 unit VRRTC
116
117options 	CONSPEED=115200
118com*	at vrip? addr 0x0f000800 size 0x20 unit VRSIU pwctl PWCTL_COM0
119vrgiu*	at vrip? addr 0x0f000140 size 0x20 unit VRGIU
120vrpmu*	at vrip? addr 0x0f0000c0 size 0x20 unit VRPMU # power switch
121#vrpiu*	at vrip? addr 0x0b000120 size 0x1a0 unit VRPIU
122#vrled*	at vrip? addr 0x0f000180 size 0x10 unit VRLED
123vrpciu*	at vrip? addr 0x0f000c00 size 0x200 unit VRPCIU
124
125hpcioman0 at vrgiu? platform LASER5_L_BOARD
126# bus 0, device 0, function 0	i82559 #0 LAN(eth0)
127hpcin*	at hpcioman0 evtype PCIINTR id PCIINTR_00_00_00 port 12 level 0 hold 0 connect 1
128# bus 0, device 1, function 0	i82559 #1 LAN(eth1)
129hpcin*	at hpcioman0 evtype PCIINTR id PCIINTR_00_01_00 port 13 level 0 hold 0 connect 1
130# bus 0, device 16, function 0	M1543C/M5229 (IDE controller)
131hpcin*	at hpcioman0 evtype PCIINTR id PCIINTR_00_16_00 port 11 level 1 hold 0 connect 1
132
133# PCI bus support
134#options 	MIIVERBOSE	# verbose PHY autoconfig messages
135options 	PCIVERBOSE
136pci*	at vrpciu?
137
138# PCI network interfaces
139fxp*	at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
140
141# MII/PHY support
142inphy*	at mii? phy ?			# Intel 82555 PHYs
143
144# IDE and related devices
145aceride* at pci? dev ? function ?	# Acer Lab IDE controllers
146
147# ATA (IDE) bus support
148atabus* at ata?
149
150# IDE drives
151#wd*	at atabus? drive ? flags 0x0ffa	# PIO mode 2
152wd*	at atabus? drive ? flags 0x0ffb	# PIO mode 3
153#wd*	at atabus? drive ? flags 0x0ff0	# PIO mode 4
154#wd*	at atabus? drive ? flags 0x0000	# UDMA mode 2
155
156# ATAPI bus support
157atapibus* at atapi?
158
159# ATAPI devices
160cd*	at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives
161sd*	at atapibus? drive ? flags 0x0ff0 # ATAPI disk drives
162st*	at atapibus? drive ? flags 0x0ff0 # ATAPI tape drives
163
164pseudo-device	loop			# network loopback
165pseudo-device	ppp			# serial-line IP ports
166pseudo-device	pty			# pseudo-terminals
167pseudo-device	bpfilter		# packet filter ports
168pseudo-device	npf			# NPF packet filter
169
170pseudo-device	vnd			# virtual disk ick
171#pseudo-device	ccd			# concatenated disks
172#pseudo-device	fss			# file system snapshot device
173pseudo-device	clockctl		# user control of clock subsystem
174
175#pseudo-device	biconsdev	1	# build-in console device
176#pseudo-device	wsmux			# mouse & keyboard multiplexor
177#options 	MEMORY_DISK_HOOKS
178#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
179#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
180#options 	MEMORY_DISK_DYNAMIC	# fs image don't exist in data section.
181pseudo-device	md			# memory disk device (ramdisk)
182
183#pseudo-device	raid			# RAIDframe disk driver
184#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
185
186# for IPv6
187pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
188#pseudo-device	faith			# IPv[46] tcp relay translation i/f
189pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
190
191## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
192pseudo-device	vlan
193