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

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 # $FreeBSD$
    3 #
    4 
    5 hints           "SWARM.hints"
    6 include         "../sibyte/std.sibyte"
    7 
    8 options         CFE
    9 options         CFE_CONSOLE
   10 options         CFE_ENV
   11 options         ALT_BREAK_TO_DEBUGGER
   12 
   13 cpu             CPU_SB1
   14 
   15 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   16 makeoptions     MODULES_OVERRIDE=""
   17 
   18 options         DDB
   19 options         KDB
   20 
   21 options         SCHED_4BSD              #4BSD scheduler
   22 options         INET                    #InterNETworking
   23 options         NFSCL                   #Network Filesystem Client
   24 options         NFS_ROOT                #NFS usable as /, requires NFSCL
   25 options         PSEUDOFS                #Pseudo-filesystem framework
   26 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   27 
   28 # Debugging for use in -current
   29 #options        DEADLKRES
   30 options         INVARIANTS
   31 options         INVARIANT_SUPPORT
   32 options         WITNESS
   33 
   34 options         FFS                     #Fast filesystem
   35 
   36 options         KTRACE
   37 
   38 device          pci
   39 device          miibus
   40 device          bge
   41 device          loop
   42 device          ether
   43 device          md
   44 device          random
   45 
   46 options         USB_DEBUG
   47 device usb
   48 device ohci
   49 device uhci
   50 device ehci
   51 
   52 device umass
   53 
   54 device scbus
   55 device cd
   56 device da
   57 device pass
   58 
   59 device          ata
   60 options         ATA_CAM
   61 options         ATA_STATIC_ID   # Static device numbering

Cache object: e1f826b7333845e2c3b008193aa77ef2


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