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

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 # AVILA -- Gateworks Avila XScale board
    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/AVILA 195742 2009-07-17 18:35:45Z rpaulo $
   20 
   21 ident           AVILA
   22 
   23 include         "../xscale/ixp425/std.ixp425"
   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           "AVILA.hints"           #Default places to look for devices.
   30 makeoptions     MODULES_OVERRIDE=""
   31 
   32 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   33 makeoptions     CONF_CFLAGS=-mcpu=xscale
   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         INET                    #InterNETworking
   50 options         FFS                     #Berkeley Fast Filesystem
   51 options         SOFTUPDATES             #Enable FFS soft updates support
   52 options         NFSCLIENT               #Network Filesystem Client
   53 options         NFS_ROOT                #NFS usable as /, requires NFSCLIENT
   54 options         BOOTP
   55 options         BOOTP_NFSROOT
   56 options         BOOTP_NFSV3
   57 options         BOOTP_WIRED_TO=npe0
   58 #options        BOOTP_WIRED_TO=ath0
   59 #options        BOOTP_WIRED_TO=rl0
   60 options         BOOTP_COMPAT
   61 #options        PREEMPTION
   62 #options        VERBOSE_SYSINIT
   63 
   64 #device         saarm
   65 
   66 device          pci
   67 device          uart
   68 
   69 device          ixpwdog         # watchdog timer
   70 device          cfi             # flash support
   71 device          cfid            # flash disk support
   72 device          geom_redboot    # redboot fis parser
   73 
   74 # I2C Bus
   75 device          iicbus
   76 device          iicbb
   77 device          iic
   78 
   79 device          ixpiic          # I2C bus glue
   80 device          ds1672          # DS1672 on I2C bus
   81 device          ad7418          # AD7418 on I2C bus
   82 
   83 device          avila_led
   84 
   85 device          ata
   86 device          atadisk         # ATA disk drives
   87 device          avila_ata       # Gateworks CF/IDE support
   88 
   89 device          npe             # Network Processing Engine
   90 device          npe_fw
   91 device          firmware
   92 device          qmgr            # Q Manager (required by npe)
   93 device          mii             # NB: required by npe
   94 device          ether
   95 device          bpf
   96 
   97 device          pty
   98 device          loop
   99 device          if_bridge
  100 
  101 device          md
  102 device          random          # Entropy device
  103 
  104 # Wireless NIC cards
  105 device          wlan            # 802.11 support
  106 options         IEEE80211_DEBUG
  107 options         IEEE80211_SUPPORT_TDMA
  108 options         IEEE80211_SUPPORT_MESH
  109 device          wlan_wep        # 802.11 WEP support
  110 device          wlan_ccmp       # 802.11 CCMP support
  111 device          wlan_tkip       # 802.11 TKIP support
  112 device          wlan_xauth
  113 
  114 device          ath             # Atheros pci/cardbus NIC's
  115 options         ATH_DEBUG
  116 options         ATH_DIAGAPI
  117 #options        ATH_TX99_DIAG
  118 device          ath_rate_sample # SampleRate tx rate control for ath
  119 
  120 #options        AH_DEBUG
  121 #options        AH_ASSERT
  122 #device         ath_ar5210
  123 #device         ath_ar5211
  124 device          ath_ar5212
  125 device          ath_rf2413
  126 device          ath_rf2417
  127 device          ath_rf2425
  128 device          ath_rf5111
  129 device          ath_rf5112
  130 device          ath_rf5413
  131 #
  132 device          ath_ar5416
  133 options         AH_SUPPORT_AR5416
  134 device          ath_ar9160
  135 
  136 device          usb
  137 #options        USB_DEBUG
  138 device          ohci
  139 device          ehci
  140 device          umass
  141 device          scbus           # SCSI bus (required for SCSI)
  142 device          da              # Direct Access (disks)
  143 
  144 #device         ural
  145 #device         zyd
  146 #device         wlan_amrr

Cache object: 91945eb141b5a83a826d6fae4bd44b6c


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