Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2009 20:19:30 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195663 - head/sys/dev/ciss
Message-ID:  <200907132019.n6DKJUMU034686@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: scottl
Date: Mon Jul 13 20:19:29 2009
New Revision: 195663
URL: http://svn.freebsd.org/changeset/base/195663

Log:
  Revert the CISS driver to 64K i/o, the previous change was in error and
  missing a lot of needed infrastructure.
  
  Approved by:	re

Modified:
  head/sys/dev/ciss/cissvar.h

Modified: head/sys/dev/ciss/cissvar.h
==============================================================================
--- head/sys/dev/ciss/cissvar.h	Mon Jul 13 18:55:46 2009	(r195662)
+++ head/sys/dev/ciss/cissvar.h	Mon Jul 13 20:19:29 2009	(r195663)
@@ -142,7 +142,7 @@ struct ciss_request
 				 / sizeof(struct ciss_sg_entry))
 
 /* XXX Prep for increasing max i/o */
-#define CISS_MAX_SG_ELEMENTS   33
+#define CISS_MAX_SG_ELEMENTS   17
 
 /*
  * Per-logical-drive data.



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