From: Dale Amon <amon@vnl.com>
To: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Cc: Dale Amon <amon@vnl.com>, kernel list <linux-kernel@vger.kernel.org>
Subject: Re: CMD640 problem in 2.6.0-test8
Date: Mon, 20 Oct 2003 23:47:40 +0100 [thread overview]
Message-ID: <20031020224740.GA24438@vnl.com> (raw)
In-Reply-To: <200310202056.42759.bzolnier@elka.pw.edu.pl>
On Mon, Oct 20, 2003 at 08:56:42PM +0200, Bartlomiej Zolnierkiewicz wrote:
> this patch should fix it,
> --bartlomiej
I had a bit of trouble with it caused by the cut and paste and ended up
just doing the edit manually. But it does the trick. Kernel compiles fine
now. Thanks.
> [IDE] fix drivers/ide/pci/cmd640.c for CONFIG_PCI=n
>
> CMD640 driver also supports VLB version of the chipset, therefore fix
> drivers/ide/Makefile to include pci/ subdir even if CONFIG_BLK_DEV_IDEPCI=n.
>
> drivers/ide/Makefile | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
> diff -puN drivers/ide/Makefile~ide-cmd640-no_pci-fix drivers/ide/Makefile
> --- linux-2.6.0-test8/drivers/ide/Makefile~ide-cmd640-no_pci-fix 2003-10-20 20:47:03.701132024 +0200
> +++ linux-2.6.0-test8-root/drivers/ide/Makefile 2003-10-20 20:47:17.280067712 +0200
> @@ -8,7 +8,7 @@
> # In the future, some of these should be built conditionally.
> #
> # First come modules that register themselves with the core
> -obj-$(CONFIG_BLK_DEV_IDEPCI) += pci/
> +obj-$(CONFIG_BLK_DEV_IDE) += pci/
>
> # Core IDE code - must come before legacy
prev parent reply other threads:[~2003-10-20 22:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-20 17:27 Dale Amon
2003-10-20 18:56 ` Bartlomiej Zolnierkiewicz
2003-10-20 22:47 ` Dale Amon [this message]
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=20031020224740.GA24438@vnl.com \
--to=amon@vnl.com \
--cc=B.Zolnierkiewicz@elka.pw.edu.pl \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome