[PATCH update scsi-misc] Make scsi_host_template::proc_name const char * instead of char *.

2007-06-30 Thread Stefan Richter
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

Re: Low-level reformat with different sector size: ?

2007-06-30 Thread Matthias Urlichs
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

Re: [PATCH] zfcp: Report FCP LUN to SCSI midlayer

2007-06-30 Thread Luben Tuikov
--- 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

Re: [PATCH] zfcp: Report FCP LUN to SCSI midlayer

2007-06-30 Thread Stefan Richter
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.

[PATCH] aic7xxx driver. Restrict DMA to 32bit for 29320LPE Adaptec SCSI controller

2007-06-30 Thread Anil K. Ravindranath
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

Re: [PATCH] zfcp: Report FCP LUN to SCSI midlayer

2007-06-30 Thread Luben Tuikov
--- 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