Re: [PATCH 0/5] Bring the BusLogic host bus adapter driver up to Y2021

From: Maciej W. Rozycki
Date: Thu Apr 22 2021 - 12:27:21 EST


On Wed, 21 Apr 2021, Khalid Aziz wrote:

> > Verifying actual ISA operations (third-party DMA, etc.) cannot be made
> > this way, but as I understand the issue there is merely with passing data
> > structures around and that may not require too much attention beyond
> > getting things syntactically correct, which I gather someone forgot to do
> > with a change made a while ago. So that should be doable as well.
>
> In theory this sounds reasonable, but without being able to test with a
> real hardware I would be concerned about making this change.

Sometimes you have little choice really and that would be less disruptive
than dropping support altogether. Even if there's a small issue somewhere
it's easier to fix by a competent developer who actually gets the hands on
a piece of hardware than bringing back old code that has been removed and
consequently not updated according to internal API evolution, etc.

I had this issue with the defxx driver with which for years I didn't have
a specimen of the EISA variant of the hardware handled. I did my best to
maintain EISA support however and while indeed I made a few of mistakes on
the way, they were easy to straighten out once I finally did get my hands
on an EISA piece.

> > NB as noted before I only have a BT-958 readily wired for operation. I
> > don't expect I have any other BusLogic hardware, but I may yet have to
> > double-check a stash of hardware I have accumulated over the years. But
> > that is overseas, so I won't be able to get at it before we're at least
> > somewhat closer to normality. If all else fails I could possibly buy one.
> >
> > I have respun the series now as promised. Does your BT-757 adapter avoid
> > the issue with trailing allocation somehow?
>
> Well, my only test machine with a legacy PCI slot died some time back. I
> have been working on putting together a replacement and have now been
> able to get a working machine with a BT-950 adapter. I have not seen
> issue with trailing allocation upto 5.12-rc8. I am going to try the top
> of tree as well to make sure I do not run into this issue.

I guess you won't see the issue with a FlashPoint adapter as they work in
a different manner. I think your EISA MultiMaster device is more likely
to have a problem here.

And AFAICT most SCSI commands (or at least the older ones which used to
be there when development was still active with the MultiMaster devices)
return exactly as much data as requested, so I guess the issue may have
gone unnoticed. I'll see if I can find some time to investigate this
further now that we have proper documentation available, but meanwhile I
do hope the workaround I have come up with 18 years ago already is good
enough to keep it.

Maciej