aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ciss
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2009-07-13 20:19:29 +0000
committerScott Long <scottl@FreeBSD.org>2009-07-13 20:19:29 +0000
commitde985f6174e121162bfeeeb7d4002ec4bfc31eb6 (patch)
tree9b088886cab4aacc4459f8ba3633d4558c57d443 /sys/dev/ciss
parent6ae6067c0f89c81ae927754159971ba03a23db49 (diff)
downloadsrc-de985f6174e121162bfeeeb7d4002ec4bfc31eb6.tar.gz
src-de985f6174e121162bfeeeb7d4002ec4bfc31eb6.zip
Revert the CISS driver to 64K i/o, the previous change was in error and
missing a lot of needed infrastructure. Approved by: re
Notes
Notes: svn path=/head/; revision=195663
Diffstat (limited to 'sys/dev/ciss')
-rw-r--r--sys/dev/ciss/cissvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ciss/cissvar.h b/sys/dev/ciss/cissvar.h
index 78c7cc8ede93..f9f5c6f10499 100644
--- a/sys/dev/ciss/cissvar.h
+++ b/sys/dev/ciss/cissvar.h
@@ -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.