Use resource_size_t for physical memory addresses
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 19 Mar 2008 21:28:16 +0000 (21:28 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 19 Mar 2008 21:28:16 +0000 (21:28 +0000)
commit328929d76c5dc58db9fa1fdc28221cf074068eaf
tree0fd5d332dfaffef03f77576caa844ac585558e2c
parenteec0d88182b432043c264811338e49bd0947678e
Use resource_size_t for physical memory addresses

PCI resource addresses are 64-bit on i386 with PAE, so they won't fit
unsigned long.  Provide compatibility for older kernels.  Reported by
Diego Dujovne.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3399 0192ed92-7a03-0410-a25b-9323aeb14dbd
ath/if_ath_pci.c
include/compat.h