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

version 1.2.2.3, 2017/08/22 14:36:56 version 1.2.2.6, 2019/09/26 13:02:34
Line 14  makeoptions DEBUG=-g  # Build kernel with gdb(1) debug Line 14  makeoptions DEBUG=-g  # Build kernel with gdb(1) debug
 makeoptions     WITH_CTF=1              # Run ctfconvert(1) for DTrace support  makeoptions     WITH_CTF=1              # Run ctfconvert(1) for DTrace support
   
 options         SCHED_ULE               # ULE scheduler  options         SCHED_ULE               # ULE scheduler
   options         NUMA                    # Non-Uniform Memory Architecture support
 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_OFFLOAD             # TCP offload  options         TCP_OFFLOAD             # TCP offload
   options         TCP_BLACKBOX            # Enhanced TCP event logging
 options         TCP_HHOOK               # hhook(9) framework for TCP  options         TCP_HHOOK               # hhook(9) framework for TCP
   options         TCP_RFC7413             # TCP Fast Open
 options         SCTP                    # Stream Control Transmission Protocol  options         SCTP                    # Stream Control Transmission Protocol
 options         FFS                     # Berkeley Fast Filesystem  options         FFS                     # Berkeley Fast Filesystem
 options         SOFTUPDATES             # Enable FFS soft updates support  options         SOFTUPDATES             # Enable FFS soft updates support
Line 36  options  MSDOSFS   # MSDOS Filesystem Line 41  options  MSDOSFS   # MSDOS Filesystem
 options         CD9660                  # ISO 9660 Filesystem  options         CD9660                  # ISO 9660 Filesystem
 options         PROCFS                  # Process filesystem (requires PSEUDOFS)  options         PROCFS                  # Process filesystem (requires PSEUDOFS)
 options         PSEUDOFS                # Pseudo-filesystem framework  options         PSEUDOFS                # Pseudo-filesystem framework
 options         GEOM_PART_GPT           # GUID Partition Tables.  
 options         GEOM_RAID               # Soft RAID functionality.  options         GEOM_RAID               # Soft RAID functionality.
 options         GEOM_LABEL              # Provides labelization  options         GEOM_LABEL              # Provides labelization
#options         GEOM_GATEoptions         EFIRT                   # EFI Runtime Services support
 options         GEOM_MAP  options         GEOM_MAP
 options         GEOM_UZIP  options         GEOM_UZIP
 #device         geom_redboot  #device         geom_redboot
Line 52  options  GEOM_STRIPE Line 56  options  GEOM_STRIPE
 options         GEOM_VIRSTOR  options         GEOM_VIRSTOR
 options         GEOM_CACHE  options         GEOM_CACHE
 options         GEOM_MULTIPATH  options         GEOM_MULTIPATH
 #options        GEOM_LINUX_LVM          # Linux LVM2 volumes  
 options         COMPAT_43TTY            # BSD 4.3 TTY compat (sgtty)  
 options         COMPAT_FREEBSD32        # Compatible with i386 binaries  options         COMPAT_FREEBSD32        # Compatible with i386 binaries
 options         COMPAT_FREEBSD4         # Compatible with FreeBSD4  options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
 options         COMPAT_FREEBSD5         # Compatible with FreeBSD5  options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
Line 101  options  GDB   # Support remote GDB. Line 103  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         DEVICE_NUMA             # I/O Device Affinity  
 options         EARLY_AP_STARTUP  options         EARLY_AP_STARTUP
   
 # CPU frequency control  # CPU frequency control
Line 127  device  siis   # SiliconImage SiI3124/SiI3132/SiI3531  Line 134  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  
                                         # 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  
                                         # 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
 device          isp                     # Qlogic family  device          isp                     # Qlogic family
