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] [day] [month] [year] [list]
Date:	Fri, 31 Oct 2008 00:56:15 -0400
From:	Jeff Garzik <jeff@...zik.org>
To:	Arjan van de Ven <arjan@...radead.org>
CC:	netdev@...r.kernel.org, davem@...emloft.net
Subject: Re: [PATCH] pci: use pci_ioremap_bar() in drivers/net

Arjan van de Ven wrote:
> Now that Linus added the pci_ioremap_bar() helper macro, this can go through
> 
> 
> From: Arjan van de Ven <arjan@...ux.intel.com>
> Date: Sun, 28 Sep 2008 16:17:08 -0700
> Subject: [PATCH] pci: use pci_ioremap_bar() in drivers/net
> 
> Use the newly introduced pci_ioremap_bar() function in drivers/net.
> pci_ioremap_bar() just takes a pci device and a bar number, with the goal
> of making it really hard to get wrong, while also having a central place
> to stick sanity checks.
> 
> CC: netdev@...r.kernel.org
> Signed-off-by: Arjan van de Ven <arjan@...ux.intel.com>
> ---
>  drivers/net/bnx2x_main.c                 |    3 +--
>  drivers/net/e1000/e1000_main.c           |    7 ++-----
>  drivers/net/epic100.c                    |    2 +-
>  drivers/net/ixgb/ixgb_main.c             |    3 +--
>  drivers/net/qla3xxx.c                    |    4 +---
>  drivers/net/s2io.c                       |    6 ++----
>  drivers/net/wan/dscc4.c                  |    3 +--
>  drivers/net/wan/pc300too.c               |    2 +-
>  drivers/net/wan/pci200syn.c              |    2 +-
>  drivers/net/wireless/hostap/hostap_pci.c |    2 +-
>  drivers/net/wireless/ipw2200.c           |    2 +-
>  drivers/net/wireless/rt2x00/rt2x00pci.c  |    3 +--
>  12 files changed, 14 insertions(+), 25 deletions(-)

applied


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