From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Alan Cox <alan@redhat.com>,
jeff@garzik.org, netdev@vger.kernel.org, randy.dunlap@oracle.com
Subject: Re: [patch 04/13] 8390: Split 8390 support into a pausing and a non pausing driver core
Date: Tue, 10 Jun 2008 11:20:13 +0100 [thread overview]
Message-ID: <20080610112013.219fedda@core> (raw)
In-Reply-To: <20080609171945.d2360114.akpm@linux-foundation.org>
On Mon, 9 Jun 2008 17:19:45 -0700
Andrew Morton <akpm@linux-foundation.org> wrote:
> On Mon, 9 Jun 2008 20:13:29 -0400
> Alan Cox <alan@redhat.com> wrote:
>
> > To be clearer on this
> >
> > > +obj-$(CONFIG_NE2_MCA) += ne2.o 8390.o 8390p.o
> >
> > That line is wrong. Perhaps Andrew could post the original split patches
> > instead ?
>
> iirc this is your original, plus Randy's fix:
This corrects Randy's fix. The ne2.c code you have is actually correct
just the Makefile wrong. Not sure where the original NAK/diff went but they
aren't in the lkml archive either so they obviously got eaten somewhere my
end.
8390: fix problems in the original split patch
From: Alan Cox <alan@redhat.com>
The split patch didn't fully convert the ne2 driver so it failed to link. At
some point this was fixed but the Makefile also got changed to incorrectly
link with both 8390 and 8390p. Only 8390p is needed so remove 8390.o references
Signed-off-by: Alan Cox <alan@redhat.com>
---
drivers/net/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 41b239a..388cab8 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -107,7 +107,7 @@ obj-$(CONFIG_68360_ENET) += 68360enet.o
obj-$(CONFIG_WD80x3) += wd.o 8390.o
obj-$(CONFIG_EL2) += 3c503.o 8390p.o
obj-$(CONFIG_NE2000) += ne.o 8390p.o
-obj-$(CONFIG_NE2_MCA) += ne2.o 8390.o 8390p.o
+obj-$(CONFIG_NE2_MCA) += ne2.o 8390p.o
obj-$(CONFIG_HPLAN) += hp.o 8390p.o
obj-$(CONFIG_HPLAN_PLUS) += hp-plus.o 8390p.o
obj-$(CONFIG_ULTRA) += smc-ultra.o 8390.o
next prev parent reply other threads:[~2008-06-10 10:38 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-09 23:33 [patch 04/13] 8390: Split 8390 support into a pausing and a non pausing driver core akpm
2008-06-09 23:52 ` Alan Cox
2008-06-10 0:15 ` Andrew Morton
2008-06-10 8:55 ` Alan Cox
2008-06-10 0:13 ` Alan Cox
2008-06-10 0:19 ` Andrew Morton
2008-06-10 10:20 ` Alan Cox [this message]
2008-06-11 18:25 ` Randy Dunlap
2008-06-12 21:10 ` Alan Cox
2008-06-12 21:37 ` Randy Dunlap
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=20080610112013.219fedda@core \
--to=alan@lxorguk.ukuu.org.uk \
--cc=akpm@linux-foundation.org \
--cc=alan@redhat.com \
--cc=jeff@garzik.org \
--cc=netdev@vger.kernel.org \
--cc=randy.dunlap@oracle.com \
/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).