Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 4 Jul 2001 17:27:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 4 Jul 2001 17:26:51 -0400 Received: from u-207-21.karlsruhe.ipdial.viaginterkom.de ([62.180.21.207]:39674 "EHLO dea.waldorf-gmbh.de") by vger.kernel.org with ESMTP id ; Wed, 4 Jul 2001 17:26:40 -0400 Date: Wed, 4 Jul 2001 23:24:17 +0200 From: Ralf Baechle To: Green Cc: LinuxEmbeddedMailList , LinuxKernelMailList , MipsMailList Subject: Re: RF driver!! Message-ID: <20010704232417.A7161@bacchus.dhis.org> In-Reply-To: <000e01c1038d$477c8720$4c0c5c8c@trd.iii.org.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000e01c1038d$477c8720$4c0c5c8c@trd.iii.org.tw>; from greeen@iii.org.tw on Tue, Jul 03, 2001 at 02:56:21PM +0800 X-Accept-Language: de,en,fr Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 03, 2001 at 02:56:21PM +0800, Green wrote: > 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 > 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 ?? Checkout the netdev archives at http://oss.sgi.com/projects/netdev/archives/. Ralf - 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/