--- elwix/config/ELWIX_i386 2016/11/28 11:22:27 1.5.2.4 +++ elwix/config/ELWIX_i386 2016/12/15 14:32:50 1.5.2.5 @@ -1,4 +1,4 @@ -# $Id: ELWIX_i386,v 1.5.2.4 2016/11/28 11:22:27 misho Exp $ +# $Id: ELWIX_i386,v 1.5.2.5 2016/12/15 14:32:50 misho Exp $ # $FreeBSD: head/sys/i386/conf/GENERIC 299142 2016-05-05 22:26:23Z jhb $ cpu I486_CPU @@ -6,7 +6,7 @@ cpu I586_CPU cpu I686_CPU ident ELWIX_i386 -include DEFAULTS +#include DEFAULTS hints "ELWIX_i386.hints" # Default places to look for devices. @@ -20,6 +20,7 @@ options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols options IPSEC # IP (v4/v6) security +options TCP_HHOOK # hhook(9) framework for TCP options TCP_OFFLOAD # TCP offload options SCTP # Stream Control Transmission Protocol options FFS # Berkeley Fast Filesystem @@ -45,8 +46,7 @@ options GEOM_MAP options GEOM_UZIP #device geom_redboot device geom_map # to get access to the SPI flash partitions -#device geom_uncompress # compressed in-memory filesystem hackery! -#device geom_uzip # compressed in-memory filesystem support +device geom_uzip # compressed in-memory filesystem support options GEOM_ELI options GEOM_MIRROR options GEOM_CONCAT @@ -87,11 +87,11 @@ options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.en options RCTL # Resource limits # Debugging support. Always need this: -options KDB # Enable kernel debugger support. -options KDB_TRACE # Print a stack trace for a panic. +#options KDB # Enable kernel debugger support. +#options KDB_TRACE # Print a stack trace for a panic. # For full debugger support use (turn off in stable branch): -options DDB # Support DDB. -options GDB # Support remote GDB. +#options DDB # Support DDB. +#options GDB # Support remote GDB. #options DEADLKRES # Enable the deadlock resolver #options INVARIANTS # Enable calls of extra sanity checking #options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS