Date: Wed, 9 May 2007 19:23:12 -0400
From: Kristian Høgsberg <[EMAIL PROTECTED]>
Signed-off-by: Kristian Høgsberg <[EMAIL PROTECTED]>
collapsed with fw-sbp2 patch "Drop cast to non-const char * in host
template initialization." from Kristian Høgsberg
Signed-off-by: Stefan Richter <[EMAIL PROTECT
On Fri, 29 Jun 2007 21:50:29 -0400, Douglas Gilbert wrote:
> Umm, I hope you don't consider losing all the previous data
> on the disks when a re-format is performed as "screwing up"?
*Giggle* As I just got the disk, have no idea what's on it, and can't read
it in any case (OK, so I could use /de
--- Stefan Richter <[EMAIL PROTECTED]> wrote:
> How about:
>
> union scsi_lun {
> __u8lun[8];
> __be64 lun64;
> __be16 lun16;
> };
I'd rather not even hint that a LUN is to be viewed
as anything integer-like. Just use u8[8] aligned.
(I.e. it is u64 only at the time when
Luben Tuikov wrote:
> --- Stefan Richter <[EMAIL PROTECTED]> wrote:
>> How about:
>>
>> union scsi_lun {
>> __u8lun[8];
>> __be64 lun64;
>> __be16 lun16;
>> };
>
> I'd rather not even hint that a LUN is to be viewed
> as anything integer-like. Just use u8[8] aligned.
>
> (I.
Subject: [PATCH] aic7xxx driver. Restrict DMA to 32bit for 29320LPE
Adaptec SCSI controller
Contribution:
Anil Ravindranath <[EMAIL PROTECTED]>
Issue:
Data Bursts that cross from 32- to 64-Bit address space have incorrect
address for 29320LPE. This leads to potential data corruption.
Fix:
Res
--- Stefan Richter <[EMAIL PROTECTED]> wrote:
> SAM itself speaks of the LUN as 8 bytes quantity as well as 64 bits
> quantity (and 2 bytes quantity as well as 16 bits quantity). Of course
> whether this dualism should be exposed in an API is another question.
"64 bit quantity", the keyword here
6 matches
Mail list logo