Diff for /elwix/config/ELWIX_i386 between versions 1.5.2.3 and 1.5.2.6

version 1.5.2.3, 2016/09/29 14:38:29 version 1.5.2.6, 2016/12/23 08:32:23
Line 1 Line 1
 # $Id$  # $Id$
# $FreeBSD: head/sys/i386/conf/GENERIC 299142 2016-05-05 22:26:23Z jhb $# $FreeBSD: head/sys/i386/conf/GENERIC 310177 2016-12-16 21:10:37Z jhb $
   
 cpu             I486_CPU  cpu             I486_CPU
 cpu             I586_CPU  cpu             I586_CPU
Line 20  options  PREEMPTION  # Enable kernel thread preemption Line 20  options  PREEMPTION  # Enable kernel thread preemption
 options         INET                    # InterNETworking  options         INET                    # InterNETworking
 options         INET6                   # IPv6 communications protocols  options         INET6                   # IPv6 communications protocols
 options         IPSEC                   # IP (v4/v6) security  options         IPSEC                   # IP (v4/v6) security
   options         TCP_HHOOK               # hhook(9) framework for TCP
 options         TCP_OFFLOAD             # TCP offload  options         TCP_OFFLOAD             # TCP offload
 options         SCTP                    # Stream Control Transmission Protocol  options         SCTP                    # Stream Control Transmission Protocol
 options         FFS                     # Berkeley Fast Filesystem  options         FFS                     # Berkeley Fast Filesystem
Line 45  options  GEOM_MAP Line 46  options  GEOM_MAP
 options         GEOM_UZIP  options         GEOM_UZIP
 #device         geom_redboot  #device         geom_redboot
 device          geom_map        # to get access to the SPI flash partitions  device          geom_map        # to get access to the SPI flash partitions
#device         geom_uncompress # compressed in-memory filesystem hackery!device          geom_uzip       # compressed in-memory filesystem support
#device          geom_uzip       # compressed in-memory filesystem support 
 options         GEOM_ELI  options         GEOM_ELI
 options         GEOM_MIRROR  options         GEOM_MIRROR
 options         GEOM_CONCAT  options         GEOM_CONCAT
Line 62  options  COMPAT_FREEBSD6  # Compatible with FreeBSD6 Line 62  options  COMPAT_FREEBSD6  # Compatible with FreeBSD6
 options         COMPAT_FREEBSD7         # Compatible with FreeBSD7  options         COMPAT_FREEBSD7         # Compatible with FreeBSD7
 options         COMPAT_FREEBSD9         # Compatible with FreeBSD9  options         COMPAT_FREEBSD9         # Compatible with FreeBSD9
 options         COMPAT_FREEBSD10        # Compatible with FreeBSD10  options         COMPAT_FREEBSD10        # Compatible with FreeBSD10
   options         COMPAT_FREEBSD11        # Compatible with FreeBSD11
 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI  options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
 options         KTRACE                  # ktrace(1) support  options         KTRACE                  # ktrace(1) support
 options         STACK                   # stack(9) support  options         STACK                   # stack(9) support
Line 87  options  RACCT_DEFAULT_TO_DISABLED # Set kern.racct.en Line 88  options  RACCT_DEFAULT_TO_DISABLED # Set kern.racct.en
 options         RCTL                    # Resource limits  options         RCTL                    # Resource limits
   
 # Debugging support.  Always need this:  # Debugging support.  Always need this:
options         KDB                     # Enable kernel debugger support.#options         KDB                     # Enable kernel debugger support.
options         KDB_TRACE               # Print a stack trace for a panic.#options         KDB_TRACE               # Print a stack trace for a panic.
 # For full debugger support use (turn off in stable branch):  # For full debugger support use (turn off in stable branch):
options         DDB                     # Support DDB.#options         DDB                     # Support DDB.
options         GDB                     # Support remote GDB.#options         GDB                     # Support remote GDB.
 #options        DEADLKRES               # Enable the deadlock resolver  #options        DEADLKRES               # Enable the deadlock resolver
 #options        INVARIANTS              # Enable calls of extra sanity checking  #options        INVARIANTS              # Enable calls of extra sanity checking
 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS  #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS

Removed from v.1.5.2.3  
changed lines
  Added in v.1.5.2.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>