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/DB-78XXX

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 Marvell DB-78xx boards.
    3 #
    4 # $FreeBSD: releng/8.1/sys/arm/conf/DB-78XXX 207399 2010-04-29 22:44:04Z thompsa $
    5 #
    6 
    7 ident           DB-88F78XX
    8 include         "../mv/discovery/std.db78xxx"
    9 
   10 options         SOC_MV_DISCOVERY
   11 makeoptions     MODULES_OVERRIDE=""
   12 
   13 #makeoptions    DEBUG=-g                #Build kernel with gdb(1) debug symbols
   14 makeoptions     WERROR="-Werror"
   15 
   16 options         SCHED_4BSD              #4BSD scheduler
   17 options         INET                    #InterNETworking
   18 options         INET6                   #IPv6 communications protocols
   19 options         FFS                     #Berkeley Fast Filesystem
   20 options         NFSCLIENT               #Network Filesystem Client
   21 options         NFSLOCKD                #Network Lock Manager
   22 options         NFS_ROOT                #NFS usable as /, requires NFSCLIENT
   23 options         BOOTP
   24 options         BOOTP_NFSROOT
   25 options         BOOTP_NFSV3
   26 options         BOOTP_WIRED_TO=mge0
   27 
   28 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
   29 
   30 options         SYSVSHM                 #SYSV-style shared memory
   31 options         SYSVMSG                 #SYSV-style message queues
   32 options         SYSVSEM                 #SYSV-style semaphores
   33 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   34 options         MUTEX_NOINLINE
   35 options         RWLOCK_NOINLINE
   36 options         NO_FFS_SNAPSHOT
   37 options         NO_SWAPPING
   38 
   39 # Debugging
   40 options         ALT_BREAK_TO_DEBUGGER
   41 options         DDB
   42 options         DIAGNOSTIC
   43 #options        INVARIANTS              #Enable calls of extra sanity checking
   44 #options        INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
   45 options         KDB
   46 options         WITNESS                 #Enable checks to detect deadlocks and cycles
   47 options         WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
   48 #options        WITNESS_KDB
   49 
   50 device          pci
   51 
   52 # Pseudo devices
   53 device          loop
   54 device          md
   55 device          pty
   56 device          random
   57 
   58 # Serial ports
   59 device          uart
   60 
   61 # Networking
   62 device          ether
   63 device          mge                     # Marvell Gigabit Ethernet controller
   64 device          mii
   65 device          e1000phy
   66 device          bpf
   67 
   68 # USB
   69 options         USB_DEBUG       # enable debug msgs
   70 device          usb
   71 device          ehci
   72 device          umass
   73 device          scbus
   74 device          pass
   75 device          da
   76 
   77 # I2C (TWSI)
   78 device          iic
   79 device          iicbus
   80 device          ds133x
   81 
   82 # SATA
   83 device          ata
   84 device          atadisk

Cache object: 691fd7b6e81f8008064a26f44b506dc5


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