1# $NetBSD: VIRTEX_GSRD1,v 1.32 2024/01/29 18:27:12 christos Exp $ 2# 3# VIRTEX_GSRD1 4# 5# Xilinx Gigabit System Reference Design version 1, ML403, Virtex 4 FX 6 7include "arch/evbppc/conf/std.virtex" 8 9#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 10#ident "VIRTEX_GSRD1" 11 12maxusers 32 13 14options PHYSMEM="64" # RAM size (MB) 15options CPUFREQ="300" # core frequency (MHz) 16 17options DESIGN_GSRD1 # FPGA design 18options IDCR_BASE=0x100 # Internal DCR bus 19options DCR_XINTC_BASE=0x03f0 # Where XINTC lives on DCR 20 21options 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 43options DIAGNOSTIC # cheap kernel consistency checks 44options DEBUG # expensive debugging checks/support 45options DDB # in-kernel debugger 46pseudo-device ksyms 47options DDB_HISTORY_SIZE=512 # enable history editing in DDB 48options TRAP_PANICWAIT 49makeoptions COPY_SYMTAB=1 # size for embedded symbol table 50options MBUFTRACE # track mbuf leaks 51 52makeoptions DEBUG="-g" # compile full symbol table 53 54# Compatibility options 55include "conf/compat_netbsd30.config" 56#options COMPAT_386BSD_MBRPART # recognize old partition ID 57 58# File systems 59file-system FFS # UFS 60file-system EXT2FS # second extended file system (linux) 61#file-system LFS # log-structured file system 62file-system MFS # memory file system 63file-system NFS # Network File System client 64#file-system CD9660 # ISO 9660 + Rock Ridge file system 65file-system MSDOSFS # MS-DOS file system 66file-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 73file-system PTYFS # /dev/pts/N support 74file-system TMPFS # virtual memory file system 75 76# File system options 77options FFS_EI # FFS Endian Independent support 78#options FFS_NO_SNAPSHOT # No FFS snapshot support 79options QUOTA # legacy UFS quotas 80options QUOTA2 # new, in-filesystem UFS quotas 81#options UFS_DIRHASH # UFS Large Directory Hashing 82#options UFS_EXTATTR # Extended attribute support for UFS1 83options WAPBL # File system journaling support 84#options NFSSERVER # Network File System server 85 86options NFS_BOOT_DHCP # Support DHCP NFS root 87 88# Networking options 89#options GATEWAY # packet forwarding 90options INET # IP + ICMP + TCP + UDP 91options INET6 # IPV6 92#options IPSEC # IP security 93#options IPSEC_DEBUG # debug for IP security 94#options MROUTING # IP multicast routing 95#options PIM # Protocol Independent Multicast 96#options NETATALK # AppleTalk networking protocols 97options PPP_BSDCOMP # BSD-Compress compression support for PPP 98options PPP_DEFLATE # Deflate compression support for PPP 99options PPP_FILTER # Active filter support for PPP (requires bpf) 100#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 101 102# These options enable verbose messages for several subsystems. 103# Warning, these may compile large string tables into the kernel! 104#options MIIVERBOSE # verbose PHY autoconfig messages 105 106# 107# Workstation console options 108# 109options WSEMUL_VT100 110options WSEMUL_DEFAULT_FG=WSCOL_BLACK 111options WSEMUL_DEFAULT_BG=WSCOL_LIGHT_WHITE 112options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 113#options WSDISPLAY_COMPAT_RAWKBD 114#options WSDISPLAY_DEFAULTSCREENS=4 115options FONT_VT220L8x16 116 117# Kernel root file system and dump configuration. 118#config netbsd root on ? type ? 119config netbsd root on temac0 type nfs 120 121# 122# Device configuration 123# 124 125plb0 at root # Processor Local Bus 126cpu0 at plb? # Processor itself 127xcvbus* at plb? # DCR bus 128temac* at xcvbus? # Tri-Mode Ethernet MAC 129xlcom* at xcvbus? # UartLite 130 131tft* at llbus? 132wsdisplay* at wsemuldisplaydev? 133 134# MII/PHY support 135makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 136ukphy* at mii? phy ? # generic unknown PHYs 137 138pseudo-device md # memory disk device 139pseudo-device loop # network loopback 140pseudo-device bpfilter # packet filter 141pseudo-device npf # NPF packet filter 142pseudo-device ppp # Point-to-Point Protocol 143pseudo-device sl # Serial Line IP 144pseudo-device pty # pseudo-terminals 145 146pseudo-device wsmux 147pseudo-device wsfont 148