CVSROOT: /home/cvs
Module name: linux
Changes by: ths@ftp.linux-mips.org 05/07/03 18:39:26
Modified files:
drivers/scsi : qla1280.h
Log message:
qla1280 patchset from hch: qla1280-remove-SG_SEGMENTS.
diff -urN linux/drivers/scsi/qla1280.h linux/drivers/scsi/qla1280.h
--- linux/drivers/scsi/qla1280.h 2005/07/03 17:38:37 1.22
+++ linux/drivers/scsi/qla1280.h 2005/07/03 17:39:26 1.23
@@ -94,9 +94,6 @@
#define REQUEST_ENTRY_CNT 256 /* Number of request entries. */
#define RESPONSE_ENTRY_CNT 16 /* Number of response entries. */
-/* Number of segments 1 - 65535 */
-#define SG_SEGMENTS 32 /* Cmd entry + 6 continuations */
-
/*
* SCSI Request Block structure (sp) that is placed
* on cmd->SCp location of every I/O
|