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/arm/conf/CAMBRIA

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 # CAMBRIA -- Gateworks Cambria 235x boards
    2 # kernel configuration file for FreeBSD/arm
    3 #
    4 # For more information on this file, please read the handbook section on
    5 # Kernel Configuration Files:
    6 #
    7 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
    8 #
    9 # The handbook is also available locally in /usr/share/doc/handbook
   10 # if you've installed the doc distribution, otherwise always see the
   11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
   12 # latest information.
   13 #
   14 # An exhaustive list of options and more detailed explanations of the
   15 # device lines is also present in the ../../conf/NOTES and NOTES files.
   16 # If you are in doubt as to the purpose or necessity of a line, check first
   17 # in NOTES.
   18 #
   19 # $FreeBSD: releng/10.2/sys/arm/conf/CAMBRIA 271428 2014-09-11 15:36:36Z ian $
   20 
   21 ident           CAMBRIA
   22 
   23 include         "../xscale/ixp425/std.ixp435"
   24 # NB: memory mapping is defined in std.avila
   25 include         "../xscale/ixp425/std.avila"
   26 options         XSCALE_CACHE_READ_WRITE_ALLOCATE
   27 #To statically compile in device wiring instead of /boot/device.hints
   28 hints           "CAMBRIA.hints"         # Default places to look for devices.
   29 
   30 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
   31 makeoptions     CONF_CFLAGS=-mcpu=xscale
   32 makeoptions     MODULES_OVERRIDE=""
   33 #options        HZ=1000
   34 options         HZ=100
   35 options         DEVICE_POLLING
   36 
   37 # Debugging for use in -current
   38 options         KDB
   39 #options        GDB
   40 options         DDB                     # Enable the kernel debugger
   41 #options        DEADLKRES               # Enable the deadlock resolver
   42 #options        INVARIANTS              # Enable calls of extra sanity checking
   43 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
   44 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
   45 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
   46 #options        DIAGNOSTIC
   47 
   48 options         SCHED_4BSD              # 4BSD scheduler
   49 #options        PREEMPTION
   50 options         INET                    # InterNETworking
   51 options         GEOM_PART_BSD           # BSD partition scheme
   52 options         GEOM_PART_MBR           # MBR partition scheme
   53 options         TMPFS                   # Efficient memory filesystem
   54 options         FFS                     # Berkeley Fast Filesystem
   55 options         SOFTUPDATES             # Enable FFS soft updates support
   56 options         NFSCL                   # New Network Filesystem Client
   57 options         NFS_ROOT                # NFS usable as /, requires NFSCL
   58 options         BOOTP
   59 options         BOOTP_NFSROOT
   60 options         BOOTP_NFSV3
   61 options         BOOTP_WIRED_TO=npe0
   62 options         BOOTP_COMPAT
   63 
   64 # Hardware performance counters
   65 options         HWPMC_HOOKS
   66 device          hwpmc
   67 
   68 #options        VERBOSE_SYSINIT
   69 options         VERBOSE_INIT_ARM
   70 
   71 #device         saarm
   72 
   73 device          pci
   74 device          uart
   75 
   76 device          ixpwdog                 # watchdog timer
   77 
   78 options         IXP4XX_FLASH_SIZE=0x02000000 # stock 2358 comes w/ 32M
   79 device          cfi                     # flash support
   80 device          cfid                    # flash disk support
   81 device          geom_redboot            # redboot fis parser
   82 
   83 # I2C Bus
   84 device          iicbus
   85 device          iicbb
   86 device          iic
   87 
   88 device          ixpiic                  # I2C bus glue
   89 device          ds1672                  # DS1672 on I2C bus
   90 device          ad7418                  # AD7418 on I2C bus
   91 
   92 device          cambria_fled            # Font Panel LED on I2C bus
   93 device          cambria_led             # 8-LED latch
   94 
   95 device          gpio
   96 device          gpioled
   97 device          cambria_gpio            # GPIO pins on J11
   98 
   99 device          ata
  100 device          avila_ata               # Gateworks CF/IDE support
  101 
  102 device          npe                     # Network Processing Engine
  103 device          npe_fw
  104 device          firmware
  105 device          qmgr                    # Q Manager (required by npe)
  106 device          mii                     # NB: required by npe
  107 device          ether
  108 device          bpf
  109 
  110 device          loop
  111 device          if_bridge
  112 
  113 device          md
  114 device          random                  # Entropy device
  115 
  116 # Wireless NIC cards
  117 device          wlan                    # 802.11 support
  118 options         IEEE80211_DEBUG
  119 options         IEEE80211_SUPPORT_TDMA
  120 options         IEEE80211_SUPPORT_MESH
  121 device          wlan_wep                # 802.11 WEP support
  122 device          wlan_ccmp               # 802.11 CCMP support
  123 device          wlan_tkip               # 802.11 TKIP support
  124 device          wlan_xauth
  125 
  126 device          ath                     # Atheros NICs
  127 device          ath_pci                 # Atheros pci/cardbus glue
  128 options         ATH_DEBUG
  129 options         ATH_DIAGAPI
  130 options         ATH_ENABLE_DFS
  131 options         ATH_ENABLE_11N
  132 #options        ATH_TX99_DIAG
  133 device          ath_rate_sample         # SampleRate tx rate control for ath
  134 
  135 options         AH_DEBUG
  136 options         AH_PRIVATE_DIAG
  137 options         AH_SUPPORT_AR5416       # NB: for 11n descriptor format
  138 device          ath_hal
  139 
  140 # NB: 2 USB 2.0 ports standard
  141 device          usb
  142 options         USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
  143 #options        USB_DEBUG
  144 device          ehci
  145 device          umass
  146 device          scbus                   # SCSI bus (required for ATA/SCSI)
  147 device          da                      # Direct Access (disks)
  148 device          pass                    # Passthrough device (direct ATA/SCSI access)
  149 
  150 #device         ural
  151 #device         zyd
  152 #device         wlan_amrr

Cache object: 54d246d9ccb2196388417e3c88c40b18


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