Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   msaitoh
Date:           Mon Dec  2 03:06:52 UTC 2019

Modified Files:
        src/sys/arch/arm/cortex: gic_v2m.c gicv3_its.c
        src/sys/arch/x86/pci: msipic.c
        src/sys/dev/pci: if_ena.c nvme_pci.c xhci_pci.c
        src/sys/dev/pci/qat: qat.c

Log Message:
 Use PCI_MSIX_"TBL"BIR_MASK instead of PCI_MSIX_"PBA"BIR_MASK for MSI-X table.
This is not a real bug because both macros have the same value.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/cortex/gic_v2m.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/cortex/gicv3_its.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x86/pci/msipic.c
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/pci/if_ena.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/pci/nvme_pci.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pci/xhci_pci.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/qat/qat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index