Diff for /elwix/config/ELWIX_i386 between versions 1.6 and 1.6.2.2

version 1.6, 2017/02/13 16:52:46 version 1.6.2.2, 2017/06/09 14:54:00
Line 13  hints  "ELWIX_i386.hints" # Default places to look for Line 13  hints  "ELWIX_i386.hints" # Default places to look for
 options         INIT_PATH=/sbin/initx:/sbin/init  options         INIT_PATH=/sbin/initx:/sbin/init
   
 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols  makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
#makeoptions     WITH_CTF=1              # Run ctfconvert(1) for DTrace supportmakeoptions     WITH_CTF=1              # Run ctfconvert(1) for DTrace support
   
 options         SCHED_ULE               # ULE scheduler  options         SCHED_ULE               # ULE scheduler
 options         PREEMPTION              # Enable kernel thread preemption  options         PREEMPTION              # Enable kernel thread preemption
Line 79  options  AUDIT   # Security event auditing Line 79  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         MAC                     # TrustedBSD MAC Framework  options         MAC                     # TrustedBSD MAC Framework
#options         KDTRACE_HOOKS           # Kernel DTrace hooksoptions         KDTRACE_HOOKS           # Kernel DTrace hooks
#options         DDB_CTF                 # Kernel ELF linker loads CTF dataoptions         DDB_CTF                 # Kernel ELF linker loads CTF data
 options         INCLUDE_CONFIG_FILE     # Include this file in kernel  options         INCLUDE_CONFIG_FILE     # Include this file in kernel
 options         FLOWTABLE               # per-cpu routing cache  options         FLOWTABLE               # per-cpu routing cache
 options         RACCT                   # Resource accounting framework  options         RACCT                   # Resource accounting framework
Line 88  options  RACCT_DEFAULT_TO_DISABLED # Set kern.racct.en Line 88  options  RACCT_DEFAULT_TO_DISABLED # Set kern.racct.en
 options         RCTL                    # Resource limits  options         RCTL                    # Resource limits
   
 # Debugging support.  Always need this:  # Debugging support.  Always need this:
#options         KDB                     # Enable kernel debugger support.options         KDB                     # Enable kernel debugger support.
#options         KDB_TRACE               # Print a stack trace for a panic.options         KDB_TRACE               # Print a stack trace for a panic.
 # For full debugger support use (turn off in stable branch):  # For full debugger support use (turn off in stable branch):
#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
 #options        INVARIANTS              # Enable calls of extra sanity checking  #options        INVARIANTS              # Enable calls of extra sanity checking
 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS  #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
Line 103  options  RCTL   # Resource limits Line 103  options  RCTL   # Resource limits
 # To make an SMP kernel, the next two lines are needed  # To make an SMP kernel, the next two lines are needed
 options         SMP                     # Symmetric MultiProcessor Kernel  options         SMP                     # Symmetric MultiProcessor Kernel
 device          apic                    # I/O APIC  device          apic                    # I/O APIC
   options         EARLY_AP_STARTUP
   
 # CPU frequency control  # CPU frequency control
 device          cpufreq  device          cpufreq
Line 241  device  puc   # Multi I/O cards and multi-channel UART Line 242  device  puc   # Multi I/O cards and multi-channel UART
 device          bxe                     # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE  device          bxe                     # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
 device          de                      # DEC/Intel DC21x4x (``Tulip'')  device          de                      # DEC/Intel DC21x4x (``Tulip'')
 device          em                      # Intel PRO/1000 Gigabit Ethernet Family  device          em                      # Intel PRO/1000 Gigabit Ethernet Family
 device          igb                     # Intel PRO/1000 PCIE Server Gigabit Family  
 device          ixgb                    # Intel PRO/10GbE Ethernet Card  device          ixgb                    # Intel PRO/10GbE Ethernet Card
 device          le                      # AMD Am7900 LANCE and Am79C9xx PCnet  device          le                      # AMD Am7900 LANCE and Am79C9xx PCnet
 device          ti                      # Alteon Networks Tigon I/II gigabit Ethernet  device          ti                      # Alteon Networks Tigon I/II gigabit Ethernet
