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$
    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 device          xz
   60 options         GEOM_UZIP
   61 
   62 # Device tree
   63 options         FDT
   64 options         FDT_DTB_STATIC
   65 makeoptions     FDT_DTS_FILE=xlp-basic.dts
   66 
   67 # Pseudo
   68 device          loop
   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          iflib
   79 device          em
   80 
   81 # Disks
   82 device          siis
   83 device          da
   84 device          scbus
   85 #device         ata
   86 
   87 # USB
   88 device          usb                     # USB Bus (required)
   89 device          ehci                    # EHCI PCI->USB interface (USB 2.0)
   90 #options        USB_DEBUG               # enable debug msgs
   91 #device         ugen                    # Generic
   92 #device         uhid                    # "Human Interface Devices"
   93 device          umass                   # Requires scbus and da
   94 
   95 # i2c driver and devices
   96 device          iic
   97 device          iicbus
   98 device          iicoc
   99 device          ds13rtc                 # RTC on XLP boards
  100 
  101 # Crypto
  102 device          crypto
  103 device          cryptodev
  104 device          nlmsec
  105 device          nlmrsa
  106 
  107 # Options that use crypto
  108 options         IPSEC
  109 options         GEOM_ELI
  110 
  111 # NOR
  112 device          cfi
  113 device          cfid
  114 
  115 # MMC/SD
  116 device          gpio
  117 device          mmc                     # MMC/SD bus
  118 device          mmcsd                   # MMC/SD memory card
  119 device          sdhci                   # Generic PCI SD Host Controller

Cache object: e93bcd68509cfc806e2966e61e45080d


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