From: "Bartlomiej Zolnierkiewicz" <bzolnier@gmail.com>
To: Olaf Hering <olaf@aepfle.de>
Cc: Andrew Morton <akpm@osdl.org>, linux-ide@vger.kernel.org
Subject: Re: [PATCH] winbond IDE depends on IDEDMA
Date: Thu, 30 Nov 2006 18:26:19 +0100 [thread overview]
Message-ID: <58cb370e0611300926k61bd806ahdbf6e5f399729f5a@mail.gmail.com> (raw)
In-Reply-To: <20061130143803.GA22451@aepfle.de>
Acked-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
On 11/30/06, Olaf Hering <olaf@aepfle.de> wrote:
>
> winbond ide depends on idedma.
>
> drivers/built-in.o: In function `.sl82c105_ide_dma_timeout':
> sl82c105.c:(.text+0x624d0): undefined reference to `.__ide_dma_timeout'
> drivers/built-in.o: In function `.sl82c105_ide_dma_off_quietly':
> sl82c105.c:(.text+0x6274c): undefined reference to `.__ide_dma_off_quietly'
> drivers/built-in.o: In function `.sl82c105_ide_dma_on':
> sl82c105.c:(.text+0x6284c): undefined reference to `.__ide_dma_on'
> drivers/built-in.o: In function `.sl82c105_check_drive':
> sl82c105.c:(.text+0x628ec): undefined reference to `.__ide_dma_bad_drive'
> sl82c105.c:(.text+0x62934): undefined reference to `.__ide_dma_good_drive'
> drivers/built-in.o: In function `.sl82c105_ide_dma_start':
> sl82c105.c:(.text+0x62c24): undefined reference to `.ide_dma_start'
> make[1]: *** [.tmp_vmlinux1] Error 1
>
>
> Signed-off-by: Olaf Hering <olaf@aepfle.de>
>
> ---
> drivers/ide/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: linux-2.6.19/drivers/ide/Kconfig
> ===================================================================
> --- linux-2.6.19.orig/drivers/ide/Kconfig
> +++ linux-2.6.19/drivers/ide/Kconfig
> @@ -391,7 +391,7 @@ config BLK_DEV_RZ1000
>
> config BLK_DEV_SL82C105
> tristate "Winbond SL82c105 support"
> - depends on PCI && (PPC || ARM) && BLK_DEV_IDEPCI
> + depends on PCI && (PPC || ARM) && BLK_DEV_IDEPCI && BLK_DEV_IDEDMA_PCI
> help
> If you have a Winbond SL82c105 IDE controller, say Y here to enable
> special configuration for this chip. This is common on various CHRP
next prev parent reply other threads:[~2006-11-30 17:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-30 14:39 [PATCH] winbond IDE depends on IDEDMA Olaf Hering
2006-11-30 17:26 ` Bartlomiej Zolnierkiewicz [this message]
2006-11-30 18:25 ` Sergei Shtylyov
2006-11-30 18:52 ` Olaf Hering
2006-11-30 19:27 ` Bartlomiej Zolnierkiewicz
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=58cb370e0611300926k61bd806ahdbf6e5f399729f5a@mail.gmail.com \
--to=bzolnier@gmail.com \
--cc=akpm@osdl.org \
--cc=linux-ide@vger.kernel.org \
--cc=olaf@aepfle.de \
/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;
as well as URLs for NNTP newsgroup(s).