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/8.4/sys/mips/conf/AR71XX 215967 2010-11-28 01:18:11Z gonzo $
    5 #
    6 
    7 ident           AR71XX
    8 cpu             CPU_MIPS4KC
    9 options         ISA_MIPS32
   10 makeoptions     TARGET_BIG_ENDIAN
   11 makeoptions     KERNLOADADDR=0x80050000
   12 options         HZ=1000
   13 
   14 files           "../atheros/files.ar71xx"
   15 hints           "AR71XX.hints"
   16 
   17 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   18 #makeoptions    MODULES_OVERRIDE=""
   19 
   20 options         DDB
   21 options         KDB
   22 
   23 options         SCHED_4BSD              #4BSD scheduler
   24 options         INET                    #InterNETworking
   25 options         NFSCLIENT               #Network Filesystem Client
   26 options         NFS_ROOT                #NFS usable as /, requires NFSCLIENT
   27 options         PSEUDOFS                #Pseudo-filesystem framework
   28 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   29 
   30 # options               NFS_LEGACYRPC
   31 # Debugging for use in -current
   32 options         DEADLKRES
   33 options         INVARIANTS
   34 options         INVARIANT_SUPPORT
   35 options         WITNESS
   36 options         WITNESS_SKIPSPIN
   37 options         FFS                     #Berkeley Fast Filesystem
   38 options         SOFTUPDATES             #Enable FFS soft updates support
   39 options         UFS_ACL                 #Support for access control lists
   40 options         UFS_DIRHASH             #Improve performance on big directories
   41 
   42 
   43 options         BOOTP
   44 options         BOOTP_NFSROOT
   45 options         BOOTP_NFSV3
   46 options         BOOTP_WIRED_TO=arge0 
   47 options         BOOTP_COMPAT
   48 options         ROOTDEVNAME=\"nfs:192.168.10.1:/mnt/bsd\"
   49 
   50 device          pci
   51 
   52 # Wireless NIC cards
   53 options         IEEE80211_DEBUG
   54 options         IEEE80211_SUPPORT_MESH
   55 options         IEEE80211_SUPPORT_TDMA
   56 device          wlan            # 802.11 support
   57 device          wlan_wep        # 802.11 WEP support
   58 device          wlan_ccmp       # 802.11 CCMP support
   59 device          wlan_tkip       # 802.11 TKIP support
   60 
   61 device          ath             # Atheros pci/cardbus NIC's
   62 options         ATH_DEBUG
   63 device          ath_hal
   64 option          AH_SUPPORT_AR5416
   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          spibus
   77 device          ar71xx_spi
   78 
   79 device          ar71xx_wdog
   80 
   81 device          uart
   82 
   83 device          loop
   84 device          ether
   85 device          md
   86 device          bpf
   87 device          random
   88 device          if_bridge

Cache object: d758c1c130ab796b2b9eac0f1c2f2c9b


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