Version 1 (modified by jazz, 16 years ago) (diff) |
---|
2008-12-16
- Qlogic FC HBA 編譯問題追蹤
-
-
include/scsi/scsi_cmnd.h
old new 57 78 int allowed; 58 79 int timeout_per_command; 59 80 60 unsigned charcmd_len;81 unsigned short cmd_len; 61 82 enum dma_data_direction sc_data_direction; 62 83 63 84 /* These elements define the operation we are about to perform */ 64 #define MAX_COMMAND_SIZE 16 65 unsigned char cmnd[MAX_COMMAND_SIZE]; 66 unsigned request_bufflen; /* Actual request size */ 85 unsigned char *cmnd; 67 86 68 87 struct timer_list eh_timeout; /* Used to time out the command. */ 69 void *request_buffer; /* Actual requested buffer */70 88 71 89 /* These elements define the operation we ultimately want to perform */ 72 unsigned short use_sg; /* Number of pieces of scatter-gather */ 73 unsigned short sglist_len; /* size of malloc'd scatter-gather list */ 74 90 struct scsi_data_buffer sdb; 75 91 unsigned underflow; /* Return error if less than 76 92 this amount is transferred */ 77 93
-
}}}
Virtualization
Attachments (2)
- 2.6.26_error_log (8.0 KB) - added by jazz 16 years ago.
- scsi_cmnd.h.diff (6.9 KB) - added by jazz 16 years ago.
Download all attachments as: .zip