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

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 # AR71XX -- Kernel configuration file for FreeBSD/MIPS for Atheros 71xx systems
    3 #
    4 # This includes all the common drivers for the AR71XX boards along with
    5 # the usb, net80211 and atheros driver code.
    6 #
    7 # $FreeBSD$
    8 #
    9 
   10 machine         mips mips
   11 ident           AR71XX_BASE
   12 cpu             CPU_MIPS24K
   13 makeoptions     KERNLOADADDR=0x80050000
   14 options         HZ=1000
   15 options         HWPMC_HOOKS
   16 
   17 files           "../atheros/files.ar71xx"
   18 
   19 # For now, hints are per-board.
   20 
   21 hints           "AR71XX_BASE.hints"
   22 
   23 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   24 
   25 options         DDB
   26 options         KDB
   27 
   28 options         SCHED_4BSD              #4BSD scheduler
   29 options         INET                    #InterNETworking
   30 options         INET6                   # IPv6
   31 options         TCP_HHOOK               # hhook(9) framework for TCP
   32 
   33 # options       NFSCL           #Network Filesystem Client
   34 
   35 options         PSEUDOFS                #Pseudo-filesystem framework
   36 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   37 
   38 # options       NFS_LEGACYRPC
   39 # Debugging for use in -current
   40 options         INVARIANTS
   41 options         INVARIANT_SUPPORT
   42 options         WITNESS
   43 options         WITNESS_SKIPSPIN
   44 options         DEBUG_REDZONE
   45 options         DEBUG_MEMGUARD
   46 
   47 options         FFS                     #Berkeley Fast Filesystem
   48 # options         SOFTUPDATES             #Enable FFS soft updates support
   49 # options         UFS_ACL                 #Support for access control lists
   50 # options         UFS_DIRHASH             #Improve performance on big directories
   51 # options       MSDOSFS                 # Read MSDOS filesystems; useful for USB/CF
   52 
   53 include         "std.AR_MIPS_BASE"
   54 makeoptions     MODULES_OVERRIDE+="hwpmc_mips24k"
   55 
   56 device          pci
   57 device          ar71xx_pci
   58 
   59 device          usb
   60 device          ehci
   61 
   62 device          scbus
   63 device          umass
   64 device          da
   65 
   66 device          uart_ar71xx
   67 device          ar71xx_apb

Cache object: ead8594de17eceec0ec910bb732fa540


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