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

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 # $FreeBSD: releng/9.2/sys/mips/conf/AR71XX 221753 2011-05-11 00:52:41Z gonzo $
    5 #
    6 
    7 ident           AR71XX
    8 makeoptions     KERNLOADADDR=0x80050000
    9 options         HZ=1000
   10 
   11 hints           "AR71XX.hints"
   12 include         "../atheros/std.ar71xx"
   13 
   14 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   15 #makeoptions    MODULES_OVERRIDE=""
   16 
   17 options         DDB
   18 options         KDB
   19 
   20 options         SCHED_4BSD              #4BSD scheduler
   21 options         INET                    #InterNETworking
   22 options         NFSCL                   #Network Filesystem Client
   23 options         NFS_ROOT                #NFS usable as /, requires NFSCL
   24 options         PSEUDOFS                #Pseudo-filesystem framework
   25 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   26 
   27 # options               NFS_LEGACYRPC
   28 # Debugging for use in -current
   29 options         DEADLKRES
   30 options         INVARIANTS
   31 options         INVARIANT_SUPPORT
   32 options         WITNESS
   33 options         WITNESS_SKIPSPIN
   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 
   40 options         BOOTP
   41 options         BOOTP_NFSROOT
   42 options         BOOTP_NFSV3
   43 options         BOOTP_WIRED_TO=arge0 
   44 options         BOOTP_COMPAT
   45 options         ROOTDEVNAME=\"nfs:192.168.10.1:/mnt/bsd\"
   46 
   47 device          pci
   48 device          ar71xx_pci
   49 
   50 # Wireless NIC cards
   51 options         IEEE80211_DEBUG
   52 options         IEEE80211_SUPPORT_MESH
   53 options         IEEE80211_SUPPORT_TDMA
   54 device          wlan            # 802.11 support
   55 device          wlan_wep        # 802.11 WEP support
   56 device          wlan_ccmp       # 802.11 CCMP support
   57 device          wlan_tkip       # 802.11 TKIP support
   58 
   59 device          ath             # Atheros NIC's
   60 device          ath_pci         # Atheros pci/cardbus glue
   61 options         ATH_DEBUG
   62 device          ath_hal
   63 option          AH_SUPPORT_AR5416
   64 option          AH_RXCFG_SDMAMW_4BYTES  # See NOTES for details of this WAR
   65 device          ath_rate_sample
   66 
   67 device          mii
   68 device          arge
   69 
   70 device          usb
   71 options         USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order
   72 # options               USB_DEBUG
   73 device          ohci
   74 device          ehci
   75 
   76 device          gpio
   77 device          gpioled
   78 
   79 device          spibus
   80 device          ar71xx_spi
   81 device          mx25l
   82 # device                geom_redboot
   83 
   84 device          ar71xx_wdog
   85 
   86 device          uart
   87 
   88 device          loop
   89 device          ether
   90 device          md
   91 device          bpf
   92 device          random
   93 device          if_bridge

Cache object: c37a760f6fd576a2a2b3c96568b69eb3


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