summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss/cissvar.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2009-07-13 20:19:29 +0000
committerscottl <scottl@FreeBSD.org>2009-07-13 20:19:29 +0000
commit25ec8609c65643f40d59addb04214be11450ef2a (patch)
tree9b088886cab4aacc4459f8ba3633d4558c57d443 /sys/dev/ciss/cissvar.h
parenta7c8bcadd686850a33af196f2c4c9a70f3f52862 (diff)
downloadFreeBSD-src-25ec8609c65643f40d59addb04214be11450ef2a.zip
FreeBSD-src-25ec8609c65643f40d59addb04214be11450ef2a.tar.gz
Revert the CISS driver to 64K i/o, the previous change was in error and
missing a lot of needed infrastructure. Approved by: re
Diffstat (limited to 'sys/dev/ciss/cissvar.h')
-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 78c7cc8..f9f5c6f 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.
OpenPOWER on IntegriCloud