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

version 1.4, 2021/07/16 18:35:50 version 1.4.2.1, 2021/09/08 12:07:28
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 243  device  agp   # support several AGP chipsets Line 244  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 261  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 330  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

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


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