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

version 1.2.2.6, 2019/09/26 13:02:34 version 1.2.2.7, 2020/06/11 00:52:48
Line 1 Line 1
 # $Id$  # $Id$
# $FreeBSD: head/sys/amd64/conf/GENERIC 271137 2014-09-04 21:06:33Z markj $# $FreeBSD: stable/12/sys/amd64/conf/GENERIC 354439 2019-11-07 13:01:09Z hselasky $
   
 cpu             HAMMER  cpu             HAMMER
 ident           ELWIX_amd64  ident           ELWIX_amd64
   machine         amd64
   
#include                DEFAULTS# Bus support.
 device          isa
   
   # Pseudo devices.
   device          mem             # Memory and kernel memory devices
   device          io              # I/O device
   
   # UART chips on this platform
   device          uart_ns8250
   device          superio
   
   options         NEW_PCIB
   
 hints           "ELWIX_amd64.hints"     # Default places to look for devices.  hints           "ELWIX_amd64.hints"     # Default places to look for devices.
   
 options         INIT_PATH=/sbin/initx:/sbin/init  options         INIT_PATH=/sbin/initx:/sbin/init
Line 49  options  GEOM_UZIP Line 61  options  GEOM_UZIP
 #device         geom_redboot  #device         geom_redboot
 device          geom_map        # to get access to the SPI flash partitions  device          geom_map        # to get access to the SPI flash partitions
 device          geom_uzip       # compressed in-memory filesystem support  device          geom_uzip       # compressed in-memory filesystem support
   device          xz
   options         GEOM_PART_BSD
   options         GEOM_PART_EBR
   options         GEOM_PART_EBR_COMPAT
   options         GEOM_PART_MBR
   options         GEOM_PART_GPT
 options         GEOM_ELI  options         GEOM_ELI
 options         GEOM_MIRROR  options         GEOM_MIRROR
 options         GEOM_CONCAT  options         GEOM_CONCAT
Line 232  device  ppi   # Parallel port interface device Line 250  device  ppi   # Parallel port interface device
   
 device          puc                     # Multi I/O cards and multi-channel UARTs  device          puc                     # Multi I/O cards and multi-channel UARTs
   
# PCI Ethernet NICs.# PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure
device          bxe                     # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbEdevice          iflib
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 700 Series Physical Function  device          ixl                     # Intel 700 Series Physical Function
 device          iavf                    # Intel Adaptive Virtual Function  device          iavf                    # Intel Adaptive Virtual Function
   device          vmx                     # VMware VMXNET3 Ethernet
   
   # PCI Ethernet NICs.
   device          bxe                     # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
   device          de                      # DEC/Intel DC21x4x (``Tulip'')
 #option         IXL_IW                  # Enable iWARP Client Interface in ixl(4)  #option         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
Line 336  device  padlock_rng  # VIA Padlock RNG Line 358  device  padlock_rng  # VIA Padlock RNG
 device          rdrand_rng              # Intel Bull Mountain RNG  device          rdrand_rng              # Intel Bull Mountain RNG
 device          ether                   # Ethernet support  device          ether                   # Ethernet support
 device          vlan                    # 802.1Q VLAN support  device          vlan                    # 802.1Q VLAN support
device          tun                     # Packet tunnel.device          tuntap                        # Packet tunnel.
 device          md                      # Memory "disks"  device          md                      # Memory "disks"
 device          gif                     # IPv6 and IPv4 tunneling  device          gif                     # IPv6 and IPv4 tunneling
 device          firmware                # firmware assist module  device          firmware                # firmware assist module
Line 426  device  hyperv   # HyperV drivers  Line 448  device  hyperv   # HyperV drivers 
 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
   
 # VMware support  
 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
   
   # evdev interface
   options         EVDEV_SUPPORT           # evdev support in legacy drivers
   device          evdev                   # input event device support
   device          uinput                  # install /dev/uinput cdev
   
 ### ELWIX Additional custom settings ...  ### ELWIX Additional custom settings ...
   
 # Add multiple route table support  # Add multiple route table support
Line 448  device      oce     # Device driver for Emulex OneConn Line 472  device      oce     # Device driver for Emulex OneConn
 #device         iscsi_initiator  #device         iscsi_initiator
   
 device          if_bridge  device          if_bridge
 device          tap  
 device          gre  device          gre
 device          lagg  device          lagg
 device          carp  device          carp

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


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