Module Name: src Committed By: msaitoh Date: Wed Nov 28 08:26:07 UTC 2018
Modified Files: src/sys/dev/pci: pcireg.h Log Message: The register offset of the mask and pending register is depend on the 64bit address capable bit, so fix the definition of PCI MSI vector mask and pending register. This problem was not a real bug because PCI_MSI{MASK,PENDING} were not used from anywhere. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 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.