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 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?

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to