[no subject]

2005-07-22 Thread Mr.Derrick Tanner.
- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Fw: [Bugme-new] [Bug 4929] New: problem with aic7xxx driver on 2.6.x

2005-07-22 Thread Andrew Morton
Begin forwarded message: Date: Fri, 22 Jul 2005 13:43:26 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 4929] New: problem with aic7xxx driver on 2.6.x http://bugzilla.kernel.org/show_bug.cgi?id=4929 Summary: problem with aic7xxx driver on 2.6.x - To

Re: Is it possible to support a sector size 8192

2005-07-22 Thread Bryan Henderson
>we've started shipping a userland filesystem >driver for UDO based on FUSE. How does the userland filesystem driver talk to the device? - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel

[2.6 patch] remove the obsolete SCSI qlogicisp driver

2005-07-22 Thread Adrian Bunk
The SCSI qlogicisp driver is both marked BROKEN and superseded by the qla1280 driver. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- Due to it's size, the patch is attached compressed. Documentation/scsi/00-INDEX |2 Documentation/scsi/qlogicfas.txt |3 Documentation/scsi/q

[PATCH] drivers/scsi/st.c: add command and sense history

2005-07-22 Thread Andy Stevens
Hello SCSI tapers, Attached is a patch to add some functionality the st driver so that you can monitor the most recent SCSI command and sense buffer. This info is made available via sysfs attributes. I want to add these attributes in order to do better error processing in some custom tape so

Re: Is it possible to support a sector size 8192

2005-07-22 Thread Christian Iversen
On Friday 22 July 2005 20:18, Steve McIntyre wrote: > Johann wrote: > >Hi everybody, > > > >i'm trying to access UDO/WORM mediums (which have a sector size of > >8192) via a Plasmon UDO drive, but all I get is "unsupported sector > >size 8192" when I try to access it via /dev/sdX. drivers/scsi/sd.c

Re: [PATCH 0/3] Add disk hotswap support to libata

2005-07-22 Thread Lukasz Kosewski
On 7/21/05, Jeff Garzik <[EMAIL PROTECTED]> wrote: > > Pretty cool stuff! > > As soon as I finish SATA ATAPI (this week[end]), I'll take a look at > this. A quick review of the patches didn't turn up anything terribly > objectionable, though :) Excellent! Thanks for the quick turnaround! > P.

Re: Is it possible to support a sector size 8192

2005-07-22 Thread Steve McIntyre
Johann wrote: >Hi everybody, > >i'm trying to access UDO/WORM mediums (which have a sector size of >8192) via a Plasmon UDO drive, but all I get is "unsupported sector >size 8192" when I try to access it via /dev/sdX. drivers/scsi/sd.c >suggests that the maximum sector size currently supported by L

[PATCH 3/3 RESEND] Add disk hotswap support to libata

2005-07-22 Thread Lukasz Kosewski
Hey Jeff, everyone. This is a resend of patch 3 of my libata hotswap series, wherein I found a silly flaw in my logic. I don't know what kind of crack I was smoking, but I somehow turned "a = a & ~b" in the Promise driver into "a = a ^ b" in my hotswap code, which is clearly wrong. I don't know

Is it possible to support a sector size 8192

2005-07-22 Thread Johann Hanne
Hi everybody, i'm trying to access UDO/WORM mediums (which have a sector size of 8192) via a Plasmon UDO drive, but all I get is "unsupported sector size 8192" when I try to access it via /dev/sdX. drivers/scsi/sd.c suggests that the maximum sector size currently supported by Linux is 4096. Ho

RE: ServeRAID V7.12

2005-07-22 Thread Hammer, Jack
Arjan, I'll resend this patch including **only** the version info updates. That's really the only important changes anyway ... Thanks. Jack -Original Message- From: Arjan van de Ven [mailto:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 10:53 AM To: Hammer, Jack Cc: linux-scsi@vger

Re: [Patch 0/2] Update aic79xx

2005-07-22 Thread James Bottomley
On Fri, 2005-07-22 at 16:40 +0200, Hannes Reinecke wrote: > I've finished the update of aic79xx to make use of the > scsi_transport_spi infrastructure. > The first patch is actually jgarzik's one, with some additions to make > it work :-) > The second patch is the integration proper. patch made a m

Re: [Patch 0/2] Update aic79xx

2005-07-22 Thread Jeff Garzik
Hannes Reinecke wrote: Hi James, I've finished the update of aic79xx to make use of the scsi_transport_spi infrastructure. The first patch is actually jgarzik's one, with some additions to make it work :-) The second patch is the integration proper. patch made a mess of it, however, so better to

Re: ServeRAID V7.12

2005-07-22 Thread Arjan van de Ven
> > > --- a/drivers/scsi/ips.c Tue Jul 19 13:15:24 2005 > +++ b/drivers/scsi/ips.c Tue Jul 19 13:12:44 2005 > @@ -133,10 +133,12 @@ > > #ifdef MODULE > static char *ips = NULL; > -module_param(ips, charp, 0); > +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,25) > +MODULE_PARM(ips, "s

[PATCH 1/2] aic79xx update

2005-07-22 Thread Hannes Reinecke
This patch removes the busyq from aic79xx, using the midlayer queue instead. Re-worked patch from Jeff Garzik. Cheers, Hannes -- Dr. Hannes Reinecke [EMAIL PROTECTED] SuSE Linux Products GmbHS390 & zSeries Maxfeldstraße 5 +49 911 74053

[Patch 0/2] Update aic79xx

2005-07-22 Thread Hannes Reinecke
Hi James, I've finished the update of aic79xx to make use of the scsi_transport_spi infrastructure. The first patch is actually jgarzik's one, with some additions to make it work :-) The second patch is the integration proper. patch made a mess of it, however, so better to compare the files by han

ServeRAID V7.12

2005-07-22 Thread Hammer, Jack
IBM and Adaptec have successfully exited test for Version 7.12.02 of ServeRAID. No functional changes were required of the ips driver. This patch brings the 2.6 kernel driver up to the same ( common for 2.4 & 2.6 ) source supported by IBM. Most of the patch is just updating IBM's version numbers

Re: Fw: Kernel panic with dc395x in 2.6.12.2

2005-07-22 Thread Pierre Ossman
I'm having some problems with your mailserver Randy. I'll cc the mailing list hoping you'll see this there. I get: <<< 550-Verification failed for <[EMAIL PROTECTED]> <<< 550-unrouteable mail domain "drzeus.cx" <<< 550 Sender verify failed As far as i know my MX records are completely correct.

Re: Fw: Kernel panic with dc395x in 2.6.12.2

2005-07-22 Thread Pierre Ossman
randy_dunlap wrote: > >Does this happen on every boot? > > Yup >Please send your .config file (or put it on craffe.se). > > Included >Does this happen with othe kernel versions? > > Not that I've found. I could try compiling the currently running kernel (2.6.11.7) without highmem if you

Re: lsscsi-0.15 released

2005-07-22 Thread Douglas Gilbert
Martin Peschke3 wrote: Doug, Providing udev names is great. Makes it more user-frendly. Martin, It can still be tricked: for example putting disk device nodes in a /dev/disks/ directory. Also the udevinfo approach could be tricked by using mknod . Btw., what do you think about this idea: If