LROUTER revision 1.2
11.1Sshin#
21.2Stakemura# 	$NetBSD: LROUTER,v 1.2 2002/01/26 10:24:58 takemura Exp $
31.1Sshin# 	From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
41.1Sshin#
51.1Sshin# Kernel configuration file for LASER5 L-Router
61.1Sshin#
71.1Sshin
81.1Sshininclude		"arch/hpcmips/conf/std.hpcmips"
91.1Sshin
101.1Sshinmaxusers	32
111.1Sshin
121.1Sshinoptions 	MIPS3			# R4000/R4400/R4600 CPUs
131.1Sshin
141.1Sshin# Support for specific models of H/PC MIPS
151.1Sshinoptions 	MIPS3_4100		# VR4100 core
161.1Sshinoptions 	VR41XX			# NEC VR41xx series
171.1Sshinoptions 	VR4122			# NEC VR4122
181.1Sshinoptions 	MIPS3_L2CACHE_ABSENT
191.1Sshin
201.1Sshin# Standard system options
211.1Sshinoptions 	DDB			# in-kernel debugger
221.1Sshin#options 	DDB_ONPANIC=0		# don't enter debugger on panic
231.1Sshin#options 	KGDB			# remote debugger
241.1Sshinoptions 	DIAGNOSTIC		# extra kernel debugging checks
251.1Sshin#options 	DEBUG			# extra kernel debugging support
261.1Sshin#options 	VRGIUDEBUG_CONF=2	# debug GIU intr
271.1Sshinoptions 	KTRACE			# system call tracing support
281.1Sshinoptions 	MSGBUFSIZE=16384	# dmesg buffer size
291.1Sshin
301.1Sshin## UVM options.
311.1Sshin#options 	UVM_PAGE_TRKOWN
321.1Sshin#options 	UVMHIST
331.1Sshin#options 	UVMHIST_PRINT	# Loud!
341.1Sshin
351.1Sshin#options 	SCSIVERBOSE		# human readable SCSI error messages
361.1Sshin
371.1Sshinoptions 	YBASE=2000
381.1Sshinoptions 	EPOCHYEAR=1970
391.1Sshin
401.1Sshin#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
411.1Sshin#options 	RTC_OFFSET=-540		# JST-9
421.1Sshin#options 	RTC_OFFSET=480		# PST8
431.1Sshin					# In NO RTC_OFFSET , inherit RTC_OFFSET
441.1Sshin					# from Windows CE.
451.1Sshinoptions 	NTP			# network time protocol
461.1Sshin#options 	UCONSOLE		# users can redirect console (unsafe)
471.1Sshin
481.1Sshin#options 	WINCE_DEFAULT_SETTING	# Debugging use
491.1Sshin#options 	DUMP_GIU_LEVEL2_INTR	# Debugging use
501.1Sshin
511.1Sshin#options 	SYSCALL_DEBUG		# for debug
521.1Sshin
531.1Sshin#options 	VRRTCDEBUG
541.1Sshin#options 	VRRTCDEBUG_CONF=1
551.1Sshin
561.1Sshin# Filesystem options
571.1Sshinfile-system 	FFS		# fast filesystem with user and group quotas
581.1Sshin#file-system 	EXT2FS		# second extended file system (linux)
591.1Sshinfile-system 	MFS		# memory-based filesystem
601.1Sshinfile-system 	NFS		# Sun NFS-compatible filesystem (client)
611.1Sshin#file-system	LFS		# Log-based filesystem (still experimental)
621.1Sshinfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
631.1Sshinfile-system 	MSDOSFS		# MS-DOS file system
641.1Sshin#file-system 	FDESC		# /dev/fd
651.1Sshinfile-system 	KERNFS		# /kern (kernel informational filesystem)
661.1Sshin#file-system 	NULLFS		# loopback file system
671.1Sshin#file-system 	OVERLAY		# overlay file system
681.1Sshin#file-system 	PORTAL		# portal filesystem (still experimental)
691.1Sshinfile-system 	PROCFS		# /proc
701.1Sshin#file-system 	UMAPFS		# NULLFS + uid and gid remapping
711.1Sshinfile-system 	UNION
721.1Sshin
731.1Sshinoptions 	NFSSERVER	# Sun NFS-compatible filesystem (server)
741.1Sshinoptions 	SOFTDEP		# FFS soft updates support.
751.1Sshin#options 	QUOTA		# UFS quotas
761.1Sshinoptions 	VNODE_OP_NOINLINE # don't inline vnode op calls
771.1Sshin
781.1Sshin# Networking options
791.1Sshin#options 	GATEWAY		# IP packet forwarding
801.1Sshinoptions 	INET		# IP + ICMP + TCP + UDP
811.1Sshinoptions 	INET6		# IPV6
821.1Sshin#options 	IPSEC		# IP security
831.1Sshin#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
841.1Sshin#options 	IPSEC_DEBUG	# debug for IP security
851.1Sshin#options 	MROUTING	# Multicast routing support
861.1Sshin#options 	ISO		# OSI networking
871.1Sshin#options 	TPIP		# TPIP
881.1Sshin#options 	EON		# OSI tunneling over IP
891.1Sshin#options 	CCITT,LLC,HDLC	# X.25
901.1Sshin
911.1Sshin# NetBSD backwards compatibility
921.1Sshinoptions 	COMPAT_43
931.1Sshin
941.1Sshinoptions 	NFS_BOOT_DHCP
951.2Stakemura
961.2Stakemura# compile options
971.2Stakemuramakeoptions	DEFGP="-G 18"
981.1Sshin
991.1Sshinconfig		netbsd		root on ? type ?
1001.1Sshinconfig		nfsnetbsd	root on ? type nfs
1011.1Sshin
1021.1Sshin
1031.1Sshin# temporally power management
1041.1Sshinhpcapm0	at mainbus0			# power management
1051.1Sshinapmdev0	at hpcapm0			# APM
1061.1Sshin
1071.1Sshinvrip*	at mainbus0
1081.1Sshinvrbcu*	at vrip? addr 0x0f000000 size 0x20
1091.1Sshinvrcmu*	at vrip? addr 0x0f000060 size 0x20
1101.1Sshinvrrtc*	at vrip? addr 0x0f000100 size 0x20 intr 2
1111.1Sshin
1121.1Sshinoptions 	CONSPEED=115200
1131.1Sshincom*	at vrip? addr 0x0f000800 size 0x20 intr 9 pwctl PWCTL_COM0
1141.1Sshinvrgiu*	at vrip? addr 0x0f000140 size 0x20 intr 8
1151.1Sshinvrpmu*	at vrip? addr 0x0f0000c0 size 0x20 intr 1 # power switch
1161.1Sshin#vrpiu*	at vrip? addr 0x0b000120 size 0x1a0 intr 5
1171.1Sshin#vrled*	at vrip? addr 0x0f000180 size 0x10 intr 17
1181.1Sshinvrpciu*	at vrip? addr 0x0f000c00 size 0x200 intr 22
1191.1Sshin
1201.1Sshinhpcioman0 at vrgiu? platform LASER5_L_BOARD
1211.1Sshin# bus 0, device 0, function 0	i82559 #0 LAN(eth0)
1221.1Sshinhpcin*	at hpcioman0 evtype PCIINTR id PCIINTR_00_00_00 port 12 level 0 hold 0 connect 1
1231.1Sshin# bus 0, device 1, function 0	i82559 #1 LAN(eth1)
1241.1Sshinhpcin*	at hpcioman0 evtype PCIINTR id PCIINTR_00_01_00 port 13 level 0 hold 0 connect 1
1251.1Sshin# bus 0, device 16, function 0	M1543C/M5229 (IDE controller)
1261.1Sshinhpcin*	at hpcioman0 evtype PCIINTR id PCIINTR_00_16_00 port 11 level 1 hold 0 connect 1
1271.1Sshin
1281.1Sshin# PCI bus support
1291.1Sshin#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1301.1Sshinoptions 	PCIVERBOSE
1311.1Sshinpci*	at vrpciu?
1321.1Sshin
1331.1Sshin# PCI network interfaces
1341.1Sshinfxp*	at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
1351.1Sshin
1361.1Sshin# MII/PHY support
1371.1Sshininphy*	at mii? phy ?			# Intel 82555 PHYs
1381.1Sshin
1391.1Sshin# IDE and related devices
1401.1Sshinpciide* at pci? dev ? function ? flags 0x0000
1411.1Sshin
1421.1Sshin# IDE drives
1431.1Sshin#wd*	at pciide? channel ? drive ? flags 0x0ffa	# PIO mode 2
1441.1Sshinwd*	at pciide? channel ? drive ? flags 0x0ffb	# PIO mode 3
1451.1Sshin#wd*	at pciide? channel ? drive ? flags 0x0ff0	# PIO mode 4
1461.1Sshin#wd*	at pciide? channel ? drive ? flags 0x0000	# UDMA mode 2
1471.1Sshin
1481.1Sshin# ATAPI bus support
1491.1Sshinatapibus* at pciide? channel ?
1501.1Sshin
1511.1Sshin# ATAPI devices
1521.1Sshincd*	at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives
1531.1Sshinsd*	at atapibus? drive ? flags 0x0ff0 # ATAPI disk drives
1541.1Sshinst*	at atapibus? drive ? flags 0x0ff0 # ATAPI tape drives
1551.1Sshin
1561.1Sshinpseudo-device	loop		1	# network loopback
1571.1Sshinpseudo-device	ppp		2	# serial-line IP ports
1581.1Sshinpseudo-device	pty			# pseudo-terminals
1591.1Sshinpseudo-device	bpfilter	16	# packet filter ports
1601.1Sshinpseudo-device	ipfilter		# IP filter, NAT
1611.1Sshin
1621.1Sshinpseudo-device	vnd		4	# virtual disk ick
1631.1Sshin#pseudo-device	ccd		4	# concatenated disks
1641.1Sshinpseudo-device	rnd			# /dev/random and in-kernel generator
1651.1Sshin
1661.1Sshin#pseudo-device	biconsdev	1	# build-in console device
1671.1Sshin#pseudo-device	wsmux			# mouse & keyboard multiplexor
1681.1Sshin#options 	MEMORY_DISK_HOOKS
1691.1Sshin#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
1701.1Sshin#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
1711.1Sshin#options 	MEMORY_DISK_DYNAMIC	# fs image don't exist in data section.
1721.1Sshinpseudo-device	md		1	# memory disk device (ramdisk)
1731.1Sshin
1741.1Sshin#pseudo-device	raid		4	# RAIDframe disk driver
1751.1Sshin#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1761.1Sshin
1771.1Sshin# for IPv6
1781.1Sshinpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1791.1Sshin#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1801.1Sshin#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1811.1Sshin
1821.1Sshin## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
1831.1Sshinpseudo-device	vlan
184