Date: Thu, 3 Mar 2011 20:14:00 +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.p23KELgo093440@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-03-03 20:14:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/pci pci.c Log: SVN rev 219251 on 2011-03-03 20:14:00Z 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.355.2.16 +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.p23KELgo093440>