lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 11 Jan 2008 10:41:37 -0800
From:	"Kok, Auke" <auke-jan.h.kok@...el.com>
To:	Jeba Anandhan <jeba.anandhan@...oni.com>
CC:	netdev@...r.kernel.org
Subject: Re: doubt in e1000_io_write()

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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