Diff for /elwix/config/ELWIX_amd64 between versions 1.4 and 1.4.2.2

version 1.4, 2021/07/16 18:35:50 version 1.4.2.2, 2021/09/14 12:00:33
Line 34  options  INET6   # IPv6 communications protocols Line 34  options  INET6   # IPv6 communications protocols
 options         IPSEC  options         IPSEC
 options         IPSEC_SUPPORT           # Allow kldload of ipsec and tcpmd5  options         IPSEC_SUPPORT           # Allow kldload of ipsec and tcpmd5
 options         ROUTE_MPATH             # Multipath routing support  options         ROUTE_MPATH             # Multipath routing support
   options         FIB_ALGO                # Modular fib lookups
 options         TCP_OFFLOAD             # TCP offload  options         TCP_OFFLOAD             # TCP offload
 options         TCP_BLACKBOX            # Enhanced TCP event logging  options         TCP_BLACKBOX            # Enhanced TCP event logging
 options         TCP_HHOOK               # hhook(9) framework for TCP  options         TCP_HHOOK               # hhook(9) framework for TCP
Line 213  device  nvme   # base NVMe driver Line 214  device  nvme   # base NVMe driver
 device          nvd                     # expose NVMe namespaces as disks, depends on nvme  device          nvd                     # expose NVMe namespaces as disks, depends on nvme
   
 # Intel Volume Management Device (VMD) support  # Intel Volume Management Device (VMD) support
device          vmd                     # base VMD devicedevice          vmd
device          vmd_bus                 # bus for VMD children 
   
 # atkbdc0 controls both the keyboard and the PS/2 mouse  # atkbdc0 controls both the keyboard and the PS/2 mouse
 device          atkbdc                  # AT keyboard controller  device          atkbdc                  # AT keyboard controller
Line 243  device  agp   # support several AGP chipsets Line 243  device  agp   # support several AGP chipsets
 # PCCARD (PCMCIA) support  # PCCARD (PCMCIA) support
 # PCMCIA and cardbus bridge support  # PCMCIA and cardbus bridge support
 device          cbb                     # cardbus (yenta) bridge  device          cbb                     # cardbus (yenta) bridge
 device          pccard                  # PC Card (16-bit) bus  
 device          cardbus                 # CardBus (32-bit) bus  device          cardbus                 # CardBus (32-bit) bus
   
 # Serial (COM) ports  # Serial (COM) ports
Line 261  device  puc   # Multi I/O cards and multi-channel UART Line 260  device  puc   # Multi I/O cards and multi-channel UART
 # PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure  # PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure
 device          iflib  device          iflib
 device          em                      # Intel PRO/1000 Gigabit Ethernet Family  device          em                      # Intel PRO/1000 Gigabit Ethernet Family
   device          igc                     # Intel I225 2.5G Ethernet
 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 700 Series Physical Function  device          ixl                     # Intel 700 Series Physical Function
Line 329  device  wlan_wep  # 802.11 WEP support Line 329  device  wlan_wep  # 802.11 WEP support
 device          wlan_ccmp               # 802.11 CCMP support  device          wlan_ccmp               # 802.11 CCMP support
 device          wlan_tkip               # 802.11 TKIP support  device          wlan_tkip               # 802.11 TKIP support
 device          wlan_amrr               # AMRR transmit rate control algorithm  device          wlan_amrr               # AMRR transmit rate control algorithm
 device          an                      # Aironet 4500/4800 802.11 wireless NICs.  
 device          ath                     # Atheros NICs  device          ath                     # Atheros NICs
 device          ath_pci                 # Atheros pci/cardbus glue  device          ath_pci                 # Atheros pci/cardbus glue
 device          ath_hal                 # pci/cardbus chip support  device          ath_hal                 # pci/cardbus chip support
Line 435  device  virtio_blk  # VirtIO Block device Line 434  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
   
   # Linux KVM paravirtualization support
   device          kvm_clock               # KVM paravirtual clock driver
   
 # HyperV drivers and enhancement support  # HyperV drivers and enhancement support
 device          hyperv                  # HyperV drivers   device          hyperv                  # HyperV drivers 
   
 # Xen HVM Guest Optimizations  # Xen HVM Guest Optimizations
# NOTE: XENHVM depends on xenpci.  They must be added or removed together.# NOTE: XENHVM depends on xenpci and xentimer.
 # They must be added or removed together.
 options         XENHVM                  # Xen HVM kernel infrastructure  options         XENHVM                  # Xen HVM kernel infrastructure
 device          xenpci                  # Xen HVM Hypervisor services driver  device          xenpci                  # Xen HVM Hypervisor services driver
   device          xentimer                # Xen x86 PV timer device
   
 # 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

Removed from v.1.4  
changed lines
  Added in v.1.4.2.2


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