Diff for /elwix/config/ELWIX_amd64 between versions 1.1.2.7 and 1.2.2.3

version 1.1.2.7, 2016/12/27 20:51:02 version 1.2.2.3, 2017/08/22 14:36:56
Line 11  hints  "ELWIX_amd64.hints" # Default places to look fo Line 11  hints  "ELWIX_amd64.hints" # Default places to look fo
 options         INIT_PATH=/sbin/initx:/sbin/init  options         INIT_PATH=/sbin/initx:/sbin/init
   
 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols  makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
#makeoptions     WITH_CTF=1              # Run ctfconvert(1) for DTrace supportmakeoptions     WITH_CTF=1              # Run ctfconvert(1) for DTrace support
   
 options         SCHED_ULE               # ULE scheduler  options         SCHED_ULE               # ULE scheduler
 options         PREEMPTION              # Enable kernel thread preemption  options         PREEMPTION              # Enable kernel thread preemption
Line 85  options  INCLUDE_CONFIG_FILE # Include this file in ke Line 85  options  INCLUDE_CONFIG_FILE # Include this file in ke
 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
 options         FLOWTABLE               # per-cpu routing cache  
   
 # 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        BUF_TRACKING            # Track buffer history  #options        BUF_TRACKING            # Track buffer history
#options         DDB                     # Support DDB.options         DDB                     # Support DDB.
 #options        FULL_BUF_TRACKING       # Track more buffer history  #options        FULL_BUF_TRACKING       # Track more buffer history
#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
Line 152  device  isci   # Intel C600 SAS controller Line 151  device  isci   # Intel C600 SAS controller
   
 # ATA/SCSI peripherals  # ATA/SCSI peripherals
 device          scbus                   # SCSI bus (required for ATA/SCSI)  device          scbus                   # SCSI bus (required for ATA/SCSI)
device          ch                      # SCSI media changers#device          ch                      # SCSI media changers
 device          da                      # Direct Access (disks)  device          da                      # Direct Access (disks)
 device          sa                      # Sequential Access (tape etc)  device          sa                      # Sequential Access (tape etc)
 device          cd                      # CD  device          cd                      # CD
Line 237  device  puc   # Multi I/O cards and multi-channel UART Line 236  device  puc   # Multi I/O cards and multi-channel UART
 device          bxe                     # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE  device          bxe                     # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
 device          de                      # DEC/Intel DC21x4x (``Tulip'')  device          de                      # DEC/Intel DC21x4x (``Tulip'')
 device          em                      # Intel PRO/1000 Gigabit Ethernet Family  device          em                      # Intel PRO/1000 Gigabit Ethernet Family
 device          igb                     # Intel PRO/1000 PCIE Server Gigabit Family  
 device          ix                      # Intel PRO/10GbE PCIE PF Ethernet  device          ix                      # Intel PRO/10GbE PCIE PF Ethernet
 device          ixv                     # Intel PRO/10GbE PCIE VF Ethernet  device          ixv                     # Intel PRO/10GbE PCIE VF Ethernet
 device          ixl                     # Intel XL710 40Gbe PCIE Ethernet  device          ixl                     # Intel XL710 40Gbe PCIE Ethernet
   options         IXL_IW                  # Enable iWARP Client Interface in ixl(4)
 device          ixlv                    # Intel XL710 40Gbe VF PCIE Ethernet  device          ixlv                    # Intel XL710 40Gbe VF PCIE Ethernet
 device          le                      # AMD Am7900 LANCE and Am79C9xx PCnet  device          le                      # AMD Am7900 LANCE and Am79C9xx PCnet
 device          ti                      # Alteon Networks Tigon I/II gigabit Ethernet  device          ti                      # Alteon Networks Tigon I/II gigabit Ethernet
Line 284  device  vr   # VIA Rhine, Rhine II Line 283  device  vr   # VIA Rhine, Rhine II
 device          wb                      # Winbond W89C840F  device          wb                      # Winbond W89C840F
 device          xl                      # 3Com 3c90x (``Boomerang'', ``Cyclone'')  device          xl                      # 3Com 3c90x (``Boomerang'', ``Cyclone'')
   
