]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Fix an off by one error in pci_remap_msix_method() that effectively
authorjhb <jhb@FreeBSD.org>
Wed, 14 Feb 2007 22:32:55 +0000 (22:32 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 14 Feb 2007 22:32:55 +0000 (22:32 +0000)
commitad38f4e20eb6f0ab76857cf4ad2083b4c4a615e4
tree6679675f8da8538e1b34d7e10994ca1681aefafa
parentb1f0030a0d0c6e0d83f55c962d44c40c1cb7c2d9
- 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().
sys/dev/pci/pci.c