Home | History | Annotate | Line # | Download | only in conf
VIRTEX_GSRD1 revision 1.31
      1 #	$NetBSD: VIRTEX_GSRD1,v 1.31 2022/08/07 02:52:25 simonb Exp $
      2 #
      3 # VIRTEX_GSRD1
      4 #
      5 # 	Xilinx Gigabit System Reference Design version 1, ML403, Virtex 4 FX
      6 
      7 include 	"arch/evbppc/conf/std.virtex"
      8 
      9 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     10 #ident 		"VIRTEX_GSRD1"
     11 
     12 maxusers	32
     13 
     14 options 	PHYSMEM="64" 		# RAM size (MB)
     15 options 	CPUFREQ="300" 		# core frequency (MHz)
     16 
     17 options 	DESIGN_GSRD1 		# FPGA design
     18 options 	IDCR_BASE=0x100 	# Internal DCR bus
     19 options 	DCR_XINTC_BASE=0x03f0 	# Where XINTC lives on DCR
     20 
     21 options 	UVMHIST
     22 #options 	UVMHIST_PRINT
     23 
     24 # Options necessary to use MD
     25 #options 	MEMORY_DISK_HOOKS
     26 #options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     27 #options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     28 #options 	MEMORY_DISK_ROOT_SIZE=6300 # size of memory disk, in blocks
     29 
     30 #options 	INSECURE	# disable kernel security levels
     31 #options 	NTP		# NTP phase/frequency locked loop
     32 #options 	KTRACE		# system call tracing via ktrace(1)
     33 
     34 #options 	SYSVMSG		# System V message queues
     35 #options 	SYSVSEM		# System V semaphores
     36 #options 	SYSVSHM		# System V shared memory
     37 
     38 #options 	USERCONF	# userconf(4) support
     39 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     40 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     41 
     42 # Diagnostic/debugging support options
     43 options 	DIAGNOSTIC	# cheap kernel consistency checks
     44 options 	DEBUG		# expensive debugging checks/support
     45 options 	DDB		# in-kernel debugger
     46 pseudo-device	ksyms
     47 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     48 options 	TRAP_PANICWAIT
     49 makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
     50 options 	MBUFTRACE 	# track mbuf leaks
     51 
     52 makeoptions	DEBUG="-g"	# compile full symbol table
     53 
     54 # Compatibility options
     55 include 	"conf/compat_netbsd30.config"
     56 #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     57 
     58 # File systems
     59 file-system 	FFS		# UFS
     60 file-system 	EXT2FS		# second extended file system (linux)
     61 #file-system 	LFS		# log-structured file system
     62 file-system 	MFS		# memory file system
     63 file-system 	NFS		# Network File System client
     64 #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     65 file-system 	MSDOSFS		# MS-DOS file system
     66 file-system 	FDESC		# /dev/fd
     67 #file-system 	KERNFS		# /kern
     68 #file-system 	NULLFS		# loopback file system
     69 #file-system 	OVERLAY		# overlay file system
     70 #file-system 	PROCFS		# /proc
     71 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     72 #file-system 	UNION		# union file system
     73 file-system	PTYFS		# /dev/pts/N support
     74 file-system 	TMPFS 		# virtual memory file system
     75 
     76 # File system options
     77 options 	FFS_EI		# FFS Endian Independent support
     78 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     79 options 	QUOTA		# legacy UFS quotas
     80 options 	QUOTA2		# new, in-filesystem UFS quotas
     81 #options 	UFS_DIRHASH	# UFS Large Directory Hashing
     82 #options 	UFS_EXTATTR	# Extended attribute support for UFS1
     83 options 	WAPBL		# File system journaling support
     84 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     85 				# immutable) behave as system flags.
     86 #options 	NFSSERVER	# Network File System server
     87 
     88 options 	NFS_BOOT_DHCP	# Support DHCP NFS root
     89 
     90 # Networking options
     91 #options 	GATEWAY		# packet forwarding
     92 options 	INET		# IP + ICMP + TCP + UDP
     93 options 	INET6		# IPV6
     94 #options 	IPSEC		# IP security
     95 #options 	IPSEC_DEBUG	# debug for IP security
     96 #options 	MROUTING	# IP multicast routing
     97 #options 	PIM		# Protocol Independent Multicast
     98 #options 	NETATALK	# AppleTalk networking protocols
     99 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    100 options 	PPP_DEFLATE	# Deflate compression support for PPP
    101 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    102 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    103 
    104 # These options enable verbose messages for several subsystems.
    105 # Warning, these may compile large string tables into the kernel!
    106 #options 	MIIVERBOSE	# verbose PHY autoconfig messages
    107 
    108 #
    109 # Workstation console options
    110 #
    111 options 	WSEMUL_VT100
    112 options 	WSEMUL_DEFAULT_FG=WSCOL_BLACK
    113 options 	WSEMUL_DEFAULT_BG=WSCOL_LIGHT_WHITE
    114 options 	WSDISPLAY_COMPAT_USL 	# wsconscfg VT handling
    115 #options 	WSDISPLAY_COMPAT_RAWKBD
    116 #options 	WSDISPLAY_DEFAULTSCREENS=4
    117 options 	FONT_VT220L8x16
    118 
    119 # Kernel root file system and dump configuration.
    120 #config		netbsd	root on ? type ?
    121 config		netbsd	root on temac0 type nfs
    122 
    123 #
    124 # Device configuration
    125 #
    126 
    127 plb0 		at root 		# Processor Local Bus
    128 cpu0 		at plb? 		# Processor itself
    129 xcvbus* 	at plb? 		# DCR bus
    130 temac* 		at xcvbus? 		# Tri-Mode Ethernet MAC
    131 xlcom* 		at xcvbus? 		# UartLite
    132 
    133 tft* 		at llbus?
    134 wsdisplay* 	at wsemuldisplaydev?
    135 
    136 # MII/PHY support
    137 makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
    138 ukphy*		at mii? phy ?		# generic unknown PHYs
    139 
    140 pseudo-device	md			# memory disk device
    141 pseudo-device	loop			# network loopback
    142 pseudo-device	bpfilter		# packet filter
    143 pseudo-device	npf			# NPF packet filter
    144 pseudo-device	ppp			# Point-to-Point Protocol
    145 pseudo-device	sl			# Serial Line IP
    146 pseudo-device	pty			# pseudo-terminals
    147 
    148 pseudo-device 	wsmux
    149 pseudo-device 	wsfont
    150