fdomain.c broken in 2.1.96

Brian Beaudoin (baddog@darkknight.net)
Thu, 16 Apr 1998 05:11:46 -0400


Hello,

I wrote earlier to say that I fixed a problem in compiling the Future
Domain SCSI driver (fdomain.c), however the driver won't recognize my
hardware (adaptec 2920) anymore.

The message I get is:

TMC-3260 36C70 PCI scsi chip detection failed.
Send mail to mckinley@msupa.pa.msu.edu.

Hmmm... it detected my 2920 in 2.1.92. Anyone know what has changed,
why it's broke, and how to fix it? It's not much of a big deal to me at
the moment, but sooner or later I'll have to use my Zip drive (and I
hope it's working then).

Brian

------

Here's the line I had to add to get fdomain.c to compile. Apparently
do_fdomain_16x0_intr() is a new function (it wasn't in the 2.1.92
kernel)

void do_fdomain_16x0_intr();

Compiled fine after adding that line. Just won't detect the card
anymore. Hrmph!

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu