Re: doubt in e1000_io_write()

2008-01-11 Thread Breno Leitao
Hello Auke, On Fri, 2008-01-11 at 10:41 -0800, Kok, Auke wrote: > > Even hw structure has not been used, why it has been passed into > > e1000_io_write function? > > 2.6.12.3? why do you care? that code is probably long gone... was that > function > even used? I noticed that this also happens o

Re: doubt in e1000_io_write()

2008-01-11 Thread Kok, Auke
Jeba Anandhan wrote: > Hi all, > i have doubt in e1000_io_write(). > > void > e1000_io_write(struct e1000_hw *hw, unsigned long port, uint32_t value) > { > outl(value, port); > } > > > kernel version: 2.6.12.3 > > > Even hw structure has

doubt in e1000_io_write()

2008-01-11 Thread Jeba Anandhan
Hi all, i have doubt in e1000_io_write(). void e1000_io_write(struct e1000_hw *hw, unsigned long port, uint32_t value) { outl(value, port); } kernel version: 2.6.12.3 Even hw structure has not been used, why it has been passed into e1000_io_write function? Thanks Jeba -- To