Angebot

2005-04-14 Thread Euro Transfer
Sehr geehrte Damen und Herren, unser Sonderangebot ist an allen , die neue Klienten gewinnen möchten, den Kundenkreis erweitern sowie erfolgreiche Werbeaktionen durchführen wollen, gerichtet !!! Wir bieten Ihnen Datenbanken mit E-Mail-Adressen nicht nur deutscher sondern auch

[PATCH] remove old scsi data direction macros

2005-04-14 Thread Christoph Hellwig
these have been wrappers for the generic dma direction bits since 2.5.x. This patch converts the few remaining drivers and removes the macros. --- 1.24/Documentation/DMA-mapping.txt 2004-07-30 04:35:43 +02:00 +++ edited/Documentation/DMA-mapping.txt2005-04-12 23:52:31 +02:00 @@ -443,15

Re: [linux-iscsi-devel] [ANNOUNCE] open-iscsi and linux-iscsi project teams have merged!

2005-04-14 Thread Christoph Hellwig
On Mon, Apr 11, 2005 at 10:30:58PM -0400, linux-iscsi development team wrote: The linux-iscsi and open-iscsi developers would like to announce that they have combined forces on a single iSCSI initiator effort! What SCM will the code be in? I must admit I really, really prefer the SVN hosting

Re: [PATCH] remove old scsi data direction macros

2005-04-14 Thread Christoph Hellwig
On Thu, Apr 14, 2005 at 12:56:39PM +0200, Christoph Hellwig wrote: these have been wrappers for the generic dma direction bits since 2.5.x. This patch converts the few remaining drivers and removes the macros. Arjan noticed there's some hunk in here that shouldn't. Updated patch below: ---

[Announce] Emulex lpfcdriver v8.0.28 available

2005-04-14 Thread James . Smart
All, I'd like to announce the availability of the Emulex lpfc driver revision 8.0.28 on SourceForge: http://prdownloads.sourceforge.net/lpfc/lpfcdriver-2.6-8.0.28.tar.gz?download We are extremely pleased that the FC Remote Port support is now part of the kernel for 2.6.12 (as of -rc1). We

Re: [linux-iscsi-devel] [ANNOUNCE] open-iscsi and linux-iscsi project teams have merged!

2005-04-14 Thread Dmitry Yusupov
On Thu, 2005-04-14 at 13:16 +0200, Christoph Hellwig wrote: On Mon, Apr 11, 2005 at 10:30:58PM -0400, linux-iscsi development team wrote: The linux-iscsi and open-iscsi developers would like to announce that they have combined forces on a single iSCSI initiator effort! What SCM will the

Re: Heads up on 2.6.12-rc1 and later

2005-04-14 Thread Tom Duffy
On Thu, 2005-04-14 at 12:29 -0400, [EMAIL PROTECTED] wrote: In testing with 2.6.12-rc1 and -rc2, we've been encountering an issue on SMP machines with the loading of scsi_mod and sd_mod modules. The sd_mod load fails with unresolved symbols. It appears to be a race condition based on how

[RFC][PATCH 2.6.11-rc2] Linux SCSI hotplug infrastructure

2005-04-14 Thread Matt Domsch
I posted this back in February, with no response (good or bad). I still think this is useful, and would appreciate feedback. Thanks, Matt Date: Mon, 7 Feb 2005 12:27:53 -0600 From: Matt Domsch [EMAIL PROTECTED] To: linux-scsi@vger.kernel.org, [EMAIL PROTECTED] Subject: [RFC][PATCH 2.6.11-rc2]

Re: Fw: [SCSI] Driver broken in 2.6.x?

2005-04-14 Thread Christoph Hellwig
I've recently switched form 2.4.x kernel series to 2.6.x, and I've encourted a problem with my old scanner card, lspci shows it as: begin lspci output 00:0c.0 SCSI storage controller: DTC Technology Corp. Domex 536 Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-

Re: Question about scsi_device_online() usage in mptscsih

2005-04-14 Thread Christoph Hellwig
On Sat, Apr 02, 2005 at 02:35:57PM +0900, Tejun Heo wrote: Hello, Eric. Hello, James. I've been working on new SCSI state model and was checking on scsi_device_online() users. As the state model is going to change, I need to audit device state usages in lldd's and I'm having difficult

Re: [RFC][PATCH 2.6.11-rc2] Linux SCSI hotplug infrastructure

2005-04-14 Thread Christoph Hellwig
On Thu, Apr 14, 2005 at 01:24:33PM -0500, Matt Domsch wrote: I posted this back in February, with no response (good or bad). I still think this is useful, and would appreciate feedback. I don't like this at all. It's adding a kernel roundtrip for things that should be handled in userland. -

[2.6 patch] drivers/scsi/dpt*: remove version.h dependencies

2005-04-14 Thread Adrian Bunk
On Sat, Apr 02, 2005 at 07:49:38AM -0600, James Bottomley wrote: On Sun, 2005-03-27 at 16:34 +0200, Adrian Bunk wrote: This patch removes #if's for kernel 2.2 . this one looks like it's not quite complete: -#ifndef LINUX_VERSION_CODE #include linux/version.h -#endif Once there