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

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 the TS-7800 board.
    3 #
    4 # $FreeBSD: releng/10.2/sys/arm/conf/TS7800 283387 2015-05-24 14:57:17Z ian $
    5 #
    6 
    7 ident           TS7800
    8 include         "../mv/orion/std.ts7800"
    9 
   10 options         SOC_MV_ORION
   11 
   12 #makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
   13 makeoptions     WERROR="-Werror"
   14 
   15 options         SCHED_4BSD              # 4BSD scheduler
   16 options         INET                    # InterNETworking
   17 options         INET6                   # IPv6 communications protocols
   18 options         FFS                     # Berkeley Fast Filesystem
   19 options         SOFTUPDATES             # Enable FFS soft updates support
   20 options         NFSCL                   # New Network Filesystem Client
   21 options         NFSLOCKD                # Network Lock Manager
   22 options         NFS_ROOT                # NFS usable as /, requires NFSCL
   23 options         BOOTP
   24 options         BOOTP_NFSROOT
   25 options         BOOTP_NFSV3
   26 options         BOOTP_WIRED_TO=mge0
   27 
   28 options         GEOM_PART_BSD           # BSD partition scheme
   29 options         GEOM_PART_MBR           # MBR partition scheme
   30 options         TMPFS                   # Efficient memory filesystem
   31 
   32 options         SYSVSHM                 # SYSV-style shared memory
   33 options         SYSVMSG                 # SYSV-style message queues
   34 options         SYSVSEM                 # SYSV-style semaphores
   35 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
   36 options         MUTEX_NOINLINE
   37 options         RWLOCK_NOINLINE
   38 options         NO_FFS_SNAPSHOT
   39 options         NO_SWAPPING
   40 
   41 # Debugging
   42 options         ALT_BREAK_TO_DEBUGGER
   43 options         DDB
   44 options         KDB
   45 options         GDB                     # Support remote GDB.
   46 
   47 device          mvs
   48 device          pci
   49 
   50 # Pseudo devices
   51 device          md
   52 device          loop
   53 device          random
   54 
   55 # Serial ports
   56 device          uart
   57 
   58 # Networking
   59 device          ether
   60 device          mge                     # Marvell Gigabit Ethernet controller
   61 device          mii
   62 device          e1000phy
   63 device          bpf
   64 options         HZ=1000
   65 
   66 # USB
   67 device          usb
   68 device          ehci
   69 device          umass
   70 device          scbus
   71 device          pass
   72 device          da
   73 
   74 # SATA
   75 device          ata
   76 
   77 # Flattened Device Tree
   78 options         FDT
   79 options         FDT_DTB_STATIC
   80 makeoptions     FDT_DTS_FILE=ts7800.dts
   81 

Cache object: ee809e8224391ada3096d4ef5d9bf172


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