Diff for /elwix/config/Attic/ELWIX_NETMAP between versions 1.1.2.1 and 1.1.2.3

version 1.1.2.1, 2011/10/21 07:55:32 version 1.1.2.3, 2011/10/31 13:15:19
Line 84  options  FLOWTABLE  # per-cpu routing cache Line 84  options  FLOWTABLE  # per-cpu routing cache
 #options        KDTRACE_HOOKS           # Kernel DTrace hooks  #options        KDTRACE_HOOKS           # Kernel DTrace hooks
 options         INCLUDE_CONFIG_FILE     # Include this file in kernel  options         INCLUDE_CONFIG_FILE     # Include this file in kernel
   
# Debugging for use in -current# Debugging support.  Always need this:
 #options        KDB                     # Enable kernel debugger support.  #options        KDB                     # Enable kernel debugger support.
   # For minimum debugger support (stable branch) use:
   #options        KDB_TRACE               # Print a stack trace for a panic.
   # For full debugger support use this instead:
 #options        DDB                     # Support DDB.  #options        DDB                     # Support DDB.
 #options        GDB                     # Support remote GDB.  #options        GDB                     # Support remote GDB.
 #options        DEADLKRES               # Enable the deadlock resolver  #options        DEADLKRES               # Enable the deadlock resolver
Line 217  device  ppi  # Parallel port interface device Line 220  device  ppi  # Parallel port interface device
 #device         vpo             # Requires scbus and da  #device         vpo             # Requires scbus and da
   
 device          puc             # Multi I/O cards and multi-channel UARTs  device          puc             # Multi I/O cards and multi-channel UARTs
 device          mos  
   
 # PCI Ethernet NICs.  # PCI Ethernet NICs.
 device          bxe             # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet  device          bxe             # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.3


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