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/

Reply via email to