drivers/scsi/fdomain.c won't compile in 2.1.96 (fix)

Brian Beaudoin (baddog@darkknight.net)
Wed, 15 Apr 1998 20:06:05 -0400


Hey guys,

I've got an Adaptec 2920 (Future Domain chipset) and I just downloaded
2.1.96 to compile/test/run. Unfortunately, drivers/scsi/fdomain.c
wouldn't compile (complained about things not being declared).

The problem appears to be because of a new function introduced since
2.1.92. I fixed it by declaring the following function:

void do_fdomain_16x0_intr();

I just stuck that line in at the top of the file. I don't know if it
fixes the driver, but it sure as heck gets it to compile (without too
many warnings).

Someone who knows a little bit more about C programming might wanna make
sure that's the correct line that needs to be inserted into the
fdomain.c driver code and fix it for the next release :)

Brian

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