Re: QUEUE_FULL + use_new_eh_code = bad_karma?

2001-04-11 Thread Doug Ledford
Eric Youngdale wrote: > > Well hosts that don't use the new EH code don't handle QUEUE_FULL. Not > quite sure what would happen with it, actually. > > If everything goes according to plan, when the device returns > QUEUE_FULL, the io should get stuck back in the queue to be handled late

Re: rescanning the scsi-bus

2001-04-11 Thread Douglas Gilbert
[EMAIL PROTECTED] wrote: > > Hi List, > > Is it possible to force linux scsi layer to rescan the > devices on a scsi_bus ? Are there any application/ioctls available > which can do this ? Hiren, Have a look at Kurt Garloff's web site: http://www.garloff.de/kurt/linux/ and look for the "Rescan

Re: QUEUE_FULL + use_new_eh_code = bad_karma?

2001-04-11 Thread Eric Youngdale
Well hosts that don't use the new EH code don't handle QUEUE_FULL. Not quite sure what would happen with it, actually. If everything goes according to plan, when the device returns QUEUE_FULL, the io should get stuck back in the queue to be handled later. In addition a flag should be set

rescanning the scsi-bus

2001-04-11 Thread hiren_mehta
Hi List, Is it possible to force linux scsi layer to rescan the devices on a scsi_bus ? Are there any application/ioctls available which can do this ? Regards, -hiren - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED]

Re: module in a subdirectory under drivers/scsi

2001-04-11 Thread Justin T. Gibbs
>[EMAIL PROTECTED] wrote: >> I want to create a subdirectory under scsi for my module. The >> tree that I want to create a something like this: >> >> drivers/scsi/xxx >> drivers/scsi/xxx/lib >> drivers/scsi/xxx/my_hba_driver > >Hiren, > >aic7xxx is in a subdirectory under drivers/scsi in the 2.4.

Re: module in a subdirectory under drivers/scsi

2001-04-11 Thread Paul Clements
[EMAIL PROTECTED] wrote: > I want to create a subdirectory under scsi for my module. The > tree that I want to create a something like this: > > drivers/scsi/xxx > drivers/scsi/xxx/lib > drivers/scsi/xxx/my_hba_driver Hiren, aic7xxx is in a subdirectory under drivers/scsi in the 2.4.x tree -- c

module in a subdirectory under drivers/scsi

2001-04-11 Thread hiren_mehta
Hi list, I want to create a subdirectory under scsi for my module. The tree that I want to create a something like this: drivers/scsi/xxx drivers/scsi/xxx/lib drivers/scsi/xxx/my_hba_driver Basically the files in lib get compiled and linked together which ultimately gets linked with the file in