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 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 EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 85 # immutable) behave as system flags. 86#options NFSSERVER # Network File System server 87 88options NFS_BOOT_DHCP # Support DHCP NFS root 89 90# Networking options 91#options GATEWAY # packet forwarding 92options INET # IP + ICMP + TCP + UDP 93options 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 99options PPP_BSDCOMP # BSD-Compress compression support for PPP 100options PPP_DEFLATE # Deflate compression support for PPP 101options 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# 111options WSEMUL_VT100 112options WSEMUL_DEFAULT_FG=WSCOL_BLACK 113options WSEMUL_DEFAULT_BG=WSCOL_LIGHT_WHITE 114options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 115#options WSDISPLAY_COMPAT_RAWKBD 116#options WSDISPLAY_DEFAULTSCREENS=4 117options FONT_VT220L8x16 118 119# Kernel root file system and dump configuration. 120#config netbsd root on ? type ? 121config netbsd root on temac0 type nfs 122 123# 124# Device configuration 125# 126 127plb0 at root # Processor Local Bus 128cpu0 at plb? # Processor itself 129xcvbus* at plb? # DCR bus 130temac* at xcvbus? # Tri-Mode Ethernet MAC 131xlcom* at xcvbus? # UartLite 132 133tft* at llbus? 134wsdisplay* at wsemuldisplaydev? 135 136# MII/PHY support 137makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 138ukphy* at mii? phy ? # generic unknown PHYs 139 140pseudo-device md # memory disk device 141pseudo-device loop # network loopback 142pseudo-device bpfilter # packet filter 143pseudo-device npf # NPF packet filter 144pseudo-device ppp # Point-to-Point Protocol 145pseudo-device sl # Serial Line IP 146pseudo-device pty # pseudo-terminals 147 148pseudo-device wsmux 149pseudo-device wsfont 150