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

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 # XLR64 -- Kernel configuration file for N64 kernel on XLR/XLS
    2 #
    3 # For more information on this file, please read the handbook section on
    4 # Kernel Configuration Files:
    5 #
    6 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
    7 #
    8 # The handbook is also available locally in /usr/share/doc/handbook
    9 # if you've installed the doc distribution, otherwise always see the
   10 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
   11 # latest information.
   12 #
   13 # An exhaustive list of options and more detailed explanations of the
   14 # device lines is also present in the ../../conf/NOTES and NOTES files. 
   15 # If you are in doubt as to the purpose or necessity of a line, check first 
   16 # in NOTES.
   17 #
   18 # $FreeBSD: releng/10.4/sys/mips/conf/XLR64 253845 2013-07-31 17:21:18Z obrien $
   19 
   20 machine         mips mips64
   21 ident           XLR64
   22 include         "../rmi/std.xlr"
   23 
   24 makeoptions     MODULES_OVERRIDE=""
   25 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
   26 makeoptions     ARCH_FLAGS="-march=mips64 -mabi=64"
   27 makeoptions     KERNLOADADDR=0xffffffff80100000
   28 
   29 #profile                2
   30 
   31 options         SCHED_ULE               # ULE scheduler
   32 #options        VERBOSE_SYSINIT
   33 #options        SCHED_4BSD              # 4BSD scheduler
   34 options         SMP
   35 #options        PREEMPTION              # Enable kernel thread preemption
   36 #options        FULL_PREEMPTION         # Enable kernel thread preemption
   37 options         INET                    # InterNETworking
   38 options         INET6                   # IPv6 communications protocols
   39 options         FFS                     # Berkeley Fast Filesystem
   40 #options        SOFTUPDATES             # Enable FFS soft updates support
   41 options         UFS_ACL                 # Support for access control lists
   42 options         UFS_DIRHASH             # Improve performance on big directories
   43 options         NFSCL
   44 options         NFS_ROOT
   45 #
   46 options         BOOTP
   47 options         BOOTP_NFSROOT
   48 options         BOOTP_NFSV3
   49 options         BOOTP_WIRED_TO=nlge0
   50 options         BOOTP_COMPAT
   51 options         ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
   52 #
   53 #options        MD_ROOT                 # MD is a potential root device
   54 #options        MD_ROOT_SIZE=27000
   55 #options        MD_ROOT_SIZE=5120
   56 #options        ROOTDEVNAME=\"ufs:md0\"
   57 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
   58 options         HZ=1000 
   59 options         NO_SWAPPING
   60 
   61 #Debugging options
   62 options         KTRACE                  # ktrace(1) support
   63 options         DDB
   64 options         KDB
   65 options         GDB
   66 options         ALT_BREAK_TO_DEBUGGER
   67 options         BREAK_TO_DEBUGGER
   68 #options        DEADLKRES               #Enable the deadlock resolver
   69 options         INVARIANTS              #Enable calls of extra sanity checking
   70 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
   71 #options        WITNESS                 #Enable checks to detect deadlocks and cycles
   72 #options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
   73 #options        KTR                     # ktr(4) and ktrdump(8) support
   74 #options        KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
   75 #options        KTR_ENTRIES=131072
   76 
   77 #options        LOCK_PROFILING
   78 #options        SLEEPQUEUE_PROFILING
   79 #options        TURNSTILE_PROFILING
   80 
   81 device          pci
   82 #device         ata
   83 device          uart
   84 # Pseudo
   85 device          loop
   86 device          random
   87 device          md
   88 device          bpf
   89 
   90 # Network
   91 device          miibus
   92 device          nlge
   93 device          ether
   94 device          re
   95 device          msk
   96 
   97 device          da
   98 device          scbus
   99 device          ehci            # EHCI PCI->USB interface (USB 2.0)
  100 device          usb             # USB Bus (required)
  101 options         USB_DEBUG               # enable debug msgs
  102 #device         uhid            # "Human Interface Devices"
  103 device          umass           # Disks/Mass storage - Requires scbus and da
  104 
  105 #device         cfi
  106 
  107 #i2c
  108 device          ic
  109 device          iic
  110 device          iicbb
  111 device          iicbus
  112 device          ds1374u         # RTC on XLR boards
  113 device          max6657         # Temparature sensor on XLR boards
  114 device          at24co2n        # EEPROM on XLR boards
  115 
  116 #crypto
  117 # Not yet
  118 #device         cryptodev
  119 #device         crypto
  120 #device         rmisec

Cache object: 7bbb70fd40b1f5927e280b6c9c19058a


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