From: jalaja devi <jala_74@yahoo.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Linux Kernel Maillist <linux-kernel@vger.kernel.org>
Subject: Re: kernel2.2.x to kernel2.4.x
Date: Thu, 17 May 2001 11:20:32 -0700 (PDT) [thread overview]
Message-ID: <20010517182032.46367.qmail@web13704.mail.yahoo.com> (raw)
In-Reply-To: <E150867-0004Cs-00@the-village.bc.nu>
How can I handle this from kernel2.2 to kernel2.4
Can I replace like this??
if (test_and_set_bit (0, (void *)&dev->tbusy)){ return
EBUSY;} ========== with netif_stop_queue (dev);
clear_bit ((void *)&dev->tbusy); ===== with
netif_start_queue(dev);
Thanks
Jalaja
--- Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:
> > I tried porting a network driver from kernel2.2.x
> to
> > 2.4. When i tried loading the driver, it shows the
> > unresolved symbols for
> > copy_to_user_ret
>
> if(copy_to_user(...))
> return -EFAULT
>
> > outs
>
> Has not gone away, your includes are wrong
>
> > __bad_udelay
>
> You are using too large a udelay use mdelay
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at
> http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
next prev parent reply other threads:[~2001-05-17 18:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-17 0:54 Is printing broke on sparc ? Mr. James W. Laferriere
2001-04-17 12:42 ` Tim Waugh
2001-04-18 0:10 ` Mr. James W. Laferriere
2001-04-18 0:28 ` Mr. James W. Laferriere
2001-04-18 8:20 ` Tim Waugh
2001-05-16 0:14 ` Mr. James W. Laferriere
2001-05-16 0:27 ` kernel2.2.x to kernel2.4.x jalaja devi
2001-05-16 20:40 ` Alan Cox
2001-05-17 18:20 ` jalaja devi [this message]
2001-05-16 4:08 Dunlap, Randy
2001-05-17 19:19 Dunlap, Randy
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=20010517182032.46367.qmail@web13704.mail.yahoo.com \
--to=jala_74@yahoo.com \
--cc=alan@lxorguk.ukuu.org.uk \
--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®