From greeen@iii.org.tw Tue Jul 3 08:53:25 2001 Received: (uucp@localhost) by guadalquivir.fnet.fr (8.8.8/97.02.12/Guadalquivir); id IAA12829; Tue, 3 Jul 2001 08:53:25 +0200 (MET DST) Received-Date: Tue, 3 Jul 2001 08:53:25 +0200 (MET DST) Received: from h180-210-243-135.iii.org.tw(210.243.135.180), claiming to be "mta0.iii.org.tw" via SMTP by guadalquivir.fnet.fr, id smtpd012827; Tue Jul 3 08:53:19 2001 Received: from [140.92.66.45] (helo=iiidns.iii.org.tw) by mta0.iii.org.tw with esmtp (Exim 3.16 #1) id 15HK3S-0007It-00; Tue, 03 Jul 2001 14:53:02 +0800 Received: from Green ([140.92.12.76]) by iiidns.iii.org.tw (8.10.2/8.10.2) with SMTP id f636qdm11437; Tue, 3 Jul 2001 14:52:39 +0800 (CST) Message-ID: <000e01c1038d$477c8720$4c0c5c8c@trd.iii.org.tw> From: "Green" To: "LinuxEmbeddedMailList" , "LinuxKernelMailList" , "MipsMailList" Subject: RF driver!! Date: Tue, 3 Jul 2001 14:56:21 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C103D0.526ADAE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C103D0.526ADAE0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Hi all, I am porting a pcmcia rf driver (which worked on kernel 2.2.12) to kernel 2.4.0 on my MIPS machine. 1. I found there are some diffenence in netdevice.h. The structure device changed to net_device. 2. And the tbusy, start, interrupt were gone with=20 the use of the netif_start_queue, netif_stop_queue, netif_wake_queue and related functions. How do I use these functions to modify the 2.2.12 rf driver to 2.4.0 ?? Thanks, Green ------=_NextPart_000_000B_01C103D0.526ADAE0 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
Hi all,
 
I am porting a pcmcia rf driver = (which worked on kernel=20 2.2.12)
to kernel 2.4.0 on my MIPS = machine.
 
1. I found there are some = diffenence=20 in netdevice.h.
    The = structure device=20 changed to net_device.
 
2. And the = tbusy, start,=20 interrupt were gone with
    the use of = the=20 netif_start_queue, netif_stop_queue,
   =  netif_wake_queue and=20 related functions.
 
How do I use these functions to = modify the 2.2.12 rf driver=20 to 2.4.0 ??
 
Thanks,
 
Green
------=_NextPart_000_000B_01C103D0.526ADAE0--