The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/mips/conf/BERI_NETFPGA_MDROOT

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #
    2 # BERI_NETFPGA_MDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
    3 # RISC Implementation) FPGA soft core, as configured in its NetFPGA reference
    4 # configuration.
    5 #
    6 # $FreeBSD: releng/11.1/sys/mips/conf/BERI_NETFPGA_MDROOT 267922 2014-06-26 17:20:45Z bz $
    7 #
    8 
    9 include "BERI_TEMPLATE"
   10 
   11 ident           BERI_NETFPGA_MDROOT
   12 
   13 options         HZ=100
   14 
   15 options         FDT
   16 options         FDT_DTB_STATIC
   17 makeoptions     FDT_DTS_FILE=beri-netfpga.dts
   18 
   19 #device         uart
   20 device          altera_jtag_uart
   21 
   22 device          bpf
   23 
   24 options         DEVICE_POLLING
   25 device          netfpga10g_nf10bmac
   26 options         NF10BMAC_64BIT
   27 
   28 #
   29 # This kernel configuration uses an embedded memory root file system.
   30 # Adjust the following path and size based on local requirements.
   31 #
   32 options         MD_ROOT                 # MD is a potential root device
   33 options         MD_ROOT_SIZE=26112      # 25.5MB
   34 options         ROOTDEVNAME=\"ufs:md0\"
   35 #makeoptions    MFS_IMAGE=/foo/baz/baz/mdroot.img
   36 
   37 # end

Cache object: 526abc40bccd76550de562d9cc44c5fb


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.