All of lore.kernel.org
 help / color / mirror / Atom feed
* AIC7xxx in Kernel 2.4.3
@ 2001-04-03 23:11 Peter Rottengatter
  2001-04-05 18:04 ` Justin T. Gibbs
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Rottengatter @ 2001-04-03 23:11 UTC (permalink / raw)
  To: linux-kernel


Hi

This driver seems to be pretty broken, the way it is. It does not compile.
The new author, Justin T. Gibbs, has been careful in avoiding to mention
his e-mail address in his code :-( Hence the post to this list.

As the first problem, the compile stops in aicasm_gram.c because in
aicasm_gram.y the author forgot a function prototype. The compiler assumed
an implicit declaration which was incompatible with the final definition
of the function. The fix was easy of course.

Next, the code #includes a file called db1/db.h. To me this seems to be a
header file for the Berkeley database version 1. Debian does not provide
development packages for this rather old version, in fact, not even my
old cds from earlier linux distributions had this file. db2/db.h does not
work.

Possibly people by accident had this old file on their machine when the
new kernel was test-compiled. So far, all kernels I compiled by myself did
not seem to depend on any even remotely unusual header files. So this
surprises me a lot. Does not look good for a release that's meant to be
"stable", does it ?

Cheers  Peter




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-04-05 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-03 23:11 AIC7xxx in Kernel 2.4.3 Peter Rottengatter
2001-04-05 18:04 ` Justin T. Gibbs

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.