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_DE4.hints

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 # $FreeBSD: releng/10.4/sys/mips/conf/BERI_DE4.hints 257527 2013-11-01 21:15:39Z brooks $
    2 
    3 # Hardwired location of bitfile
    4 hint.map.0.at="cfid0s.fpga0"
    5 hint.map.0.start=0x00000000
    6 hint.map.0.end=0x00c00000
    7 hint.map.0.name="fpga"
    8 
    9 # Kernel on the second chip
   10 hint.map.1.at="cfid0s.os"
   11 hint.map.1.start=0x007e0000
   12 hint.map.1.end=0x01fe0000
   13 hint.map.1.name="kernel"
   14 
   15 # Altera Triple-Speed Ethernet Mac, present in tPad and DE-4 configurations
   16 # configured from fdt(4) but PHYs are still described in here.
   17 # Currently configured for individual tse_mac cores.
   18 hint.e1000phy.0.at="miibus0"
   19 hint.e1000phy.0.phyno=0
   20 hint.e1000phy.1.at="miibus0"
   21 hint.e1000phy.1.phyno=0
   22 hint.e1000phy.2.at="miibus0"
   23 hint.e1000phy.2.phyno=0
   24 hint.e1000phy.3.at="miibus0"
   25 hint.e1000phy.3.phyno=0
   26 

Cache object: 3026cea3de5150ebf2f5b410ffb8175e


[ 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.