From: Gert Vervoort <Gert.Vervoort@wxs.nl>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.5.18 ide-scsi compile fix
Date: Sat, 25 May 2002 17:17:25 +0200 [thread overview]
Message-ID: <3CEFAB05.62937A75@wxs.nl> (raw)
In-Reply-To: <3CEF8815.C7C13D39@wxs.nl>
> --- ide-scsi.c.1 Sat May 25 14:21:28 2002
> +++ ide-scsi.c Sat May 25 14:21:37 2002
> @@ -804,7 +804,7 @@
> };
>
>
> -static int __init idescsi_init(void)
> +int __init idescsi_init(void)
> {
> int ret;
> ret = ata_driver_module(&idescsi_driver);
This does not boot, as idescsi_init seems is also called by the scsi subsystem.
The following patch actually boots on my system:
--- ide.c.1 Sat May 25 16:22:54 2002
+++ ide.c Sat May 25 16:23:22 2002
@@ -3444,9 +3444,7 @@
idefloppy_init();
#endif
#ifdef CONFIG_BLK_DEV_IDESCSI
-# ifdef CONFIG_SCSI
- idescsi_init();
-# else
+# ifndef CONFIG_SCSI
#error ATA SCSI emulation selected but no SCSI-subsystem in kernel
# endif
#endif
next prev parent reply other threads:[~2002-05-25 15:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-25 12:48 [PATCH] 2.5.18 ide-scsi compile fix Gert Vervoort
2002-05-25 13:08 ` Sebastian Droege
2002-05-25 15:22 ` Gert Vervoort
2002-05-25 15:17 ` Gert Vervoort [this message]
2002-05-26 11:50 ` Sebastian Droege
2002-05-26 22:32 ` Skip Ford
2002-05-27 8:07 ` Martin Dalecki
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=3CEFAB05.62937A75@wxs.nl \
--to=gert.vervoort@wxs.nl \
--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