Diff for /elwix/config/Attic/ELWIX between versions 1.2.2.3 and 1.2.2.6

version 1.2.2.3, 2011/10/20 09:29:00 version 1.2.2.6, 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 488  device  iicbus Line 491  device  iicbus
 device          iicbb  device          iicbb
 device          bktr  device          bktr
 options         BKTR_NEW_MSP34XX_DRIVER  options         BKTR_NEW_MSP34XX_DRIVER
   options         BKTR_KODICOM_MUX
 device          speaker  device          speaker
   
 device          gpio  device          gpio
Line 519  device  my Line 523  device  my
 device          nxge  device          nxge
 device          stf  device          stf
   
device          netmap#device          netmap
   
 options         ACCEPT_FILTER_DATA  options         ACCEPT_FILTER_DATA
 options         ACCEPT_FILTER_DNS  options         ACCEPT_FILTER_DNS

Removed from v.1.2.2.3  
changed lines
  Added in v.1.2.2.6


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