From: Peter Rottengatter <peter@rottengatter.de>
To: linux-kernel@vger.kernel.org
Subject: AIC7xxx in Kernel 2.4.3
Date: Wed, 04 Apr 2001 01:11:01 +0200 (CEST) [thread overview]
Message-ID: <E14kZx0-00079C-00@> (raw)
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
next reply other threads:[~2001-04-05 17:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-03 23:11 Peter Rottengatter [this message]
2001-04-05 18:04 ` AIC7xxx in Kernel 2.4.3 Justin T. Gibbs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E14kZx0-00079C-00@ \
--to=peter@rottengatter.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.