cvs commit: src/sys/dev/pci pci.c
John Baldwin
jhb at FreeBSD.org
Wed Feb 14 22:32:56 UTC 2007
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
More information about the cvs-src
mailing list