Module Name: src Committed By: msaitoh Date: Tue Apr 16 09:13:05 UTC 2013
Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: Fix a bug that IRQ(MSI) bits in PCIe capability register is incorrectly decoded. The bit field is not 0x4e000000 but 0x3e000000. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/dev/pci/pci_subr.c cvs rdiff -u -r1.78 -r1.79 src/sys/dev/pci/pcireg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.