From: Nicholas Miell <nmiell@attbi.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: torvalds@transmeta.com, davej@suse.de, linux-kernel@vger.kernel.org
Subject: Re: PATCH: 2.5.27 port thunderlan to the new DMA API
Date: 21 Jul 2002 22:51:19 -0700 [thread overview]
Message-ID: <1027317081.1092.3.camel@entropy> (raw)
In-Reply-To: <E17WN0K-0007Yb-00@the-village.bc.nu>
On Sun, 2002-07-21 at 13:08, Alan Cox wrote:
> Tested and running on my Compaq both in bbuf and direct mode.
>
I need this to compile, which leads me to believe that perhaps that
wasn't your final patch...
--- linux-2.5.27/drivers/net/tlan.c.~1~ Sun Jul 21 18:20:49 2002
+++ linux-2.5.27/drivers/net/tlan.c Sun Jul 21 22:40:31 2002
@@ -1536,7 +1536,7 @@
new_skb->dev = dev;
skb_reserve( new_skb, 2 );
t = (void *) skb_put( new_skb, TLAN_MAX_FRAME_SIZE );
- head_list->buffer[0].address = pci_map_single(priv->pciDev, newskb->data, TLAN_MAX_FRAME_SIZE, PCI_DMA_FROMDEVICE);
+ head_list->buffer[0].address = pci_map_single(priv->pciDev, new_skb->data, TLAN_MAX_FRAME_SIZE, PCI_DMA_FROMDEVICE);
head_list->buffer[8].address = (u32) t;
#ifdef __LP64__
#error "Not 64bit clean"
next prev parent reply other threads:[~2002-07-22 5:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-21 20:08 PATCH: 2.5.27 port thunderlan to the new DMA API Alan Cox
2002-07-22 5:51 ` Nicholas Miell [this message]
2002-07-22 12:41 ` Alan Cox
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=1027317081.1092.3.camel@entropy \
--to=nmiell@attbi.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=davej@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.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