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

version 1.4.2.1, 2021/09/08 12:07:28 version 1.4.2.2, 2021/09/14 12:00:33
Line 214  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 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.2.1  
changed lines
  Added in v.1.4.2.2


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