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/8.1/sys/arm/conf/CAMBRIA 208525 2010-05-25 02:28:39Z thompsa $
   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 #options        ARM_USE_SMALL_ALLOC
   28 #To statically compile in device wiring instead of /boot/device.hints
   29 hints           "CAMBRIA.hints"         # Default places to look for devices.
   30 
   31 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   32 makeoptions     CONF_CFLAGS=-mcpu=xscale
   33 makeoptions     MODULES_OVERRIDE=""
   34 #options        HZ=1000
   35 options         HZ=100
   36 options         DEVICE_POLLING
   37 
   38 # Debugging for use in -current
   39 options         KDB
   40 #options        GDB
   41 options         DDB                     #Enable the kernel debugger
   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         FFS                     #Berkeley Fast Filesystem
   52 options         SOFTUPDATES             #Enable FFS soft updates support
   53 options         NFSCLIENT               #Network Filesystem Client
   54 options         NFS_ROOT                #NFS usable as /, requires NFSCLIENT
   55 options         BOOTP
   56 options         BOOTP_NFSROOT
   57 options         BOOTP_NFSV3
   58 options         BOOTP_WIRED_TO=npe0
   59 options         BOOTP_COMPAT
   60 
   61 #options        VERBOSE_SYSINIT
   62 options         VERBOSE_INIT_ARM
   63 
   64 #device         saarm
   65 
   66 device          pci
   67 device          uart
   68 
   69 device          ixpwdog         # watchdog timer
   70 
   71 options         IXP4XX_FLASH_SIZE=0x02000000    # stock 2358 comes w/ 32M
   72 device          cfi             # flash support
   73 device          cfid            # flash disk support
   74 device          geom_redboot    # redboot fis parser
   75 
   76 # I2C Bus
   77 device          iicbus
   78 device          iicbb
   79 device          iic
   80 
   81 device          ixpiic          # I2C bus glue
   82 device          ds1672          # DS1672 on I2C bus
   83 device          ad7418          # AD7418 on I2C bus
   84 
   85 device          cambria_fled    # Font Panel LED on I2C bus
   86 device          cambria_led     # 8-LED latch
   87 
   88 device          ata
   89 device          atadisk         # ATA disk drives
   90 device          avila_ata       # Gateworks CF/IDE support
   91 
   92 device          npe             # Network Processing Engine
   93 device          npe_fw
   94 device          firmware
   95 device          qmgr            # Q Manager (required by npe)
   96 device          mii             # NB: required by npe
   97 device          ether
   98 device          bpf
   99 
  100 device          pty
  101 device          loop
  102 device          if_bridge
  103 
  104 device          md
  105 device          random          # Entropy device
  106 
  107 # Wireless NIC cards
  108 device          wlan            # 802.11 support
  109 options         IEEE80211_DEBUG
  110 options         IEEE80211_SUPPORT_TDMA
  111 options         IEEE80211_SUPPORT_MESH
  112 device          wlan_wep        # 802.11 WEP support
  113 device          wlan_ccmp       # 802.11 CCMP support
  114 device          wlan_tkip       # 802.11 TKIP support
  115 device          wlan_xauth
  116 
  117 device          ath             # Atheros pci/cardbus NIC's
  118 options         ATH_DEBUG
  119 options         ATH_DIAGAPI
  120 #options        ATH_TX99_DIAG
  121 device          ath_rate_sample # SampleRate tx rate control for ath
  122 
  123 options         AH_DEBUG
  124 #options        AH_ASSERT
  125 options         AH_PRIVATE_DIAG
  126 #device         ath_ar5210
  127 #device         ath_ar5211
  128 #
  129 device          ath_ar5212
  130 #device         ath_rf2413
  131 #device         ath_rf2425              # NB:supports 2417 too
  132 #device         ath_rf5111
  133 device          ath_rf5112
  134 device          ath_rf5413
  135 #
  136 #device         ath_ar5416
  137 #options        AH_SUPPORT_AR5416       # NB: for 11n descriptor format
  138 #device         ath_ar9160
  139 #device         ath_ar9280
  140 
  141 # NB: 2 USB 2.0 ports standard
  142 device          usb
  143 options         USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order
  144 #options        USB_DEBUG
  145 device          ehci
  146 device          umass
  147 device          scbus           # SCSI bus (required for SCSI)
  148 device          da              # Direct Access (disks)
  149 
  150 #device         ural
  151 #device         zyd
  152 #device         wlan_amrr

Cache object: 222aff217a3ea72779b0c11ff1aa5753


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