Re: how to create atm interface in linux
Le Tue, 06 Sep 2005 14:43:35 +0100, manomugdha biswas a écrit : > Hi, > I want to create an ATM interface on linux. I can > create ethernet interface using alloc_etherdev() and > then registering this device. Can I use the same > function to create atm interface ? Or there is other > way to do this? Can you please give some light on this > issue? > look how it is done in net/atm driver Hint : use alloc_netdev Matthieu - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Re: how to create atm interface in linux
On Tue, Sep 06, 2005 at 02:43:35PM +0100, manomugdha biswas wrote: > Date: Tue, 6 Sep 2005 14:43:35 +0100 (BST) > From: manomugdha biswas <[EMAIL PROTECTED]> > Subject: how to create atm interface in linux > To: linux-kernel@vger.kernel.org > Cc: linux-net@vger.kernel.org > > Hi, > I want to create an ATM interface on linux. I can > create ethernet interface using alloc_etherdev() and > then registering this device. Can I use the same > function to create atm interface ? Or there is other > way to do this? Can you please give some light on this > issue? How about asking that at the Linux-ATM -list ? I can tell you only, that it isn't hosted at VGER. > Regards, > Mano > > Manomugdha Biswas /Matti Aarnio - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
how to create atm interface in linux
Hi, I want to create an ATM interface on linux. I can create ethernet interface using alloc_etherdev() and then registering this device. Can I use the same function to create atm interface ? Or there is other way to do this? Can you please give some light on this issue? Regards, Mano Manomugdha Biswas __ Yahoo! India Matrimony: Find your partner online. Go to http://yahoo.shaadi.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/