Re: [PATCH] 2/2 Use bus dev_attrs to create scsi_device attributes

2005-03-29 Thread Greg KH
On Wed, Mar 30, 2005 at 05:15:55AM +0200, Kay Sievers wrote: > --- > sysfs: allow change of permissions for already created attributes > > Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> > > = fs/sysfs/file.c 1.23 vs edited = > --- 1.23/fs/sysfs/file.c 2005-02-26 15:48:19 +01:00 > +++

htejun@gmail.com: sym53c8xx: gfp flag bug

2005-03-29 Thread Tejun Heo
(This is re-post, I mistyped linux-scsi address in the first mail. Sorry, Matthew.) Hello, Matthew Wilcox. The following might_sleep() message appears during booting on scsi-misc-2.6. Quick glance shows that sym_alloc_lcb_tags() uses GFP_KERNEL blindly. sym0: <1010-33> rev 0x1 at pci :

Re: [PATCH] 2/2 Use bus dev_attrs to create scsi_device attributes

2005-03-29 Thread Kay Sievers
On Thu, Mar 17, 2005 at 09:08:53AM -0800, Greg KH wrote: > On Thu, Mar 17, 2005 at 09:53:21AM -0500, James Bottomley wrote: > > On Wed, 2005-03-16 at 14:45 -0800, Patrick Mansfield wrote: > > > Any comments on this? Should I resend these patches? > > > > Well, the basic comment is that there are a

