Thread (3 messages) flat view 3 messages, 3 authors, 2009-10-12

Re: [PATCH] netxen: fix pci bar mapping

From: David Miller <davem@davemloft.net>
Date: 2009-10-12 06:07:00

From: Dhananjay Phadke <redacted>
Date: Sun, 11 Oct 2009 19:43:22 -0700
Use phys_addr_t data type for pci resource address
instead of unsigned long. This fixes mapping of
pci resources where resource addresses can be larger
than word size (e.g. PAE).

Signed-off-by: Dhananjay Phadke <redacted>
The correct type to use is 'resource_size_t' not 'phys_addr_t'.

Look at the "struct resource" member types in linux/ioport.h, that's
what these pci_resource_start() et al. routines return.

Please fix this up and resubmit.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help