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