From: James Bottomley <James.Bottomley@steeleye.com>
To: rudmer@legolas.dynup.net
Cc: "Randy.Dunlap" <randy.dunlap@verizon.net>,
Mike Anderson <andmike@us.ibm.com>,
linux-kernel@vger.kernel.org, fischer@norbit.de,
Tommy.Thorn@irisa.fr
Subject: Re: [PATCH] fix scsi/aha15*.c for 2.5.60
Date: 12 Feb 2003 17:44:24 -0500 [thread overview]
Message-ID: <1045089866.1763.3.camel@mulgrave> (raw)
In-Reply-To: <200302122246.19225@gandalf>
On Wed, 2003-02-12 at 17:41, Rudmer van Dijk wrote:
> On Wednesday 12 February 2003 06:31, Randy.Dunlap wrote:
> > Hi,
> >
> > Here are patches to aha152x.c and aha1542.c so that they will build
> > in 2.5.60.
> >
> > Please review and apply or comment...
>
> well it applies, compiles, but it gives a warning on depmod in make
> modules_install:
>
> <snip>
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.60; fi
> WARNING: /lib/modules/2.5.60/kernel/drivers/scsi/aha152x.ko needs unknown
> symbol scsi_put_command
> WARNING: /lib/modules/2.5.60/kernel/drivers/scsi/aha152x.ko needs unknown
> symbol scsi_get_command
>
> this is the relevant part of my .config:
> CONFIG_SCSI=m
> CONFIG_SCSI_AHA152X=m
>
> this gives these modules in /lib/modules/2.5.60/kernel/drivers/scsi/:
> aha152x.ko scsi_mod.ko sg.ko
>
> what am i missing??
Nothing really, the symbols need to be exported from the SCSI core.
I'll add them to the export list.
James
next prev parent reply other threads:[~2003-02-12 22:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-12 5:31 [PATCH] fix scsi/aha15*.c for 2.5.60 Randy.Dunlap
2003-02-12 22:41 ` Rudmer van Dijk
2003-02-12 22:44 ` James Bottomley [this message]
2003-02-12 22:51 ` Randy.Dunlap
2003-02-12 23:31 ` Christoph Hellwig
2003-02-13 14:10 ` James Bottomley
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=1045089866.1763.3.camel@mulgrave \
--to=james.bottomley@steeleye.com \
--cc=Tommy.Thorn@irisa.fr \
--cc=andmike@us.ibm.com \
--cc=fischer@norbit.de \
--cc=linux-kernel@vger.kernel.org \
--cc=randy.dunlap@verizon.net \
--cc=rudmer@legolas.dynup.net \
/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.