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

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 # Custom kernel for Seagate DockStar (Marvell SheevaPlug based) devices.
    3 #
    4 # $FreeBSD: releng/10.2/sys/arm/conf/DOCKSTAR 283404 2015-05-24 15:21:47Z ian $
    5 #
    6 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
    7 #
    8 # The handbook is also available locally in /usr/share/doc/handbook
    9 # if you've installed the doc distribution, otherwise always see the
   10 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
   11 # latest information.
   12 #
   13 # An exhaustive list of options and more detailed explanations of the
   14 # device lines is also present in the ../../conf/NOTES and NOTES files. 
   15 # If you are in doubt as to the purpose or necessity of a line, check first 
   16 # in NOTES.
   17 #
   18 # $FreeBSD: releng/10.2/sys/arm/conf/DOCKSTAR 283404 2015-05-24 15:21:47Z ian $
   19 #
   20 #NO_UNIVERSE
   21 
   22 ident           DOCKSTAR
   23 
   24 include         "../mv/kirkwood/std.db88f6xxx"
   25 
   26 makeoptions     FDT_DTS_FILE=dockstar.dts
   27 
   28 options         SOC_MV_KIRKWOOD
   29 
   30 options         SCHED_4BSD              # 4BSD scheduler
   31 options         INET                    # InterNETworking
   32 options         INET6                   # IPv6 communications protocols
   33 options         SOFTUPDATES
   34 options         CD9660                  # ISO 9660 filesystem
   35 options         FFS                     # Berkeley Fast Filesystem
   36 options         TMPFS                   # Efficient memory filesystem
   37 options         MSDOSFS                 # MS DOS File System (FAT, FAT32)
   38 options         NULLFS                  # NULL filesystem
   39 options         SYSVSHM                 # SYSV-style shared memory
   40 options         SYSVMSG                 # SYSV-style message queues
   41 options         SYSVSEM                 # SYSV-style semaphores
   42 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
   43 options         GEOM_PART_BSD           # BSD partition scheme
   44 options         GEOM_PART_MBR           # MBR partition scheme
   45 options         GEOM_ELI                # Disk encryption.
   46 options         GEOM_LABEL              # Providers labelization.
   47 options         GEOM_PART_GPT           # GPT partitioning
   48 
   49 # Flattened Device Tree
   50 device          fdt
   51 options         FDT
   52 options         FDT_DTB_STATIC
   53 
   54 # Misc pseudo devices
   55 device          bpf                     # Required for DHCP
   56 device          faith                   # IPv6-to-IPv4 relaying (translation)
   57 device          firmware                # firmware(9) required for USB wlan
   58 device          gif                     # IPv6 and IPv4 tunneling
   59 device          loop                    # Network loopback
   60 device          md                      # Memory/malloc disk
   61 device          pty                     # BSD-style compatibility pseudo ttys
   62 device          random                  # Entropy device
   63 device          tun                     # Packet tunnel.
   64 device          ether                   # Required for all ethernet devices
   65 device          vlan                    # 802.1Q VLAN support
   66 device          wlan                    # 802.11 WLAN support
   67 
   68 # cam support for umass and ahci
   69 device          scbus
   70 device          pass
   71 device          da
   72 
   73 # Serial ports
   74 device          uart
   75 
   76 # Networking
   77 device          mge                     # Marvell Gigabit Ethernet controller
   78 device          mii
   79 device          e1000phy
   80 
   81 # USB
   82 options         USB_HOST_ALIGN=32       # Align DMA to cacheline
   83 #options        USB_DEBUG               # Compile in USB debug support
   84 device          usb                     # Basic usb support                     
   85 device          ehci                    # USB host controller
   86 device          umass                   # Mass storage
   87 device          uhid                    # Human-interface devices
   88 device          rum                     # Ralink Technology RT2501USB wireless NICs
   89 device          uath                    # Atheros AR5523 wireless NICs
   90 device          ural                    # Ralink Technology RT2500USB wireless NICs
   91 device          zyd                     # ZyDAS zb1211/zb1211b wireless NICs
   92 device          urtw                    # Realtek RTL8187B/L USB
   93 device          upgt                    # Conexant/Intersil PrismGT SoftMAC USB
   94 device          u3g                     # USB-based 3G modems (Option, Huawei, Sierra)
   95 
   96 # I2C (TWSI)
   97 device          iic
   98 device          iicbus
   99 
  100 # Sound
  101 device          sound
  102 device          snd_uaudio
  103 
  104 #crypto
  105 device          cesa                    # Marvell security engine
  106 device          crypto
  107 device          cryptodev
  108 
  109 # IPSec
  110 device          enc
  111 options         IPSEC
  112 options         IPSEC_NAT_T
  113 options         TCP_SIGNATURE           # include support for RFC 2385
  114 
  115 # IPFW
  116 options         IPFIREWALL
  117 options         IPFIREWALL_DEFAULT_TO_ACCEPT
  118 options         IPFIREWALL_VERBOSE
  119 options         IPFIREWALL_VERBOSE_LIMIT=100
  120 options         IPFIREWALL_NAT
  121 options         LIBALIAS
  122 options         DUMMYNET
  123 options         IPDIVERT
  124 
  125 #PF 
  126 device          pf
  127 device          pflog
  128 device          pfsync
  129 
  130 # ALTQ, required for PF
  131 options         ALTQ                    # Basic ALTQ support
  132 options         ALTQ_CBQ                # Class Based Queueing
  133 options         ALTQ_RED                # Random Early Detection
  134 options         ALTQ_RIO                # RED In/Out
  135 options         ALTQ_HFSC               # Hierarchical Packet Scheduler
  136 options         ALTQ_CDNR               # Traffic conditioner
  137 options         ALTQ_PRIQ               # Priority Queueing
  138 options         ALTQ_NOPCC              # Required if the TSC is unusable
  139 #options        ALTQ_DEBUG
  140 
  141 # Debugging
  142 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
  143 options         BREAK_TO_DEBUGGER
  144 options         ALT_BREAK_TO_DEBUGGER
  145 options         DDB
  146 options         KDB
  147 #options        DIAGNOSTIC
  148 #options        INVARIANTS              # Enable calls of extra sanity checking
  149 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
  150 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
  151 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
  152 #options        WITNESS_KDB
  153 
  154 # Enable these options for nfs root configured via BOOTP.
  155 options         NFSCL                   # Network Filesystem Client
  156 options         NFSLOCKD                # Network Lock Manager
  157 #options        NFS_ROOT                # NFS usable as /, requires NFSCLIENT
  158 #options        BOOTP
  159 #options        BOOTP_NFSROOT
  160 #options        BOOTP_NFSV3
  161 #options        BOOTP_WIRED_TO=mge0
  162 
  163 # If not using BOOTP, use something like one of these...
  164 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
  165 options         ROOTDEVNAME=\"ufs:/dev/da0s1a\"
  166 #options        ROOTDEVNAME=\"ufs:/dev/da0p10\"
  167 #options        ROOTDEVNAME=\"nfs:192.168.0.254/dreamplug\"
  168 

Cache object: eb29af2af3d72d01645bdf573600b2bb


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