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

version 1.4, 2014/01/05 23:14:23 version 1.4.2.6, 2014/06/12 23:02:53
Line 1 Line 1
 # $Id$  # $Id$
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.590 2013/07/07 00:29:29 svnexp Exp $# $FreeBSD: head/sys/i386/conf/GENERIC 267146 2014-06-06 04:08:55Z imp $
   
 cpu             I486_CPU  cpu             I486_CPU
 cpu             I586_CPU  cpu             I586_CPU
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 106  device  cpufreq Line 104  device  cpufreq
   
 # Bus support.  # Bus support.
 device          acpi  device          acpi
 device          eisa  
 device          pci  device          pci
   
 # Floppy drives  # Floppy drives
Line 120  device  mvs  # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC  Line 117  device  mvs  # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC 
 device          siis            # SiliconImage SiI3124/SiI3132/SiI3531 SATA  device          siis            # SiliconImage SiI3124/SiI3132/SiI3531 SATA
   
 # SCSI Controllers  # SCSI Controllers
 device          ahb             # EISA AHA1742 family  
 device          ahc             # AHA2940 and onboard AIC7xxx devices  device          ahc             # AHA2940 and onboard AIC7xxx devices
 options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug  options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
                                         # output.  Adds ~128k to driver.                                          # output.  Adds ~128k to driver.
Line 133  device  isp  # Qlogic family Line 129  device  isp  # Qlogic family
 #device         ispfw           # Firmware for QLogic HBAs- normally a module  #device         ispfw           # Firmware for QLogic HBAs- normally a module
 device          mpt             # LSI-Logic MPT-Fusion  device          mpt             # LSI-Logic MPT-Fusion
 device          mps             # LSI-Logic MPT-Fusion 2  device          mps             # LSI-Logic MPT-Fusion 2
   device          mpr             # LSI-Logic MPT-Fusion 3
 #device         ncr             # NCR/Symbios Logic  #device         ncr             # NCR/Symbios Logic
 device          sym             # NCR/Symbios Logic (newer chipsets + those of `ncr')  device          sym             # NCR/Symbios Logic (newer chipsets + those of `ncr')
 device          trm             # Tekram DC395U/UW/F DC315U adapters  device          trm             # Tekram DC395U/UW/F DC315U adapters
Line 265  device  lge  # Level 1 LXT1001 gigabit Ethernet Line 262  device  lge  # Level 1 LXT1001 gigabit Ethernet
 device          msk             # Marvell/SysKonnect Yukon II Gigabit Ethernet  device          msk             # Marvell/SysKonnect Yukon II Gigabit Ethernet
 device          nfe             # nVidia nForce MCP on-board Ethernet  device          nfe             # nVidia nForce MCP on-board Ethernet
 device          nge             # NatSemi DP83820 gigabit Ethernet  device          nge             # NatSemi DP83820 gigabit Ethernet
 #device         nve             # nVidia nForce MCP on-board Ethernet Networking  
 device          pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')  device          pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')
 device          re              # RealTek 8139C+/8169/8169S/8110S  device          re              # RealTek 8139C+/8169/8169S/8110S
 device          rl              # RealTek 8129/8139  device          rl              # RealTek 8129/8139
Line 429  device  virtio_blk # VirtIO Block device Line 425  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.4  
changed lines
  Added in v.1.4.2.6


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