Re: aic7xxx driver that does not need db library?

Keith Owens (kaos@ocs.com.au)
Tue, 21 Aug 2001 11:58:45 +1000


On Thu, 16 Aug 2001 09:44:26 -0700,
"Adam J. Richter" <adam@yggdrasil.com> wrote:
> Currently, building Justin Gibbs's otherwise excellent
>aic7xxx driver requires the Berkeley DB library, because the
>aic7xxx assembler that is used in the build process uses db
>basically just to implement associative arrays in memory.
>
> Unfortunately, I'm currently wrestling with db version
>problems because gnome evolution requires the GPL'ed Sleepycat db 3.x,
>so I want to keep db-1.85 around also, and this breaks the aicasm
>build.

(A) Do not check "build aic7xxx firmware".

(B) kbuild 2.5 only selects the db*.h file that matches the current db
library, instead of assuming that the first db*.h that it can find
should be used.

(C) If the aic7xxx maintainer would let me fix the aic7xxx kbuild
files, nobody would ever have these problems again.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/