Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2010 01:19:15 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r216451 - projects/ofed/head/sys/amd64/conf
Message-ID:  <201012150119.oBF1JFWj036651@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jeff
Date: Wed Dec 15 01:19:14 2010
New Revision: 216451
URL: http://svn.freebsd.org/changeset/base/216451

Log:
   - Add sdp to the config options
  
  Sponsored by:	Isilon Systems, iX Systems, and Panasas.

Modified:
  projects/ofed/head/sys/amd64/conf/GENERIC

Modified: projects/ofed/head/sys/amd64/conf/GENERIC
==============================================================================
--- projects/ofed/head/sys/amd64/conf/GENERIC	Wed Dec 15 01:08:19 2010	(r216450)
+++ projects/ofed/head/sys/amd64/conf/GENERIC	Wed Dec 15 01:19:14 2010	(r216451)
@@ -76,6 +76,7 @@ options 	INVARIANTS		# Enable calls of e
 options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
 options 	WITNESS			# Enable checks to detect deadlocks and cycles
 options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
+options		ALT_BREAK_TO_DEBUGGER
 
 # Make an SMP-capable kernel by default
 options 	SMP			# Symmetric MultiProcessor Kernel
@@ -92,6 +93,7 @@ device		infiniband
 device		ipoib
 device		mlx4
 device		mthca
+device		sdp
 
 # Floppy drives
 device		fdc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012150119.oBF1JFWj036651>