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/conf/options

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: src/sys/conf/options,v 1.18.2.16 1999/09/05 08:08:37 peter Exp $
    2 
    3 # Format:
    4 # Option name   filename
    5 
    6 # Miscellaneous options.
    7 BOUNCE_BUFFERS  opt_bounce.h
    8 DDB
    9 DDB_UNATTENDED  opt_ddb.h
   10 DEVFS_ROOT      opt_devfs.h
   11 KTRACE
   12 NO_LKM
   13 QUOTA
   14 SYSVMSG         opt_sysvipc.h
   15 SYSVSEM         opt_sysvipc.h
   16 SYSVSHM         opt_sysvipc.h
   17 UCONSOLE
   18 
   19 # Do we want the config file compiled into the kernel?
   20 INCLUDE_CONFIG_FILE     opt_config.h
   21 
   22 # Options for static file systems.  These should only be used at config
   23 # time, since the corresponding lkms cannot work if there are any static
   24 # dependencies.  Unusability is enforced by hiding the defines for the
   25 # options in a never-included header.
   26 FDESC           opt_dontuse.h
   27 KERNFS          opt_dontuse.h
   28 NULLFS          opt_dontuse.h
   29 PORTAL          opt_dontuse.h
   30 PROCFS          opt_dontuse.h
   31 UMAPFS          opt_dontuse.h
   32 
   33 # The cd9660 static filesystem has one slightly bogus static dependency
   34 # in sys/i386/i386/autoconf.c.  If this filesystem is statically
   35 # compiled into the kernel, code for mounting a CD-ROM root filesystem
   36 # will be enabled.  This is purposely unavailable for the LKM-based
   37 # version.
   38 CD9660
   39 
   40 # In particular multi-session CD-Rs might require a huge amount of
   41 # time in order to "settle".  If we are about mounting them as the
   42 # root f/s, we gotta wait a little.
   43 CD9660_ROOTDELAY        opt_cd9660.h
   44 
   45 # The union static file system has bogus static dependencies, so it isn't
   46 # hidden yet.
   47 UNION
   48 
   49 # Options used only in param.c.
   50 EXTRAVNODES     opt_defunct.h
   51 MSGMNB          opt_param.h
   52 MSGMNI          opt_param.h
   53 MSGSEG          opt_param.h
   54 MSGSSZ          opt_param.h
   55 MSGTQL          opt_param.h
   56 NBUF            opt_param.h
   57 NMBCLUSTERS     opt_param.h
   58 SEMMAP          opt_param.h
   59 SEMMNI          opt_param.h
   60 SEMMNS          opt_param.h
   61 SEMMNU          opt_param.h
   62 SEMMSL          opt_param.h
   63 SEMOPM          opt_param.h
   64 SEMUME          opt_param.h
   65 SHMALL          opt_param.h
   66 SHMMAX          opt_param.h
   67 SHMMAXPGS       opt_param.h
   68 SHMMIN          opt_param.h
   69 SHMMNI          opt_param.h
   70 SHMSEG          opt_param.h
   71 
   72 # Generic SCSI options.
   73 SCSIDEBUG               opt_scsi.h
   74 SCSI_DELAY              opt_scsi.h
   75 SCSI_REPORT_GEOMETRY    opt_scsi.h
   76 
   77 # Options used only in scsi/od.c.
   78 OD_AUTO_TURNOFF         opt_od.h
   79 OD_BOGUS_NOT_READY      opt_od.h
   80 
   81 # Options used only in pci/ncr.c
   82 SCSI_NCR_DEBUG          opt_ncr.h
   83 SCSI_NCR_DFLT_TAGS      opt_ncr.h
   84 SCSI_NCR_MAX_SYNC       opt_ncr.h
   85 SCSI_NCR_MAX_WIDE       opt_ncr.h
   86 SCSI_NCR_MYADDR         opt_ncr.h
   87 
   88 # Options used only in pci/isp_pci.c
   89 SCSI_ISP_NO_FWLOAD_MASK opt_isp.h
   90 SCSI_ISP_NO_NVRAM_MASK  opt_isp.h
   91 SCSI_ISP_PREFER_MEM_MAP opt_isp.h
   92 SCSI_ISP_FABRIC         opt_isp.h
   93 SCSI_ISP_SCCLUN         opt_isp.h
   94 SCSI_ISP_FCDUPLEX       opt_isp.h
   95 ISP_DISABLE_1020_SUPPORT        opt_isp.h
   96 ISP_DISABLE_1080_SUPPORT        opt_isp.h
   97 ISP_DISABLE_2100_SUPPORT        opt_isp.h
   98 ISP_DISABLE_2200_SUPPORT        opt_isp.h
   99 
  100 
  101 # Resource limits.
  102 CHILD_MAX               opt_rlimit.h
  103 DFLDSIZ                 opt_rlimit.h
  104 MAXDSIZ                 opt_rlimit.h
  105 OPEN_MAX                opt_rlimit.h
  106 
  107 # Net stuff.
  108 GATEWAY                 opt_defunct.h
  109 MROUTING                opt_mrouting.h
  110 IPFIREWALL              opt_ipfw.h
  111 IPFIREWALL_VERBOSE      opt_ipfw.h
  112 IPFIREWALL_VERBOSE_LIMIT        opt_ipfw.h
  113 IPFIREWALL_DEFAULT_TO_ACCEPT    opt_ipfw.h
  114 #temp option to change ipfw/divert semantics. Should become standard.
  115 IPFW_DIVERT_RESTART     opt_ipfw.h
  116 
  117 # DPT SCSI RAID Controller 
  118 DPT_VERIFY_HINTR         opt_dpt.h
  119 DPT_RESTRICTED_FREELIST  opt_dpt.h
  120 DPT_TRACK_CCB_STATES     opt_dpt.h
  121 DPT_MEASURE_PERFORMANCE  opt_dpt.h
  122 DPT_FREELIST_IS_STACK    opt_dpt.h
  123 DPT_HANDLE_TIMEOUTS      opt_dpt.h
  124 DPT_ALLOW_MEMIO          opt_dpt.h
  125 DPT_HINTR_CHECK_SOFTC    opt_dpt.h
  126 TCPDEBUG
  127 
  128 # Size of the kernel message buffer
  129 MSGBUF_SIZE             opt_msgbuf.h
  130 
  131 # Options for "kernel ppp" and pppd.
  132 PPP_BSDCOMP             opt_ppp.h
  133 PPP_DEFLATE             opt_ppp.h
  134 PPP_FILTER              opt_ppp.h

Cache object: 7c7965fb763160dc9292df295a020329


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