include GENERIC

ident		GENERIC_CBSD

nooptions	KDB                     # Enable kernel debugger support.
nooptions	KDB_TRACE               # Print a stack trace for a panic.
nooptions	DDB                     # Support DDB.
nooptions	GDB                     # Support remote GDB.
nooptions	DEADLKRES               # Enable the deadlock resolver
nooptions	INVARIANTS              # Enable calls of extra sanity checking
nooptions	INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
nooptions	WITNESS                 # Enable checks to detect deadlocks and cycles
nooptions	WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
nooptions	MALLOC_DEBUG_MAXZONES

options		TERMINAL_NORM_ATTR=(FG_GREEN|BG_BLACK)
options		CAM_IOSCHED_DYNAMIC
