Diff for /elwix/config/ELWIX_i386 between versions 1.3.2.1 and 1.4.2.4

version 1.3.2.1, 2013/10/11 14:23:10 version 1.4.2.4, 2014/01/07 14:38:52
Line 6  cpu  I586_CPU Line 6  cpu  I586_CPU
 cpu             I686_CPU  cpu             I686_CPU
 ident           ELWIX_i386  ident           ELWIX_i386
   
include         DEFAULTS#include         DEFAULTS
   
 hints           "ELWIX_i386.hints"      # Default places to look for devices.  hints           "ELWIX_i386.hints"      # Default places to look for devices.
   
Line 76  options  HWPMC_HOOKS  # Necessary kernel hooks for hwp Line 76  options  HWPMC_HOOKS  # Necessary kernel hooks for hwp
 options         AUDIT                   # Security event auditing  options         AUDIT                   # Security event auditing
 options         CAPABILITY_MODE         # Capsicum capability mode  options         CAPABILITY_MODE         # Capsicum capability mode
 options         CAPABILITIES            # Capsicum capabilities  options         CAPABILITIES            # Capsicum capabilities
 options         PROCDESC                # Support for process descriptors  
 options         MAC                     # TrustedBSD MAC Framework  options         MAC                     # TrustedBSD MAC Framework
 #options        KDTRACE_HOOKS           # Kernel DTrace hooks  #options        KDTRACE_HOOKS           # Kernel DTrace hooks
 #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 427  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 ...
   
   #device         iscsi_initiator
   
 device          if_bridge  device          if_bridge
 device          tap  device          tap

Removed from v.1.3.2.1  
changed lines
  Added in v.1.4.2.4


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