Date: Wed, 14 Feb 2007 22:32:55 +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: <200702142232.l1EMWtwf019560@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-02-14 22:32:55 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: - Fix an off by one error in pci_remap_msix_method() that effectively broke the method as all the MSI-X table indices were off by one in the backend MD code. - Fix a cosmetic nit in the bootverbose printf in pci_alloc_msix_method(). Revision Changes Path 1.341 +10 -2 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702142232.l1EMWtwf019560>