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

Cache object: 8a8d63002ee747d127e7478b0961b401


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