bug in fdomain.c in 2.4.4 kernel

2001-05-16 Thread Cheyenne Wills
I found a small bug (well.. kernel panic) in the linux/drivers/scsi/fdomain.c It was easy to fix (there was a compile time warning about a parameter mismatch). Anyway.. the fix is: around line 974 in fdomain.c (at linux level 2.4.4) change: scsi_set_pci_device(shpnt->pci_dev,pdev); to scsi_s

Re: Problem with SCSI-Tapes under 2.4.4

2001-05-16 Thread Justin T. Gibbs
>Just joined the list so I apologize if this has already been addressed. > >Ever since I upgraded my kernel to 2.4.4 from 2.4.2, it will no longer >recognize my Onstream ADR50 tape drive. Your bus settle delay is too short. Reconfig your kernel with a longer delay. You should also upgrade to th

RE: Problem with SCSI-Tapes under 2.4.4

2001-05-16 Thread John Lange
The bus settle time seems like it might do the trick, however, I can't find where that can be changed. I've greped my way through the entire linux/drivers/scsi tree for "settle" with no luck. Can someone please point me to where that delay time can be tweaked? Thank you, John Lange -Origi

Re: Problem with SCSI-Tapes under 2.4.4

2001-05-16 Thread Kai Makisara
On Tue, 15 May 2001, John Lange wrote: > Just joined the list so I apologize if this has already been addressed. > > Ever since I upgraded my kernel to 2.4.4 from 2.4.2, it will no longer > recognize my Onstream ADR50 tape drive. > > When I downgrade my kernel back to 2.4.2, it again works perfec

Reservation Conflict

2001-05-16 Thread Le, Tuong
Hi, It's the first time I used this list so I apologize if this is not the right place for this question. I have a SCSI drive already reserved by one host. Another host tries to access it (with maybe TestUnitReady, Read ...). The device returns scsi status of Reservation Conflict. My driver r