Date: Thu, 3 Mar 2011 20:13:44 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/pci pci.c Message-ID: <201103032014.p23KE0kj093397@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-03-03 20:13:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/pci pci.c Log: SVN rev 219250 on 2011-03-03 20:13:44Z by jhb 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). Revision Changes Path 1.386.2.11 +3 -3 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103032014.p23KE0kj093397>