$B!~=P2q$$7OI,>!>pJs!~(B

2005-03-29 Thread info
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B $B(.(,(/(B $B(.(,(/(B $B(.(,(/(B $B(.(,(/(B $B(-=P(2(,(4$$(2(,(4I,(2(,(4>p(2(,(/(B $B(1(,(42q(2(,(47O(2(,(4>!(2(,(4Js(-(B $B(1(,(0(B $B(1(,(0(B $B(1(,(0

[PATCH 7/7] mptfusion: Adding Stub Driver - SCSI Parallel

2005-03-29 Thread Moore, Eric Dean
Adding Stub Driver - SCSI Parallel This driver is having module_init, module_exit, and probe Signed-off-by: Eric Moore <[EMAIL PROTECTED]> patch-7-mptspi Description: Binary data

[PATCH 1/7] mptfusion: Adding new bus type drivers for fusion dri vers.

2005-03-29 Thread Moore, Eric Dean
Changelog (1) Kconfig - adding new mptspi and mptfc drivers (2) Makefile - updates so new split driver can be compiled (3) Makefile - adding other debug defines Signed-off-by: Eric Moore <[EMAIL PROTECTED]> patch-1-kconfig Description: Binary data

[PATCH 6/7] mptfusion: split driver support

2005-03-29 Thread Moore, Eric Dean
split driver support: mptscsih.[c,h] Changelog (1) Remove credits, -sralston references , update copyright (2) split driver support (3) module_init, module_exit, and probe routines moved to new stub drivers, mptfc and mptspi (4) some global parameters are moved to MPT_SCSI_HOST Signed-off-by: E

[PATCH 2/7] mptfusion: Cleanups, split driver support, DMA32_BIT_ MASK support

2005-03-29 Thread Moore, Eric Dean
Changelog: mptbase.[c,h] (1) Use the DMA_32BIT_MASK constant (2) Remove credits, -sralston references , update copyright (3) split driver support Signed-off-by: Eric Moore <[EMAIL PROTECTED]> patch-2-mptbase Description: Binary data

[PATCH 4/7] mptfusion: Adding Stub Driver - Fiber Channel

2005-03-29 Thread Moore, Eric Dean
Adding Stub Driver - Fiber Channel : mptfc.c This driver is having module_init, module_exit, and probe Signed-off-by: Eric Moore <[EMAIL PROTECTED]> patch-4-mptfc Description: Binary data

[PATCH 5/7] mptfusion: Remove credits and update copyright

2005-03-29 Thread Moore, Eric Dean
Remove credits, -sralston references , update copyright : mptlan.[c,h] Signed-off-by: Eric Moore <[EMAIL PROTECTED]> patch-5-mptlan Description: Binary data

[PATCH 3/7] mptfusion: Remove credits and update copyright

2005-03-29 Thread Moore, Eric Dean
Remove credits and update copyright - mptctl.[c,h] Signed-off-by: Eric Moore <[EMAIL PROTECTED]> patch-3-mptctl Description: Binary data

[PATCH] remove outdated print_* functions

2005-03-29 Thread Christoph Hellwig
We have the scsi_print_* functions in the proper namespace for a long time now and there weren't a lot users left. --- 1.22/drivers/scsi/53c7xx.c 2004-05-12 17:46:19 +02:00 +++ edited/drivers/scsi/53c7xx.c2005-03-29 17:32:18 +02:00 @@ -280,6 +280,7 @@ #endif #include "scsi.h" +#inclu

[PATCH] consolidate timeout defintions in scsi.h

2005-03-29 Thread Christoph Hellwig
Adapted from a patch in SuSE's kernel SRPM. --- 1.65/drivers/block/scsi_ioctl.c 2005-01-20 16:41:57 +01:00 +++ edited/drivers/block/scsi_ioctl.c 2005-03-29 17:54:17 +02:00 @@ -328,11 +328,6 @@ return 0; } -#define FORMAT_UNIT_TIMEOUT(2 * 60 * 60 * HZ) -#define START_S

Re: [PATCH scsi-misc-2.6 07/08] scsi: remove bogus {get|put}_device() calls

2005-03-29 Thread Patrick Mansfield
On Wed, Mar 23, 2005 at 06:13:26PM +0900, Tejun Heo wrote: > Hi, > > James Bottomley wrote: > >On Wed, 2005-03-23 at 11:14 +0900, Tejun Heo wrote: > > > >>So, basically, SCSI high-level object (scsi_disk) and > >>mid-level object (scsi_device) are reference counted by users, > >>not t

Re: [PATCH] 2.6 aacraid: endian cleanup

2005-03-29 Thread Christoph Hellwig
On Tue, Mar 29, 2005 at 08:49:33AM -0800, Mark Haverkamp wrote: > I ran sparse on the driver and without the -Wbitwise, it only has 7 > warnings such as: > > CHECK drivers/scsi/aacraid/linit.c > drivers/scsi/aacraid/linit.c:218:12: warning: symbol 'aac_info' was not > declared. Should it be sta

Re: [PATCH] 2.6 aacraid: endian cleanup

2005-03-29 Thread Mark Haverkamp
On Mon, 2005-03-28 at 22:59 +0100, Christoph Hellwig wrote: > On Mon, Mar 21, 2005 at 10:41:23AM -0800, Mark Haverkamp wrote: > > A patch from Adaptec with byte order changes: > > - drop byte swapping on all 0's and all 1's content > > - fix up missing swapping directives > > - ensure swapping o

Re: [PATCH] rm unused scan delay var

2005-03-29 Thread Christoph Hellwig
On Fri, Mar 25, 2005 at 10:16:19PM -0800, Mike Christie wrote: > Is FC_SCSI_SCAN_DELAY used by a FC driver that is > not yet in mainline? This patch just deletes it > if not since no one else is. It's not used by either the Emulex or the rewritten qlogic driver, so it can probably go away. - To u

Re: [OOPS] 2.6.11 - NMI lockup with CFQ scheduler

2005-03-29 Thread Jens Axboe
On Tue, Mar 29 2005, Chris Rankin wrote: > >> > I have one IDE hard disc, but I was using a USB memory stick at one > > > point. (Notice the usb-storage and vfat modules in my list.) Could > > > that be the troublesome SCSI device? > > --- Jens Axboe <[EMAIL PROTECTED]> wrote: > > Yes, it probably

Re: [OOPS] 2.6.11 - NMI lockup with CFQ scheduler

2005-03-29 Thread Chris Rankin
>> > I have one IDE hard disc, but I was using a USB memory stick at one > > point. (Notice the usb-storage and vfat modules in my list.) Could > > that be the troublesome SCSI device? --- Jens Axboe <[EMAIL PROTECTED]> wrote: > Yes, it probably is. What happens is that you insert the stick and do

Dell 2850 build in (LSI) PERC4/Di 2.6 kernel driver.

2005-03-29 Thread Paul Veldema
Hello developers, For the last two months I've been strugling with a driver problem. Our company bought two Dell PowerEdge 2850's to try our production kernel version 2.6.8 (debian sarge) on since the 2650 are no longer sold. The Dell PE 2650's had Perc4/DC cards in them (which work fine with the

Re: [OOPS] 2.6.11 - NMI lockup with CFQ scheduler

2005-03-29 Thread Jens Axboe
On Tue, Mar 29 2005, Chris Rankin wrote: (please don't top post) > --- Jens Axboe <[EMAIL PROTECTED]> wrote: > > On Sun, Mar 27 2005, Chris Rankin wrote: > > > [gcc-3.4.3, Linux-2.6.11-SMP, Dual P4 Xeon with HT enabled] > > > > > > Hi, > > > > > > My Linux 2.6.11 box oopsed when I tried to logo