From: Matti Aarnio <matti.aarnio@zmailer.org>
To: Martin Schlemmer <azarah@gentoo.org>
Cc: KML <linux-kernel@vger.kernel.org>
Subject: Re: [2.5] Update sk98lin driver
Date: Sun, 4 May 2003 21:57:16 +0300 [thread overview]
Message-ID: <20030504185716.GI24892@mea-ext.zmailer.org> (raw)
In-Reply-To: <1052073847.4478.18.camel@nosferatu.lan>
On Sun, May 04, 2003 at 08:44:07PM +0200, Martin Schlemmer wrote:
> Hi
>
> I have a 3Com 3c940 gigabit LOM, that is basically a
> SysKonnect chipset card. Here are later drivers that
> do support it:
> ftp://ftp.asus.com.tw/pub/ASUS/lan/3com/3c940/041_Linux.zip
...>
> Now the problem is that if I try to load it, I get this:
> -----------------------------------------
> sk98lin: Unknown symbol __udivdi3
> -----------------------------------------
> Meaning it linked with libgcc_s.so. Any ideas why ?
It wanted to. That is signature of 64 bit value
being divided by an abitrary non-power-of-two divider.
If there is a non-fast-path use for the division,
using do_div() macro. Originally for lib/vsprintf.c
from which you can deduce the usage.
If it is in fast-path, then the code needs serious
re-thought.
> If you need the diff from above source, let me know. Else
> if somebody more experienced is interested in porting it,
> I will gladly test.
> Thanks,
> --
> Martin Schlemmer
/Matti Aarnio
next prev parent reply other threads:[~2003-05-04 18:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-04 18:44 Martin Schlemmer
2003-05-04 18:54 ` Christoph Hellwig
2003-05-04 18:57 ` Matti Aarnio [this message]
2003-05-04 19:35 ` Martin Schlemmer
2003-05-04 21:50 ` Andrew Morton
2003-05-04 23:29 ` Martin Schlemmer
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=20030504185716.GI24892@mea-ext.zmailer.org \
--to=matti.aarnio@zmailer.org \
--cc=azarah@gentoo.org \
--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
all inboxes | Powered by JetHome®