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/mips/conf/std.XLP

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 # $FreeBSD: releng/11.1/sys/mips/conf/std.XLP 263301 2014-03-18 14:41:18Z imp $
    2 
    3 include         "../nlm/std.xlp"
    4 makeoptions     MODULES_OVERRIDE=""
    5 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
    6 #profile        2
    7 
    8 hints           "XLP.hints"
    9 
   10 options         SCHED_ULE               # ULE scheduler
   11 #options        VERBOSE_SYSINIT
   12 #options        SCHED_4BSD              # 4BSD scheduler
   13 options         SMP
   14 options         PREEMPTION              # Enable kernel thread preemption
   15 #options        FULL_PREEMPTION         # Enable kernel thread preemption
   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         UFS_ACL                 # Support for access control lists
   21 options         UFS_DIRHASH             # Improve performance on big directories
   22 options         NFSCL
   23 options         NFS_ROOT
   24 options         MSDOSFS                 #MSDOS Filesystem
   25 #
   26 #options        BOOTP
   27 #options        BOOTP_NFSROOT
   28 #options        BOOTP_NFSV3
   29 #options        BOOTP_WIRED_TO=nlge0
   30 #options        BOOTP_COMPAT
   31 #options        ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
   32 
   33 options         MD_ROOT                 # MD is a potential root device
   34 options         MD_ROOT_SIZE=132000
   35 options         ROOTDEVNAME=\"ufs:md0\"
   36 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
   37 options         HZ=1000 
   38 options         NO_SWAPPING
   39 
   40 # Debugging options
   41 options         KTRACE                  # ktrace(1) support
   42 options         DDB
   43 options         KDB
   44 options         GDB
   45 options         BREAK_TO_DEBUGGER
   46 options         ALT_BREAK_TO_DEBUGGER
   47 #options        DEADLKRES               # Enable the deadlock resolver
   48 #options        INVARIANTS
   49 #options        INVARIANT_SUPPORT
   50 #options        WITNESS                 # Detect deadlocks and cycles
   51 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
   52 #options        KTR                     # ktr(4) and ktrdump(8) support
   53 #options        KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
   54 #options        KTR_ENTRIES=131072
   55 #options        LOCK_DEBUG
   56 #options        LOCK_PROFILING
   57 
   58 options         GEOM_UZIP
   59 
   60 # Device tree
   61 options         FDT
   62 options         FDT_DTB_STATIC
   63 makeoptions     FDT_DTS_FILE=xlp-basic.dts
   64 
   65 # Pseudo
   66 device          loop
   67 device          random
   68 device          md
   69 device          bpf
   70 
   71 # Network
   72 device          miibus
   73 device          ether
   74 device          xlpge
   75 #device         re
   76 device          msk
   77 device          em
   78 
   79 # Disks
   80 device          siis
   81 device          da
   82 device          scbus
   83 #device         ata
   84 
   85 # USB
   86 device          usb                     # USB Bus (required)
   87 device          ehci                    # EHCI PCI->USB interface (USB 2.0)
   88 #options        USB_DEBUG               # enable debug msgs
   89 #device         ugen                    # Generic
   90 #device         uhid                    # "Human Interface Devices"
   91 device          umass                   # Requires scbus and da
   92 
   93 # i2c driver and devices
   94 device          iic
   95 device          iicbus
   96 device          iicoc
   97 device          ds1374                  # RTC on XLP boards
   98 
   99 # Crypto
  100 device          crypto
  101 device          cryptodev
  102 device          nlmsec
  103 device          nlmrsa
  104 
  105 # Options that use crypto
  106 options         IPSEC
  107 options         GEOM_ELI
  108 
  109 # NOR
  110 device          cfi
  111 device          cfid
  112 
  113 # MMC/SD
  114 device          mmc                     # MMC/SD bus
  115 device          mmcsd                   # MMC/SD memory card
  116 device          sdhci                   # Generic PCI SD Host Controller

Cache object: cf8c38e4350bdf5f0c458a7e282b3d3d


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