In BDR scsi_unjam_host does not seems to restart muliplte commands failed for the same device???

2001-07-19 Thread rakesh rakesh
Hi List, For BDR(bus device reset) case scsi_unjam_host does not restart the multiple commands failed for the same device instead of one.So automatically host_failed!=0 and it kicks off Bus_reset which should not be the case.Unless all the commands failed for that particular device has been rest

Maximum No of SG Devices???

2001-04-27 Thread rakesh rakesh
Hi List, Can anyone let me know maximum no of sg(scsi genric) devices we can have on lk-2.4.0 and 2.4.2 kernel. thankx __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ - To unsubscribe f

SCSI Removable disk

2001-03-30 Thread rakesh rakesh
Hi List, I have problem in figuring out how does the scsi subsytem comes to know that scsi disk on the scsi backplane is a removable disk. And is there any message generated on the console so that the user comes to know that the removable disk has been detected. Any help in this regard

Support for SCSI ENCLOSURE SEVICES(SES)

2001-03-10 Thread rakesh rakesh
Hi list, My qlogic /proc/scsi/scsi contains a Host: scsi1 Channel: 00 Id: 08 Lun: 00 Vendor: xxx Model: GEM359-SES Rev: 2 Type:EnclosureANSI SCSI revision:04 Host: scsi1 Channel: 01 Id: 08 Lun: 00 Vendor: xxx Model: GEM359-SES Rev: 2 Type:EnclosureANS

Re: qlogicfc broken in 2.4.2 and later?

2001-03-08 Thread rakesh rakesh
Hi , when i am trying to load the qlogicfc driver (lk-2.4.0) I get the following message- Link is up > init_module: No > > such device > > Hint: insmod errors can be caused by incorrect > module parameters, including > > invalid IO or IRQ parameters I have one FC disk connected to the FC adapt

Re: Defining the new_error handling entry point in the driver without setting the flag??????

2001-03-07 Thread rakesh rakesh
its being set in the detect routine.I missed that. Sorry for the inconvenience. Thanks --- rakesh rakesh <[EMAIL PROTECTED]> wrote: > Hi List, > > To my knowledge to convert a low level driver to use > the new error handling code one needs to define the > new > error

Defining the new_error handling entry point in the driver without setting the flag??????

2001-03-06 Thread rakesh rakesh
Hi List, To my knowledge to convert a low level driver to use the new error handling code one needs to define the new error handling points(at least one) in the driver and to inform the mid layer about the conversion one has to set the flag use_new_eh_code ie use_new_eh_code : 1, But does it m

In which Order Host Adapters are detected???

2001-03-05 Thread rakesh rakesh
Hi List, I wanted to know in which order different Host adapters in the system are detected by the SCSI. Thankx for ur help. __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ - To unsubscribe from t

Re: scsi_unjam_host and scsi_try to abort_command

2001-02-23 Thread rakesh rakesh
Info regarding the new error handling code -how to convert a driver to handle is available at the eric's site www.andante.org --- Trevor Hemsley <[EMAIL PROTECTED]> wrote: > On Mon, 12 Feb 2001 21:48:25 + (GMT), Alan Cox > wrote: > > >> Quite right. Many of the orphaned low-level > driv

HOOKS FOR BUS and DEVICE RESET in sg driver

2001-02-23 Thread rakesh rakesh
Hi, Does the sg driver in the lk-2.4 provide hooks to issue device reset and bus reset.Or is the effort going on to incorporate it in the 2.5 ver. Thanks __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auction

Re: [PATCH] make drivers/scsi/AM53C974.c check scsi_register return (241p9)

2001-01-25 Thread rakesh rakesh
return 0; } thanx --- Rasmus Andersen <[EMAIL PROTECTED]> wrote: > On Wed, Jan 24, 2001 at 06:59:08AM -0800, rakesh > rakesh wrote: > > Hi, > > > > This really sounds good.And I think that this > patch > > should be applied to

Re: [PATCH] make drivers/scsi/AM53C974.c check scsi_register return (241p9)

2001-01-24 Thread rakesh rakesh
Hi, This really sounds good.And I think that this patch should be applied to qla1280.c driver too.In addition to the previous patch regarding request_region. Regards. arloff <[EMAIL PROTECTED]> wrote: > Hi, > > On Tue, Jan 23, 2001 at 12:28:40AM +0100, Rasmus > Andersen wrote: > > The followi

Re: scsi_unregister_module locking against races with open

2001-01-24 Thread rakesh rakesh
Failing wihtout notifying is really evil.And thats the issue I had in my mind when talks where going on regarding SCSI hotpluggable too.And far as race condition is concerned,i think for any driver it will be really a problem in case of SMP systems where it is very prone for race conditions.I th