VIRTEX_DFC revision 1.30
11.30Smrg# $NetBSD: VIRTEX_DFC,v 1.30 2017/09/14 07:58:40 mrg Exp $ 21.1Sfreza# 31.1Sfreza# VIRTEX_DFC 41.1Sfreza# 51.1Sfreza# DFC's design based on GSRD2, ML403, Virtex 4 FX 61.1Sfreza 71.30Smrginclude "arch/evbppc/conf/std.virtex" 81.1Sfreza 91.1Sfreza#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 101.1Sfreza#ident "MPMC2" 111.1Sfreza 121.1Sfrezamaxusers 32 131.1Sfreza 141.1Sfreza# XXX it's 64MB really, but reserve some space for framebuffer 151.1Sfreza#options PHYSMEM=64 # RAM size (MB) 161.1Sfrezaoptions PHYSMEM=60 # RAM size (MB) 171.1Sfreza 181.1Sfrezaoptions CPUFREQ=300 # core frequency (MHz) 191.1Sfreza 201.1Sfrezaoptions DESIGN_DFC # FPGA design 211.1Sfrezaoptions IDCR_BASE=0x100 # Internal DCR bus 221.1Sfrezaoptions DCR_XINTC_BASE=0x03f0 # Where XINTC lives on DCR 231.1Sfreza 241.1Sfrezaoptions CONS_NAME="\"xlcom0\"" 251.1Sfrezaoptions CONS_ADDR=0x010000 # offset in OPB window 261.1Sfreza 271.1Sfreza#options UVMHIST 281.1Sfreza#options UVMHIST_PRINT 291.1Sfreza 301.1Sfreza# Options necessary to use MD 311.1Sfreza#options MEMORY_DISK_HOOKS 321.1Sfreza#options MEMORY_DISK_IS_ROOT # force root on memory disk 331.1Sfreza#options MEMORY_DISK_SERVER=0 # no userspace memory disk support 341.1Sfreza#options MEMORY_DISK_ROOT_SIZE=6300 # size of memory disk, in blocks 351.1Sfreza 361.1Sfrezaoptions INSECURE # disable kernel security levels 371.1Sfrezaoptions NTP # NTP phase/frequency locked loop 381.1Sfrezaoptions KTRACE # system call tracing via ktrace(1) 391.1Sfreza 401.1Sfreza#options SYSVMSG # System V message queues 411.1Sfreza#options SYSVSEM # System V semaphores 421.1Sfreza#options SYSVSHM # System V shared memory 431.1Sfreza 441.1Sfreza#options USERCONF # userconf(4) support 451.1Sfreza#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 461.1Sfreza#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 471.1Sfreza 481.1Sfreza# Diagnostic/debugging support options 491.1Sfrezaoptions DIAGNOSTIC # cheap kernel consistency checks 501.1Sfrezaoptions DEBUG # expensive debugging checks/support 511.1Sfrezaoptions DDB # in-kernel debugger 521.28Suebayasipseudo-device ksyms 531.1Sfrezaoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 541.1Sfrezaoptions TRAP_PANICWAIT 551.25Sjoergmakeoptions COPY_SYMTAB=1 # size for embedded symbol table 561.1Sfrezaoptions MBUFTRACE # track mbuf leaks 571.1Sfreza 581.1Sfrezamakeoptions DEBUG="-g" # compile full symbol table 591.1Sfreza 601.1Sfreza# Compatibility options 611.30Smrginclude "conf/compat_netbsd13.config" 621.1Sfreza#options COMPAT_386BSD_MBRPART # recognize old partition ID 631.1Sfreza 641.1Sfreza# File systems 651.1Sfrezafile-system FFS # UFS 661.1Sfrezafile-system EXT2FS # second extended file system (linux) 671.1Sfreza#file-system LFS # log-structured file system 681.1Sfrezafile-system MFS # memory file system 691.1Sfrezafile-system NFS # Network File System client 701.1Sfreza#file-system CD9660 # ISO 9660 + Rock Ridge file system 711.1Sfrezafile-system MSDOSFS # MS-DOS file system 721.1Sfrezafile-system FDESC # /dev/fd 731.1Sfreza#file-system KERNFS # /kern 741.1Sfreza#file-system NULLFS # loopback file system 751.1Sfreza#file-system OVERLAY # overlay file system 761.1Sfreza#file-system PROCFS # /proc 771.1Sfreza#file-system UMAPFS # NULLFS + uid and gid remapping 781.1Sfreza#file-system UNION # union file system 791.1Sfrezafile-system PTYFS # /dev/pts/N support 801.1Sfrezafile-system TMPFS # virtual memory file system 811.1Sfreza 821.1Sfreza# File system options 831.13Sbouyeroptions QUOTA # legacy UFS quotas 841.13Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 851.14Swizoptions FFS_EI # FFS Endian Independent support 861.16Sdhollandoptions WAPBL # File system journaling support 871.1Sfreza#options NFSSERVER # Network File System server 881.1Sfreza#options FFS_NO_SNAPSHOT # No FFS snapshot support 891.1Sfreza#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 901.1Sfreza # immutable) behave as system flags. 911.1Sfreza 921.1Sfrezaoptions NFS_BOOT_DHCP # Support DHCP NFS root 931.1Sfreza 941.1Sfreza# Networking options 951.1Sfreza#options GATEWAY # packet forwarding 961.1Sfrezaoptions INET # IP + ICMP + TCP + UDP 971.1Sfrezaoptions INET6 # IPV6 981.1Sfreza#options IPSEC # IP security 991.1Sfreza#options IPSEC_DEBUG # debug for IP security 1001.1Sfreza#options MROUTING # IP multicast routing 1011.1Sfreza#options PIM # Protocol Independent Multicast 1021.1Sfreza#options DIRECTED_BROADCAST # allow broadcasts through routers 1031.1Sfreza#options NETATALK # AppleTalk networking protocols 1041.1Sfrezaoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1051.1Sfrezaoptions PPP_DEFLATE # Deflate compression support for PPP 1061.1Sfrezaoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1071.1Sfrezaoptions IPFILTER_LOG # ipmon(8) log support 1081.10Smrgoptions IPFILTER_LOOKUP # ippool(8) support 1091.10Smrgoptions IPFILTER_COMPAT # Compat for IP-Filter 1101.10Smrg#options IPFILTER_DEFAULT_BLOCK # block all packets by default 1111.1Sfreza#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1121.1Sfreza 1131.1Sfreza# These options enable verbose messages for several subsystems. 1141.1Sfreza# Warning, these may compile large string tables into the kernel! 1151.1Sfreza#options MIIVERBOSE # verbose PHY autoconfig messages 1161.1Sfreza 1171.1Sfreza# 1181.1Sfreza# Workstation console options 1191.1Sfreza# 1201.1Sfrezaoptions WSEMUL_VT100 1211.1Sfrezaoptions WSEMUL_DEFAULT_FG=WSCOL_BLACK 1221.1Sfrezaoptions WSEMUL_DEFAULT_BG=WSCOL_LIGHT_WHITE 1231.17Sabsoptions WSDISPLAY_COMPAT_USL # wsconscfg VT handling 1241.1Sfreza#options WSDISPLAY_COMPAT_RAWKBD 1251.1Sfreza#options WSDISPLAY_DEFAULTSCREENS=4 1261.1Sfrezaoptions FONT_VT220L8x16 1271.1Sfreza#options SPLASHSCREEN 1281.1Sfreza 1291.1Sfreza# Kernel root file system and dump configuration. 1301.1Sfreza#config netbsd root on ? type ? 1311.1Sfrezaconfig netbsd root on temac0 type nfs 1321.1Sfreza 1331.1Sfreza# 1341.1Sfreza# Device configuration 1351.1Sfreza# 1361.1Sfreza 1371.1Sfrezaplb0 at root # Processor Local Bus 1381.1Sfrezacpu0 at plb? # Processor itself 1391.1Sfrezaxcvbus* at plb? # DCR bus 1401.1Sfrezatemac* at xcvbus? # Tri-Mode Ethernet MAC 1411.1Sfrezaxlcom* at xcvbus? # UartLite 1421.1Sfrezapstwo* at xcvbus? # PS2 port 1431.1Sfreza 1441.1Sfrezatft* at plbus? 1451.1Sfrezawsdisplay* at wsemuldisplaydev? 1461.1Sfreza 1471.1Sfrezapms* at pstwo? # PS2 mouse 1481.1Sfrezapckbd* at pstwo? # PS2 keyboard 1491.1Sfreza 1501.1Sfrezawskbd* at pckbd? console ? 1511.1Sfrezawsmouse* at pms? mux 0 1521.1Sfreza 1531.1Sfreza# MII/PHY support 1541.1Sfrezamakphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 1551.1Sfrezaukphy* at mii? phy ? # generic unknown PHYs 1561.1Sfreza 1571.11Shannkenpseudo-device md # memory disk device 1581.1Sfrezapseudo-device loop # network loopback 1591.21Schristospseudo-device bpfilter # packet filter 1601.1Sfrezapseudo-device ipfilter # IP filter (firewall) and NAT 1611.21Schristospseudo-device ppp # Point-to-Point Protocol 1621.21Schristospseudo-device sl # Serial Line IP 1631.1Sfrezapseudo-device pty # pseudo-terminals 1641.1Sfreza 1651.1Sfrezapseudo-device wsmux 1661.1Sfrezapseudo-device wsfont 167