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/BCM

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 # $FreeBSD: releng/11.2/sys/mips/conf/BCM 302190 2016-06-25 04:34:54Z landonf $
    3 #
    4 # The Broadcom 470x/471x/535x series of processors and boards is very commonly
    5 # used in COTS hardware including the ASUS RT-N12, RT-N16, RT-N53.
    6 #
    7 
    8 ident           BCM
    9 cpu             CPU_MIPS74K
   10 
   11 hints           "BCM.hints"
   12 include         "../broadcom/std.broadcom"
   13 
   14 # ships with cfe firmware
   15 options         CFE
   16 options         ALT_BREAK_TO_DEBUGGER
   17 options         BREAK_TO_DEBUGGER
   18 options         BOOTVERBOSE=0
   19 
   20 makeoptions     TRAMPLOADADDR=0x80800000
   21 makeoptions     DEBUG="-g3"             #Build kernel with gdb(1) debug symbols
   22 makeoptions     MODULES_OVERRIDE=""
   23 
   24 options         DDB
   25 options         KDB
   26 
   27 options         SCHED_4BSD              #4BSD scheduler
   28 options         INET                    #InterNETworking
   29 options         NFSCL                   #Network Filesystem Client
   30 #options        NFS_ROOT                #NFS usable as /, requires NFSCL
   31 options         PSEUDOFS                #Pseudo-filesystem framework
   32 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   33 
   34 options         FFS                     #Berkeley Fast Filesystem
   35 options         SOFTUPDATES             #Enable FFS soft updates support
   36 options         UFS_ACL                 #Support for access control lists
   37 options         UFS_DIRHASH             #Improve performance on big directories
   38 
   39 device          geom_uzip
   40 options         GEOM_UZIP
   41 options         GEOM_LABEL              # Providers labelization.
   42 options         ROOTDEVNAME=\"ufs:ufs/FBSD\"    # assumes FW built by 
   43                                         # freebsd-build-wifi
   44 
   45 # Debugging for use in -current
   46 #options        DEADLKRES
   47 options         INVARIANTS
   48 options         INVARIANT_SUPPORT
   49 
   50 #options        BHND_LOGLEVEL=BHND_DEBUG_LEVEL
   51 #options        BUS_DEBUG
   52 #makeoptions    BUS_DEBUG
   53 #options        VERBOSE_SYSINIT
   54 #makeoptions    VERBOSE_SYSINIT
   55 
   56 # bhnd(4)
   57 device          bhnd
   58 device          bcma                    # bcma backplane
   59 device          bcma_nexus
   60 
   61 device          pci
   62 device          bhnd_pcib               # PCIe-G1 core
   63 
   64 #device         bgmac                   # Broadcom GMAC - not yet
   65 
   66 device          mdio
   67 
   68 #Flash
   69 device          spibus
   70 device          mx25l                   # Serial Flash
   71 device          cfi                     # Parallel Flash
   72 device          cfid
   73 
   74 #UART
   75 device          uart
   76 
   77 #Base
   78 device          loop
   79 device          ether
   80 device          random
   81 device          md
   82 
   83 #Performance
   84 #options        HWPMC_HOOKS
   85 #device         hwpmc
   86 #device         hwpmc_mips74k
   87 
   88 #Ethernet
   89 # device        bfe                     # XXX will build both pci and siba
   90 device          miibus                  # attachments
   91 
   92 # pci devices
   93 
   94 # USB is not yet ready
   95 #options        USB_DEBUG               # enable debug msgs
   96 #device         usb                     # USB Bus (required)
   97 #device         uhci                    # UHCI PCI->USB interface
   98 #device         ehci                    # EHCI PCI->USB interface (USB 2.0)

Cache object: 7b361338fa22ad4e5bfa7ec7ef719dd2


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