Line 142  device  mpr   # LSI-Logic MPT-Fusion 3 Line 145  device  mpr   # LSI-Logic MPT-Fusion 3
 #device         ncr                     # NCR/Symbios Logic  #device         ncr                     # NCR/Symbios Logic
 device          sym                     # NCR/Symbios Logic (newer chipsets + those of `ncr')  device          sym                     # NCR/Symbios Logic (newer chipsets + those of `ncr')
 device          trm                     # Tekram DC395U/UW/F DC315U adapters  device          trm                     # Tekram DC395U/UW/F DC315U adapters
   
 device          adv                     # Advansys SCSI adapters  
 device          adw                     # Advansys wide SCSI adapters  
 device          aic                     # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.  
 device          bt                      # Buslogic/Mylex MultiMaster SCSI adapters  
 device          isci                    # Intel C600 SAS controller  device          isci                    # Intel C600 SAS controller
   device          ocs_fc                  # Emulex FC adapters
   
 # 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 changersdevice          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 172  device  iir   # Intel Integrated RAID Line 171  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 238  device  de   # DEC/Intel DC21x4x (``Tulip'') Line 238  device  de   # DEC/Intel DC21x4x (``Tulip'')
 device          em                      # Intel PRO/1000 Gigabit Ethernet Family  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 Ethernetdevice          ixl                     # Intel 700 Series Physical Function
options                IXL_IW                  # Enable iWARP Client Interface in ixl(4)device          iavf                    # Intel Adaptive Virtual Function
device          ixlv                    # Intel XL710 40Gbe VF PCIE Ethernet#option          IXL_IW                  # Enable iWARP Client Interface in ixl(4)
 #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 328  device  mwlfw Line 329  device  mwlfw
 device          wpifw  device          wpifw
   
 # Pseudo devices.  # Pseudo devices.
   device          crypto                  # core crypto support
 device          loop                    # Network loopback  device          loop                    # Network loopback
 device          random                  # Entropy device  device          random                  # Entropy device
 device          padlock_rng             # VIA Padlock RNG  device          padlock_rng             # VIA Padlock RNG
Line 385  device  ucom Line 387  device  ucom
 device          umcs  device          umcs
   
 # FireWire support  # FireWire support
device          firewire        # FireWire bus code#device          firewire        # FireWire bus code
# sbp(4) works for some systems but causes boot failure on others## sbp(4) works for some systems but causes boot failure on others
#device          sbp             # SCSI over FireWire (Requires scbus and da)##device          sbp             # SCSI over FireWire (Requires scbus and da)
device          fwe             # Ethernet over FireWire (non-standard!)#device          fwe             # Ethernet over FireWire (non-standard!)
device          fwip            # IP over FireWire (RFC 2734,3146)#device          fwip            # IP over FireWire (RFC 2734,3146)
device          dcons           # Dumb console driver#device          dcons           # Dumb console driver
device          dcons_crom      # Configuration ROM for dcons#device          dcons_crom      # Configuration ROM for dcons
   
 # Sound support  # Sound support
 device          sound                   # Generic sound driver (required)  device          sound                   # Generic sound driver (required)
Line 430  device  vmx   # VMware VMXNET3 Ethernet Line 432  device  vmx   # VMware VMXNET3 Ethernet
 # Netmap provides direct access to TX/RX rings on supported NICs  # Netmap provides direct access to TX/RX rings on supported NICs
 device          netmap                  # netmap(4) support  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  # Add multiple route table support
options     ROUTETABLES=16#options     ROUTETABLES=16
   
 device      cxgb    # Chelsio T3 10 Gigabit Ethernet adapter driver  device      cxgb    # Chelsio T3 10 Gigabit Ethernet adapter driver
 device      cxgb_t3fw   # Chelsio T3 10 Gigabit Ethernet firmware  device      cxgb_t3fw   # Chelsio T3 10 Gigabit Ethernet firmware
 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
   
Line 455  device  gre Line 453  device  gre
 device          lagg  device          lagg
 device          carp  device          carp
   
device          siba_bwn#device          siba_bwn
   
#options                NDISAPI#options        NDISAPI
 #device         ndis  #device         ndis
   
 device          pf  device          pf
Line 545  device  smb Line 543  device  smb
 device          smbus  device          smbus
 device          iicbus  device          iicbus
 device          iicbb  device          iicbb
device          bktr#device          bktr
options         BKTR_NEW_MSP34XX_DRIVER#options         BKTR_NEW_MSP34XX_DRIVER
options         BKTR_KODICOM_MUX#options         BKTR_KODICOM_MUX
 device          speaker  device          speaker
   
 device          ds133x  device          ds133x
Line 582  device  wbwd Line 580  device  wbwd
   
 #device         disc  #device         disc
 #device         edsc  #device         edsc
 options         VIMAGE  
 #device         epair  #device         epair
 device          stf  device          stf
   

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


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