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

version 1.4, 2014/01/05 23:14:23 version 1.4.2.1, 2014/01/05 23:16:08
Line 82  options  MAC   # TrustedBSD MAC Framework Line 82  options  MAC   # TrustedBSD MAC Framework
 #options        DDB_CTF                 # Kernel ELF linker loads CTF data  #options        DDB_CTF                 # Kernel ELF linker loads CTF data
 options         FLOWTABLE               # per-cpu routing cache  options         FLOWTABLE               # per-cpu routing cache
 options         INCLUDE_CONFIG_FILE     # Include this file in kernel  options         INCLUDE_CONFIG_FILE     # Include this file in kernel
 options         XENHVM                  # Include Xen support  
   
 # Debugging support.  Always need this:  # Debugging support.  Always need this:
 #options        KDB                     # Enable kernel debugger support.  #options        KDB                     # Enable kernel debugger support.
Line 429  device  virtio_blk # VirtIO Block device Line 428  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
   
# Xen support# HyperV drivers
device          xenpci          # Generic Xen busdevice          hyperv          # HyperV drivers 
 
 # Xen HVM Guest Optimizations
 # NOTE: XENHVM depends on xenpci.  They must be added or removed together.
 options         XENHVM          # Xen HVM kernel infrastructure
 device          xenpci          # Xen HVM Hypervisor services driver
 
 # VMware support
 device          vmx             # VMware VMXNET3 Ethernet
   
 ### ELWIX Additional custom settings ...  ### ELWIX Additional custom settings ...
   

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


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