Diff for /elwix/config/ELWIX_amd64 between versions 1.2.2.4 and 1.2.2.5

version 1.2.2.4, 2018/07/06 00:23:20 version 1.2.2.5, 2018/07/09 21:22:05
Line 105  options  GDB   # Support remote GDB. Line 105  options  GDB   # Support remote GDB.
 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed  #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
 #options        MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones  #options        MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
   
   # Kernel dump features.
   options         EKCD                    # Support for encrypted kernel dumps
   options         GZIO                    # gzip-compressed kernel and user dumps
   options         ZSTDIO                  # zstd-compressed kernel and user dumps
   options         NETDUMP                 # netdump(4) client support
   
 # Make an SMP-capable kernel by default  # Make an SMP-capable kernel by default
 options         SMP                     # Symmetric MultiProcessor Kernel  options         SMP                     # Symmetric MultiProcessor Kernel
 options         EARLY_AP_STARTUP  options         EARLY_AP_STARTUP
Line 172  device  iir   # Intel Integrated RAID Line 178  device  iir   # Intel Integrated RAID
 device          ips                     # IBM (Adaptec) ServeRAID  device          ips                     # IBM (Adaptec) ServeRAID
 device          mly                     # Mylex AcceleRAID/eXtremeRAID  device          mly                     # Mylex AcceleRAID/eXtremeRAID
 device          twa                     # 3ware 9000 series PATA/SATA RAID  device          twa                     # 3ware 9000 series PATA/SATA RAID
   device          smartpqi                # Microsemi smartpqi driver
 device          tws                     # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller  device          tws                     # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller
   
 # RAID controllers  # RAID controllers
Line 239  device  em   # Intel PRO/1000 Gigabit Ethernet Family Line 246  device  em   # Intel PRO/1000 Gigabit Ethernet 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)#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
 device          txp                     # 3Com 3cR990 (``Typhoon'')  device          txp                     # 3Com 3cR990 (``Typhoon'')
Line 443  device     cxgb_t3fw # Chelsio T3 10 Gigabit Ethernet  Line 450  device     cxgb_t3fw # Chelsio T3 10 Gigabit Ethernet 
 device      cxgbe   # Chelsio T4 10Gb and 1Gb Ethernet adapter driver  device      cxgbe   # Chelsio T4 10Gb and 1Gb Ethernet adapter driver
 device      my      # Myson Technology Ethernet PCI driver  device      my      # Myson Technology Ethernet PCI driver
 device      mxge    # Myricom Myri10GE 10 Gigabit Ethernet adapter 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      qlxge   # QLogic 8100 Series 10 Gigabit Ethernet
 device      oce     # Device driver for Emulex OneConnect 10Gb network adapters  device      oce     # Device driver for Emulex OneConnect 10Gb network adapters
   

Removed from v.1.2.2.4  
changed lines
  Added in v.1.2.2.5


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