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/7.3/sys/arm/conf/AVILA 189720 2009-03-12 03:09:11Z bms $
   20 
   21 machine         arm
   22 ident           AVILA
   23 
   24 options         PHYSADDR=0x10000000
   25 options         KERNPHYSADDR=0x10200000 
   26 options         KERNVIRTADDR=0xc0200000         # Used in ldscript.arm
   27 options         FLASHADDR=0x50000000
   28 options         LOADERRAMADDR=0x00000000
   29 
   30 options STARTUP_PAGETABLE_ADDR=0x10000000
   31 include         "../xscale/ixp425/std.avila"
   32 #To statically compile in device wiring instead of /boot/device.hints
   33 hints           "AVILA.hints"           #Default places to look for devices.
   34 makeoptions     MODULES_OVERRIDE=""
   35 
   36 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   37 makeoptions     CONF_CFLAGS=-mcpu=xscale
   38 #options                HZ=1000
   39 options         HZ=100
   40 options         DEVICE_POLLING
   41 
   42 # Debugging for use in -current
   43 options         KDB
   44 #options                GDB
   45 options         DDB                     #Enable the kernel debugger
   46 #options        INVARIANTS              #Enable calls of extra sanity checking
   47 #options        INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
   48 #options        WITNESS                 #Enable checks to detect deadlocks and cycles
   49 #options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
   50 #options                DIAGNOSTIC
   51 
   52 options         SCHED_4BSD              #4BSD scheduler
   53 options         KSE
   54 options         INET                    #InterNETworking
   55 options         INET6                   #IPv6 communications protocols
   56 options         FFS                     #Berkeley Fast Filesystem
   57 options         SOFTUPDATES             #Enable FFS soft updates support
   58 options         UFS_ACL                 #Support for access control lists
   59 options         UFS_DIRHASH             #Improve performance on big directories
   60 options         NFSCLIENT               #Network Filesystem Client
   61 options         NFSSERVER               #Network Filesystem Server
   62 options         NFSLOCKD                #Network Lock Manager
   63 options         NFS_ROOT                #NFS usable as /, requires NFSCLIENT
   64 #options        MSDOSFS                 #MSDOS Filesystem
   65 options         CD9660                  #ISO 9660 Filesystem
   66 #options        PROCFS                  #Process filesystem (requires PSEUDOFS)
   67 options         PSEUDOFS                #Pseudo-filesystem framework
   68 options         SCSI_DELAY=5000         #Delay (in ms) before probing SCSI
   69 options         KTRACE                  #ktrace(1) support
   70 options         SYSVSHM                 #SYSV-style shared memory
   71 options         SYSVMSG                 #SYSV-style message queues
   72 options         SYSVSEM                 #SYSV-style semaphores
   73 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   74 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
   75 options         BOOTP
   76 options         BOOTP_NFSROOT
   77 options         BOOTP_NFSV3
   78 options         BOOTP_WIRED_TO=npe0
   79 #options                BOOTP_WIRED_TO=ath0
   80 options         BOOTP_COMPAT
   81 #options                PREEMPTION
   82 #options                VERBOSE_SYSINIT
   83 
   84 device          genclock
   85 device          nexus
   86 device          mem                     # Memory and kernel memory devices
   87 #device         saarm
   88 
   89 device          pci
   90 device          uart
   91 
   92 # I2C Bus
   93 device          iicbus
   94 device          iicbb
   95 device          iic
   96 
   97 device          ixpiic
   98 device          ixpwdog         # watchdog timer
   99 device          ds1672          # DS1672 on I2C bus
  100 device          ad7418          # AD7418 on I2C bus
  101 
  102 device          avila_led
  103 
  104 device          ata
  105 device          atadisk         # ATA disk drives
  106 device          avila_ata       # Gateworks CF/IDE support
  107 
  108 device          npe             # Network Processing Engine
  109 device          npe_fw
  110 device          firmware
  111 device          qmgr            # Q Manager (required by npe)
  112 device          miibus          # NB: required by npe
  113 device          ether
  114 device          bpf
  115 
  116 device          pty
  117 device          loop
  118 device          if_bridge
  119 
  120 # To make an SMP kernel, the next two are needed
  121 #options        SMP                     # Symmetric MultiProcessor Kernel
  122 #options        APIC_IO                 # Symmetric (APIC) I/O
  123 options         XSCALE_CACHE_READ_WRITE_ALLOCATE
  124 device          md
  125 device          random          # Entropy device
  126 
  127 #options                ARM_USE_SMALL_ALLOC
  128 
  129 # Wireless NIC cards
  130 device          wlan            # 802.11 support
  131 #device         wlan_wep        # 802.11 WEP support
  132 #device         wlan_ccmp       # 802.11 CCMP support
  133 #device         wlan_tkip       # 802.11 TKIP support
  134 device          ath             # Atheros pci/cardbus NIC's
  135 device          ath_hal         # Atheros HAL (Hardware Access Layer)
  136 options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
  137 device          ath_rate_sample # SampleRate tx rate control for ath
  138 options         ATH_DEBUG
  139 
  140 #device         crypto
  141 #device         cryptodev
  142 #device         hifn            # NB: Soekris minipci card known to work
  143 
  144 #device         usb
  145 #options        USB_DEBUG
  146 #device         uhci
  147 #device         ohci
  148 #device         ehci
  149 #device         ugen
  150 #device         umass
  151 #device         scbus           # SCSI bus (required for SCSI)
  152 #device         da              # Direct Access (disks)

Cache object: 6206a9871f27f8f5ef95135de470c259


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