Re: [ANNOUNCE] QLogic qla2xxx driver update available (v8.00.00b6).

From: Matthew Wilcox
Date: Thu Nov 06 2003 - 12:56:19 EST


On Thu, Nov 06, 2003 at 09:02:28AM -0800, Andrew Vasquez wrote:
> Hmm, looking through your email from July 18th, I note three main
> objections that have not been addressed:
>
> o Build process -- (three module interface for the ISPs), I
> personally like the idea of a shared library module used
> between the different ISP drivers. Many others have voiced
> their frustrations with the single driver-binary for each
> ISP type that the directive from management is to have a
> single binary for all *future* products including the
> ISP23xx (ISP2300/ISP2310/ISP2312/ISP2322) chips.
>
> That unfortunately leaves ISP2100 and ISP2200 on the
> periphery of development efforts.

I wouldn't see a problem with having a structure like this:

ql2100.c
ql2200.c
ql23xx.c
qllib.c

and linking in whichever files are selected. But you definitely only want
to build qllib.c once.

--
"It's not Hollywood. War is real, war is primarily not about defeat or
victory, it is about death. I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/