11.32Schristos#	$NetBSD: VIRTEX_GSRD1,v 1.32 2024/01/29 18:27:12 christos Exp $
21.1Sfreza#
31.1Sfreza# VIRTEX_GSRD1
41.1Sfreza#
51.1Sfreza# 	Xilinx Gigabit System Reference Design version 1, ML403, Virtex 4 FX
61.1Sfreza
71.28Smrginclude 	"arch/evbppc/conf/std.virtex"
81.1Sfreza
91.1Sfreza#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
101.1Sfreza#ident 		"VIRTEX_GSRD1"
111.1Sfreza
121.1Sfrezamaxusers	32
131.1Sfreza
141.1Sfrezaoptions 	PHYSMEM="64" 		# RAM size (MB)
151.1Sfrezaoptions 	CPUFREQ="300" 		# core frequency (MHz)
161.1Sfreza
171.1Sfrezaoptions 	DESIGN_GSRD1 		# FPGA design
181.1Sfrezaoptions 	IDCR_BASE=0x100 	# Internal DCR bus
191.1Sfrezaoptions 	DCR_XINTC_BASE=0x03f0 	# Where XINTC lives on DCR
201.1Sfreza
211.1Sfrezaoptions 	UVMHIST
221.1Sfreza#options 	UVMHIST_PRINT
231.1Sfreza
241.1Sfreza# Options necessary to use MD
251.1Sfreza#options 	MEMORY_DISK_HOOKS
261.1Sfreza#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
271.1Sfreza#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
281.1Sfreza#options 	MEMORY_DISK_ROOT_SIZE=6300 # size of memory disk, in blocks
291.1Sfreza
301.1Sfreza#options 	INSECURE	# disable kernel security levels
311.1Sfreza#options 	NTP		# NTP phase/frequency locked loop
321.1Sfreza#options 	KTRACE		# system call tracing via ktrace(1)
331.1Sfreza
341.1Sfreza#options 	SYSVMSG		# System V message queues
351.1Sfreza#options 	SYSVSEM		# System V semaphores
361.1Sfreza#options 	SYSVSHM		# System V shared memory
371.1Sfreza
381.1Sfreza#options 	USERCONF	# userconf(4) support
391.1Sfreza#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
401.1Sfreza#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
411.1Sfreza
421.1Sfreza# Diagnostic/debugging support options
431.1Sfrezaoptions 	DIAGNOSTIC	# cheap kernel consistency checks
441.1Sfrezaoptions 	DEBUG		# expensive debugging checks/support
451.1Sfrezaoptions 	DDB		# in-kernel debugger
461.26Suebayasipseudo-device	ksyms
471.1Sfrezaoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
481.1Sfrezaoptions 	TRAP_PANICWAIT
491.23Sjoergmakeoptions	COPY_SYMTAB=1	# size for embedded symbol table
501.1Sfrezaoptions 	MBUFTRACE 	# track mbuf leaks
511.1Sfreza
521.1Sfrezamakeoptions	DEBUG="-g"	# compile full symbol table
531.1Sfreza
541.1Sfreza# Compatibility options
551.28Smrginclude 	"conf/compat_netbsd30.config"
561.1Sfreza#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
571.1Sfreza
581.1Sfreza# File systems
591.1Sfrezafile-system 	FFS		# UFS
601.1Sfrezafile-system 	EXT2FS		# second extended file system (linux)
611.1Sfreza#file-system 	LFS		# log-structured file system
621.1Sfrezafile-system 	MFS		# memory file system
631.1Sfrezafile-system 	NFS		# Network File System client
641.1Sfreza#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
651.1Sfrezafile-system 	MSDOSFS		# MS-DOS file system
661.1Sfrezafile-system 	FDESC		# /dev/fd
671.1Sfreza#file-system 	KERNFS		# /kern
681.1Sfreza#file-system 	NULLFS		# loopback file system
691.1Sfreza#file-system 	OVERLAY		# overlay file system
701.1Sfreza#file-system 	PROCFS		# /proc
711.1Sfreza#file-system 	UMAPFS		# NULLFS + uid and gid remapping
721.1Sfreza#file-system 	UNION		# union file system
731.1Sfrezafile-system	PTYFS		# /dev/pts/N support
741.1Sfrezafile-system 	TMPFS 		# virtual memory file system
751.1Sfreza
761.1Sfreza# File system options
771.31Ssimonboptions 	FFS_EI		# FFS Endian Independent support
781.31Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
791.11Sbouyeroptions 	QUOTA		# legacy UFS quotas
801.11Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
811.31Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
821.31Ssimonb#options 	UFS_EXTATTR	# Extended attribute support for UFS1
831.14Sdhollandoptions 	WAPBL		# File system journaling support
841.31Ssimonb#options 	NFSSERVER	# Network File System server
851.1Sfreza
861.1Sfrezaoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
871.1Sfreza
881.1Sfreza# Networking options
891.1Sfreza#options 	GATEWAY		# packet forwarding
901.1Sfrezaoptions 	INET		# IP + ICMP + TCP + UDP
911.1Sfrezaoptions 	INET6		# IPV6
921.1Sfreza#options 	IPSEC		# IP security
931.1Sfreza#options 	IPSEC_DEBUG	# debug for IP security
941.1Sfreza#options 	MROUTING	# IP multicast routing
951.1Sfreza#options 	PIM		# Protocol Independent Multicast
961.1Sfreza#options 	NETATALK	# AppleTalk networking protocols
971.1Sfrezaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
981.1Sfrezaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
991.1Sfrezaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1001.1Sfreza#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1011.1Sfreza
1021.1Sfreza# These options enable verbose messages for several subsystems.
1031.1Sfreza# Warning, these may compile large string tables into the kernel!
1041.1Sfreza#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1051.1Sfreza
1061.1Sfreza#
1071.1Sfreza# Workstation console options
1081.1Sfreza#
1091.1Sfrezaoptions 	WSEMUL_VT100
1101.1Sfrezaoptions 	WSEMUL_DEFAULT_FG=WSCOL_BLACK
1111.1Sfrezaoptions 	WSEMUL_DEFAULT_BG=WSCOL_LIGHT_WHITE
1121.15Sabsoptions 	WSDISPLAY_COMPAT_USL 	# wsconscfg VT handling
1131.1Sfreza#options 	WSDISPLAY_COMPAT_RAWKBD
1141.1Sfreza#options 	WSDISPLAY_DEFAULTSCREENS=4
1151.1Sfrezaoptions 	FONT_VT220L8x16
1161.1Sfreza
1171.1Sfreza# Kernel root file system and dump configuration.
1181.1Sfreza#config		netbsd	root on ? type ?
1191.1Sfrezaconfig		netbsd	root on temac0 type nfs
1201.1Sfreza
1211.1Sfreza#
1221.1Sfreza# Device configuration
1231.1Sfreza#
1241.1Sfreza
1251.1Sfrezaplb0 		at root 		# Processor Local Bus
1261.1Sfrezacpu0 		at plb? 		# Processor itself
1271.1Sfrezaxcvbus* 	at plb? 		# DCR bus
1281.1Sfrezatemac* 		at xcvbus? 		# Tri-Mode Ethernet MAC
1291.1Sfrezaxlcom* 		at xcvbus? 		# UartLite
1301.1Sfreza
1311.1Sfrezatft* 		at llbus?
1321.1Sfrezawsdisplay* 	at wsemuldisplaydev?
1331.1Sfreza
1341.1Sfreza# MII/PHY support
1351.1Sfrezamakphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
1361.1Sfrezaukphy*		at mii? phy ?		# generic unknown PHYs
1371.1Sfreza
1381.10Shannkenpseudo-device	md			# memory disk device
1391.1Sfrezapseudo-device	loop			# network loopback
1401.19Schristospseudo-device	bpfilter		# packet filter
1411.30Smaxvpseudo-device	npf			# NPF packet filter
1421.19Schristospseudo-device	ppp			# Point-to-Point Protocol
1431.19Schristospseudo-device	sl			# Serial Line IP
1441.1Sfrezapseudo-device	pty			# pseudo-terminals
1451.1Sfreza
1461.1Sfrezapseudo-device 	wsmux
1471.1Sfrezapseudo-device 	wsfont
148