Date: Thu, 21 Oct 2010 17:46:23 +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: <201010211746.o9LHkjTd005817@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-10-21 17:46:23 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: SVN rev 214146 on 2010-10-21 17:46:23Z by jhb Clarify a misleading comment. The test in pci_reserve_map() was meant to ignore BARs that are invalid due to having a size of zero, not to ignore BARs with an existing base of zero. While here, reorganize the code slightly to make the intent clearer. Reported by: avg MFC after: 1 week Revision Changes Path 1.408 +9 -9 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010211746.o9LHkjTd005817>