Re[4]: net_device + pci_dev question

2005-11-28 Thread Mateusz Berezecki
Hello Arjan, On 28th november 2005 (22:03:38) you wrote: > oh it's *your own* netdev... Yes:-) Sorry for not being precise > that makes things a lot easier ;) > it's custom to have driver private data per net dev > (see netdev_priv() to get it, alloc_etherdev() takes the size of it as > argum

Re: Re[2]: net_device + pci_dev question

2005-11-28 Thread Arjan van de Ven
On Mon, 2005-11-28 at 21:56 +0100, Mateusz Berezecki wrote: > Hello Arjan, > > On 27th november 2005 (22:25:13) you wrote: > > > On Sun, 2005-11-27 at 20:58 +0100, Mateusz Berezecki wrote: > >> Hello List! > >> > >> Having only net_device pointer is it possible to retrieve associated > >> pci_d

Re[2]: net_device + pci_dev question

2005-11-28 Thread Mateusz Berezecki
Hello Arjan, On 27th november 2005 (22:25:13) you wrote: > On Sun, 2005-11-27 at 20:58 +0100, Mateusz Berezecki wrote: >> Hello List! >> >> Having only net_device pointer is it possible to retrieve associated pci_dev >> pointer basing on this information only? > what do you need it for? for pc

Re: net_device + pci_dev question

2005-11-27 Thread Arjan van de Ven
On Sun, 2005-11-27 at 20:58 +0100, Mateusz Berezecki wrote: > Hello List! > > Having only net_device pointer is it possible to retrieve associated pci_dev > pointer basing on this information only? what do you need it for? (and.. what if the nic isn't a pci one?) - To unsubscribe from this list

net_device + pci_dev question

2005-11-27 Thread Mateusz Berezecki
Hello List! Having only net_device pointer is it possible to retrieve associated pci_dev pointer basing on this information only? kind regards, Mateusz Berezecki - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo inf