# ISA Ethernet NICs.  pccard NICs included.#options         XBONEHACK
device          cs              # Crystal Semiconductor CS89x0 NIC 
# 'device ed' requires 'device miibus' 
device          ed              # NE[12]000, SMC Ultra, 3c503, DS8390 cards 
device          ex              # Intel EtherExpress Pro/10 and Pro/10+ 
device          ep              # Etherlink III based cards 
device          fe              # Fujitsu MB8696x based cards 
device          sn              # SMC's 9000 series of Ethernet chips 
device          xe              # Xircom pccard Ethernet 
 
options         XBONEHACK 
 device          wlan_acl  device          wlan_acl
 device          wlan_xauth  device          wlan_xauth
 device          wlan_rssadapt  device          wlan_rssadapt
Line 356  device  firmware  # firmware assist module Line 345  device  firmware  # firmware assist module
 device          bpf                     # Berkeley packet filter  device          bpf                     # Berkeley packet filter
   
 # USB support  # USB support
#options         USB_DEBUG               # enable debug msgsoptions         USB_DEBUG               # enable debug msgs
 device          uhci                    # UHCI PCI->USB interface  device          uhci                    # UHCI PCI->USB interface
 device          ohci                    # OHCI PCI->USB interface  device          ohci                    # OHCI PCI->USB interface
 device          ehci                    # EHCI PCI->USB interface (USB 2.0)  device          ehci                    # EHCI PCI->USB interface (USB 2.0)
Line 427  device  virtio_blk  # VirtIO Block device Line 416  device  virtio_blk  # VirtIO Block device
 device          virtio_scsi             # VirtIO SCSI device  device          virtio_scsi             # VirtIO SCSI device
 device          virtio_balloon          # VirtIO Memory Balloon device  device          virtio_balloon          # VirtIO Memory Balloon device
   
# HyperV drivers and enchancement support# HyperV drivers and enhancement support
 device          hyperv                  # HyperV drivers   device          hyperv                  # HyperV drivers 
   
 # Xen HVM Guest Optimizations  # Xen HVM Guest Optimizations
Line 438  device  xenpci   # Xen HVM Hypervisor services driver Line 427  device  xenpci   # Xen HVM Hypervisor services driver
 # VMware support  # VMware support
 device          vmx                     # VMware VMXNET3 Ethernet  device          vmx                     # VMware VMXNET3 Ethernet
   
   # Netmap provides direct access to TX/RX rings on supported NICs
   device          netmap                  # netmap(4) support
   
   # The crypto framework is required by IPSEC
   device          crypto                  # Required by IPSEC
   
 ### ELWIX Additional custom settings ...  ### ELWIX Additional custom settings ...
   
   # Add multiple route table support
   options     ROUTETABLES=16
   
   device      cxgb    # Chelsio T3 10 Gigabit Ethernet adapter driver
   device      cxgb_t3fw   # Chelsio T3 10 Gigabit Ethernet firmware
   device      cxgbe   # Chelsio T4 10Gb and 1Gb Ethernet adapter driver
   device      my      # Myson Technology Ethernet PCI driver
   device      mxge    # Myricom Myri10GE 10 Gigabit Ethernet adapter driver
   device      nxge    # Neterion Xframe 10GbE Server/Storage adapter driver
   device      qlxge   # QLogic 8100 Series 10 Gigabit Ethernet
   device      oce     # Device driver for Emulex OneConnect 10Gb network adapters
   
 #device         iscsi_initiator  #device         iscsi_initiator
   
 device          if_bridge  device          if_bridge
Line 459  device  pfsync Line 466  device  pfsync
   
 device          hifn  device          hifn
 device          enc  device          enc
 device          crypto  
 device          cryptodev  device          cryptodev
options         IPSEC_NAT_Toptions         TCP_SIGNATURE       #include support for RFC 2385
   
 options         ALTQ  options         ALTQ
 options         ALTQ_CBQ  options         ALTQ_CBQ
Line 580  options  VIMAGE Line 586  options  VIMAGE
 #device         epair  #device         epair
 device          stf  device          stf
   
 # NETMAP subsystem  
 device          netmap  
   
 device          rlswitch  device          rlswitch
   
 options         ACCEPT_FILTER_DATA  options         ACCEPT_FILTER_DATA
Line 592  options  ACCEPT_FILTER_HTTP Line 595  options  ACCEPT_FILTER_HTTP
 options         SW_WATCHDOG  options         SW_WATCHDOG
   
 device          etherswitch  device          etherswitch
device          rtl8366rb#device          rtl8366rb

Removed from v.1.1.2.7  
changed lines
  Added in v.1.2.2.3


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