Line 341  device  malo   # Marvell Libertas wireless NICs. Line 341  device  malo   # Marvell Libertas wireless NICs.
 device          mwl                     # Marvell 88W8363 802.11n wireless NICs.  device          mwl                     # Marvell 88W8363 802.11n wireless NICs.
 device          ral                     # Ralink Technology RT2500 wireless NICs.  device          ral                     # Ralink Technology RT2500 wireless NICs.
 device          wi                      # WaveLAN/Intersil/Symbol 802.11 wireless NICs.  device          wi                      # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
 #device         wl                      # Older non 802.11 Wavelan wireless NIC.  
 device          wpi                     # Intel 3945ABG wireless NICs.  device          wpi                     # Intel 3945ABG wireless NICs.
   
 device          iwifw  device          iwifw
Line 368  device  firmware  # firmware assist module Line 367  device  firmware  # firmware assist module
 device          bpf                     # Berkeley packet filter  device          bpf                     # Berkeley packet filter
   
 # USB support  # USB support
#options         USB_DEBUG               # enable debug msgsoptions         USB_DEBUG               # enable debug msgs
 device          uhci                    # UHCI PCI->USB interface  device          uhci                    # UHCI PCI->USB interface
 device          ohci                    # OHCI PCI->USB interface  device          ohci                    # OHCI PCI->USB interface
 device          ehci                    # EHCI PCI->USB interface (USB 2.0)  device          ehci                    # EHCI PCI->USB interface (USB 2.0)
Line 376  device  xhci   # XHCI PCI->USB interface (USB 3.0) Line 375  device  xhci   # XHCI PCI->USB interface (USB 3.0)
 device          usb                     # USB Bus (required)  device          usb                     # USB Bus (required)
 device          ukbd                    # Keyboard  device          ukbd                    # Keyboard
 device          umass                   # Disks/Mass storage - Requires scbus and da  device          umass                   # Disks/Mass storage - Requires scbus and da
   
 # USB Serial devices  # USB Serial devices
 device          u3g             # USB-based 3G modems (Option, Huawei, Sierra)  device          u3g             # USB-based 3G modems (Option, Huawei, Sierra)
 device          uark            # Technologies ARK3116 based serial adapters  device          uark            # Technologies ARK3116 based serial adapters
Line 438  device  virtio_blk  # VirtIO Block device Line 438  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
   
# HyperV drivers and enchancement support# HyperV drivers and enhancement support
 device          hyperv                  # HyperV drivers   device          hyperv                  # HyperV drivers 
   
 # Xen HVM Guest Optimizations  # Xen HVM Guest Optimizations
Line 454  device  crypto   # Required by IPSEC Line 454  device  crypto   # Required by IPSEC
   
 ### ELWIX Additional custom settings ...  ### ELWIX Additional custom settings ...
   
   # Add multiple route table support
   options     ROUTETABLES=16
   
 #device         iscsi_initiator  #device         iscsi_initiator
   
 device          if_bridge  device          if_bridge
Line 474  device  pfsync Line 477  device  pfsync
 device          hifn  device          hifn
 device          enc  device          enc
 device          cryptodev  device          cryptodev
options         IPSEC_NAT_Toptions         TCP_SIGNATURE       #include support for RFC 2385
   
 options         ALTQ  options         ALTQ
 options         ALTQ_CBQ  options         ALTQ_CBQ
Line 600  options  VIMAGE Line 603  options  VIMAGE
 #device         epair  #device         epair
 device          stf  device          stf
   
 # NETMAP subsystem  
 device          netmap  device          netmap
   
 device          rlswitch  device          rlswitch
Line 612  options  ACCEPT_FILTER_HTTP Line 614  options  ACCEPT_FILTER_HTTP
 options         SW_WATCHDOG  options         SW_WATCHDOG
   
 device          etherswitch  device          etherswitch
device          rtl8366rb#device          rtl8366rb

Removed from v.1.6  
changed lines
  Added in v.1.6.2.2


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