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