diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-12 12:50:42 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-12 12:50:42 -0400 |
| commit | c9b8af00ff71f86ff3d092cc60ca673e1d0eae5b (patch) | |
| tree | 25cc016481cc693552bebb4040041817280c2ccf /drivers/message/fusion/mptdebug.h | |
| parent | c59a264c9e932c828d533497e286b89e43c8d1be (diff) | |
| parent | 82681a318f9f028ea64e61f24bbd9ac535531921 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (154 commits)
[SCSI] osd: Remove out-of-tree left overs
[SCSI] libosd: Use REQ_QUIET requests.
[SCSI] osduld: use filp_open() when looking up an osd-device
[SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queue
[SCSI] libosd: osd_req_{read,write} takes a length parameter
[SCSI] libosd: Let _osd_req_finalize_data_integrity receive number of out_bytes
[SCSI] libosd: osd_req_{read,write}_kern new API
[SCSI] libosd: Better printout of OSD target system information
[SCSI] libosd: OSD2r05: Attribute definitions
[SCSI] libosd: OSD2r05: Additional command enums
[SCSI] mpt fusion: fix up doc book comments
[SCSI] mpt fusion: Added support for Broadcast primitives Event handling
[SCSI] mpt fusion: Queue full event handling
[SCSI] mpt fusion: RAID device handling and Dual port Raid support is added
[SCSI] mpt fusion: Put IOC into ready state if it not already in ready state
[SCSI] mpt fusion: Code Cleanup patch
[SCSI] mpt fusion: Rescan SAS topology added
[SCSI] mpt fusion: SAS topology scan changes, expander events
[SCSI] mpt fusion: Firmware event implementation using seperate WorkQueue
[SCSI] mpt fusion: rewrite of ioctl_cmds internal generated function
...
Diffstat (limited to 'drivers/message/fusion/mptdebug.h')
| -rw-r--r-- | drivers/message/fusion/mptdebug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptdebug.h b/drivers/message/fusion/mptdebug.h index 510b9f492093..28e478879284 100644 --- a/drivers/message/fusion/mptdebug.h +++ b/drivers/message/fusion/mptdebug.h | |||
| @@ -58,6 +58,7 @@ | |||
| 58 | #define MPT_DEBUG_FC 0x00080000 | 58 | #define MPT_DEBUG_FC 0x00080000 |
| 59 | #define MPT_DEBUG_SAS 0x00100000 | 59 | #define MPT_DEBUG_SAS 0x00100000 |
| 60 | #define MPT_DEBUG_SAS_WIDE 0x00200000 | 60 | #define MPT_DEBUG_SAS_WIDE 0x00200000 |
| 61 | #define MPT_DEBUG_36GB_MEM 0x00400000 | ||
| 61 | 62 | ||
| 62 | /* | 63 | /* |
| 63 | * CONFIG_FUSION_LOGGING - enabled in Kconfig | 64 | * CONFIG_FUSION_LOGGING - enabled in Kconfig |
| @@ -135,6 +136,8 @@ | |||
| 135 | #define dsaswideprintk(IOC, CMD) \ | 136 | #define dsaswideprintk(IOC, CMD) \ |
| 136 | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SAS_WIDE) | 137 | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SAS_WIDE) |
| 137 | 138 | ||
| 139 | #define d36memprintk(IOC, CMD) \ | ||
| 140 | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_36GB_MEM) | ||
| 138 | 141 | ||
| 139 | 142 | ||
| 140 | /* | 143 | /* |
