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
>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
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
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
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
5 matches
Mail list logo