Date: Tue, 5 Aug 2008 21:04:00 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c Message-ID: <200808052104.m75L4Gg4064129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-08-05 21:04:00 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: SVN rev 181336 on 2008-08-05 21:04:00Z by jhb Remove the second check for a 64-bit BAR value on a 32-bit system in pci_add_map(). First, this condition is already handled earlier in the function. Second, as written the check would never fire as the 'start' value was overwritten with a long value (rman_get_start() returns long) before the comparison was done. Discussed with: imp MFC after: 2 weeks Revision Changes Path 1.360 +1 -19 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808052104.m75L4Gg4064129>