VIRTEX_GSRD1 revision 1.29
1# $NetBSD: VIRTEX_GSRD1,v 1.29 2018/02/05 15:18:10 maxv 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 QUOTA # legacy UFS quotas 78options QUOTA2 # new, in-filesystem UFS quotas 79options FFS_EI # FFS Endian Independent support 80options WAPBL # File system journaling support 81#options NFSSERVER # Network File System server 82#options FFS_NO_SNAPSHOT # No FFS snapshot support 83#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 84 # immutable) behave as system flags. 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) 100options IPFILTER_LOG # ipmon(8) log support 101#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 102 103# These options enable verbose messages for several subsystems. 104# Warning, these may compile large string tables into the kernel! 105#options MIIVERBOSE # verbose PHY autoconfig messages 106 107# 108# Workstation console options 109# 110options WSEMUL_VT100 111options WSEMUL_DEFAULT_FG=WSCOL_BLACK 112options WSEMUL_DEFAULT_BG=WSCOL_LIGHT_WHITE 113options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 114#options WSDISPLAY_COMPAT_RAWKBD 115#options WSDISPLAY_DEFAULTSCREENS=4 116options FONT_VT220L8x16 117 118# Kernel root file system and dump configuration. 119#config netbsd root on ? type ? 120config netbsd root on temac0 type nfs 121 122# 123# Device configuration 124# 125 126plb0 at root # Processor Local Bus 127cpu0 at plb? # Processor itself 128xcvbus* at plb? # DCR bus 129temac* at xcvbus? # Tri-Mode Ethernet MAC 130xlcom* at xcvbus? # UartLite 131 132tft* at llbus? 133wsdisplay* at wsemuldisplaydev? 134 135# MII/PHY support 136makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 137ukphy* at mii? phy ? # generic unknown PHYs 138 139pseudo-device md # memory disk device 140pseudo-device loop # network loopback 141pseudo-device bpfilter # packet filter 142pseudo-device ipfilter # IP filter (firewall) and NAT 143pseudo-device ppp # Point-to-Point Protocol 144pseudo-device sl # Serial Line IP 145pseudo-device pty # pseudo-terminals 146 147pseudo-device wsmux 148pseudo-device wsfont 149