Diff for /elwix/config/ELWIX_i386 between versions 1.6.2.2 and 1.6.2.4

version 1.6.2.2, 2017/06/09 14:54:00 version 1.6.2.4, 2017/12/27 21:13:00
Line 17  makeoptions WITH_CTF=1  # Run ctfconvert(1) for DTrace Line 17  makeoptions WITH_CTF=1  # Run ctfconvert(1) for DTrace
   
 options         SCHED_ULE               # ULE scheduler  options         SCHED_ULE               # ULE scheduler
 options         PREEMPTION              # Enable kernel thread preemption  options         PREEMPTION              # Enable kernel thread preemption
   options         VIMAGE                  # Subsystem virtualization, e.g. VNET
 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         IPSEC_SUPPORT           # Allow kldload of ipsec and tcpmd5
 options         TCP_HHOOK               # hhook(9) framework for TCP  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
Line 82  options  MAC   # TrustedBSD MAC Framework Line 84  options  MAC   # TrustedBSD MAC Framework
 options         KDTRACE_HOOKS           # Kernel DTrace hooks  options         KDTRACE_HOOKS           # Kernel DTrace hooks
 options         DDB_CTF                 # Kernel ELF linker loads CTF data  options         DDB_CTF                 # Kernel ELF linker loads CTF data
 options         INCLUDE_CONFIG_FILE     # Include this file in kernel  options         INCLUDE_CONFIG_FILE     # Include this file in kernel
 options         FLOWTABLE               # per-cpu routing cache  
 options         RACCT                   # Resource accounting framework  options         RACCT                   # Resource accounting framework
 options         RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default  options         RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
 options         RCTL                    # Resource limits  options         RCTL                    # Resource limits
Line 125  device  siis   # SiliconImage SiI3124/SiI3132/SiI3531  Line 126  device  siis   # SiliconImage SiI3124/SiI3132/SiI3531 
   
 # SCSI Controllers  # SCSI Controllers
 device          ahc                     # AHA2940 and onboard AIC7xxx devices  device          ahc                     # AHA2940 and onboard AIC7xxx devices
options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug#options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
                                         # output.  Adds ~128k to driver.                                          # output.  Adds ~128k to driver.
device          ahd                     # AHA39320/29320 and onboard AIC79xx devices#device          ahd                     # AHA39320/29320 and onboard AIC79xx devices
options         AHD_REG_PRETTY_PRINT    # Print register bitfields in debug#options         AHD_REG_PRETTY_PRINT    # Print register bitfields in debug
                                         # output.  Adds ~215k to driver.                                          # output.  Adds ~215k to driver.
 device          esp                     # AMD Am53C974 (Tekram DC-390(T))  device          esp                     # AMD Am53C974 (Tekram DC-390(T))
 device          hptiop                  # Highpoint RocketRaid 3xxx series  device          hptiop                  # Highpoint RocketRaid 3xxx series
Line 305  device  ie   # EtherExpress 8/16, 3C507, StarLAN 10 et Line 306  device  ie   # EtherExpress 8/16, 3C507, StarLAN 10 et
 device          sn                      # SMC's 9000 series of Ethernet chips  device          sn                      # SMC's 9000 series of Ethernet chips
 device          xe                      # Xircom pccard Ethernet  device          xe                      # Xircom pccard Ethernet
   
options         XBONEHACK#options         XBONEHACK
 device          wlan_acl  device          wlan_acl
 device          wlan_xauth  device          wlan_xauth
 device          wlan_rssadapt  device          wlan_rssadapt
Line 455  device  crypto   # Required by IPSEC Line 456  device  crypto   # Required by IPSEC
 ### ELWIX Additional custom settings ...  ### ELWIX Additional custom settings ...
   
 # Add multiple route table support  # Add multiple route table support
options     ROUTETABLES=16#options     ROUTETABLES=16
   
#device          iscsi_initiatordevice          iscsi
 #device         iser
   
 device          if_bridge  device          if_bridge
 device          tap  device          tap
Line 599  device  vxlan Line 601  device  vxlan
   
 #device         disc  #device         disc
 #device         edsc  #device         edsc
 options         VIMAGE  
 #device         epair  #device         epair
 device          stf  device          stf
   

Removed from v.1.6.2.2  
changed lines
  Added in v.1.6.2.4


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