]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 218968:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 3 Mar 2011 20:13:44 +0000 (20:13 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 3 Mar 2011 20:13:44 +0000 (20:13 +0000)
commit2a60525710ea8a615f6a98c6a3f7d47c861b0a17
treeeb68ae4dbcee41451a6aab0005335bd8e36a246e
parentbca8b2be78ac25b5e32fe4b045d3bf039d2331f5
MFC 218968:
Properly handle BARs bigger than 4G.  The '1' was treated as an int
causing the size calculation to be truncated to the size of an int
(32-bits on all current architectures).

git-svn-id: svn://svn.freebsd.org/base/stable/8@219250 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/pci/pci.c