svn commit: r195663 - head/sys/dev/ciss
Scott Long
scottl at FreeBSD.org
Mon Jul 13 20:19:30 UTC 2009
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.
More information about the svn-src-head
mailing list